Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: FlutterPlayground
UUpdatd FlutterPlayground repository with #RotatedBox and #NestedList ExampleCheck out the Github repository for the more examples :https://github.com/ibhavikmakwana/FlutterPlayground

Submitted October 04, 2018 at 05:09PM by ibhavikmakwana
via reddit https://ift.tt/2NlCzhh
#FlutterLive is coming December 4th!

Whether attending one of our live viewing parties, watching the livestream from home, or on-site with us in London, tune in and see what the future holds for Flutter.

Learn more → https://t.co/6lmy5JtUwb pic.twitter.com/jGb6nxiXg2— Flutter (@flutterio) October 4, 2018

October 04, 2018 at 06:51PM
via Twitter https://twitter.com/flutterio
Reddit: Trouble with Firebase OnValue listener in Flutter... Listener fails only in iOS release mode, but works fine in debug mode.
When I leave the app in debug mode (flutter run), my onValue listener will still be listening. I can change a value in firebase, and see log statements in my flutter console. However, when I run it in release mode, (flutter run --release, or through TestFlight, or through the app store), the listener dies when I leave the app. I am trying to understand what differences there are between the debug and release builds in iOS, and hopefully find a workaround to get the firebase database listener to continue listening even though the app is not in the foreground.

Submitted October 04, 2018 at 09:41PM by takaoandrew
via reddit https://ift.tt/2y24aPQ
Reddit: Flutter’s Rendering Engine: A Tutorial — Part 1 – SAUGO 360 – Medium
https://ift.tt/2xZq7iC

Submitted October 04, 2018 at 10:38PM by aalhamali
via reddit https://ift.tt/2PctNUL
GGroup: [Breaking Change] Deprecating WidgetTester.getSemanticsData and hasSemanticsData matcher
Howdy, In order to allow assertions about child semantics, I would like to refactor and rename WidgetTester.getSemanticsData to a method that returns the semantics node instead of the semantics data. This will allow us to create more flexible matchers for the semantics testing. This change is

Submitted October 05, 2018 at 01:07AM by Jonah Williams
via Flutter Dev https://ift.tt/2PdkDXW
GGroup: How to enable the 'start' button when the last slide in Carousel Pro is showed?
*Hi i want to enable my Start button when the Carousel slide is finished how can i do that ? I'm using the carousel_pro package for the Carousel. My code for the moment is this* *RaisedButton( child: Text('Start', style: TextStyle(color:

Submitted October 05, 2018 at 12:02PM by Joan Kabello
via Flutter Dev https://ift.tt/2IFbPrb
Reddit: Just released a new version (v0.2.0) of flutter_inappbrowser plugin! Now you can also use Chrome Custom Tabs on Android and SFSafariViewController on iOS.
https://ift.tt/2Olh1mg

Submitted October 05, 2018 at 01:34PM by LorePi
via reddit https://ift.tt/2DYMOsp
Reddit: exit code 1
Hi!I'm new to flutter; when I try to get the http package I get:​Because every version of flutter_test from sdk depends on http 0.11.3+17 and dabiz depends on http ^0.12.0, flutter_test from sdk is forbidden.
So, because dabiz depends on flutter_test any from sdk, version solving failed.
pub get failed (1)
exit code 1​What can I do to solve the issue?

Submitted October 05, 2018 at 04:38PM by Spetzatin31
via reddit https://ift.tt/2Npw5Og
GGroup: How to create a directory on the internal storage as WhatsApp does?
1. is it possible to create a directory on the internal storage as WhatsApp does? how? 2. if I create a file in the getApplicationDocumentsDirectory() and I send an update of the app to play store and the user updates, will it delete the file?

Submitted October 05, 2018 at 05:44PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2zTyQUC
Reddit: Anyone with xamarin background that can say why flutter is better for xplatform apps?
I really like F# and I don't think dart brings anything new to the table. Flutter however is good idea that I like and it resonates well with how I would have built an xplatform app toolkit. Is flutter better that xamarin and why?

Submitted October 05, 2018 at 05:42PM by pure_x01
via reddit https://ift.tt/2Qtlynl
Reddit: Flutter — Implementing Micro-interactions — Scrollable Horizontal List View
https://ift.tt/2CsPSvf

Submitted October 05, 2018 at 06:35PM by Purple_Pizzazz
via reddit https://ift.tt/2OGSdZi
If you need to know whether the app is currently running in production (as opposed to debug or profile mode), use the dart.vm.product environment flag. It can help you decide between logging, throwing or ignoring an exception. #FlutterFriday

Learn more→ https://t.co/Op8YJkmlAs pic.twitter.com/JG2g2vFNvf— Flutter (@flutterio) October 5, 2018

October 05, 2018 at 08:27PM
via Twitter https://twitter.com/flutterio
Reddit: Is it possible to turn off the auto-generated comments on the closing paren of objects?
Hi,I'm a completely new Flutter dev, just getting started, but one thing is bugging me and I've spent half an hour trying to find an answer on my own. It's a minor thing, but minor things bug my OCD a lot :)In Android Studio, latest version, the Flutter plugin (I assume, I could be wrong) seems to put a comment at the end of objects within the build() method:​
Widget build(BuildContext context) { return new MaterialApp( title : "Flutter Demo", theme : new ThemeData( primarySwatch : Colors.blue, ), // ThemeData home : new MyHomePage(title : "Flutter Demo Home Page"), ); // MaterialApp } 
​See the // ThemeData and and // MaterialApp comments there? I simply want to turn those off.I can't edit them, and in fact copying the code results in them not being present, so they don't appear to be actual comments per se but instead are some sort of markers only seen in the editor itself.While I appreciate the thought behind them, and I actually always use trailing comments like that by force of habit anyway, I really dislike them being automatically embedded like this because I prefer a different format (/* xxx */) and the fact that they seem to not actually be part of the code per se bothers me.I feel generically like an IDE should never modify my code unless I specifically tell it to either by executing a function or by a setting I consciously set to allows an automatic change. So, my question simply is whether there is a setting for this to turn if off that I haven't been able to find yet?Thanks all!​EDIT: Sorry, I posted before the message about the rules hit my inbox, so I'll expect this to be deleted (though I'll leave it just in case it gets past moderation, but I expect it won't - innocent mistake, I promise!

Submitted October 05, 2018 at 09:41PM by fzammetti
via reddit https://ift.tt/2OLPhed
Reddit: It seems like flutter is keeping Dart alive. Would it be possible for Flutter to use ex Kotlin, Swift or any other popular language instead?
Alot of Android developers use Kotlin and alot of iOS developers use swift. Both of those languages are pretty popular. If flutter supported one or more of those languages then I am convinced the flutter userbase would grow really fast. C# is also a language that have evolved in to a really nice language and it seems pretty similar to dart. Most Xamarin developers would have a lower threshold of moving to flutter. You could also reuse code with a .NET core backend. In an optimal world it would be possible to use any language to develop Flutter apps. Perhaps support building flutter apps using webassemmbly.Whats your opinion on this? Why have a completely new language that not so many like as the base of such an excellent UI toolkit?I don't like Go for different reasons but it does at least have some passionate followers and a growing community. I don't see a lot of posts praising Dart. I'm not saying Dart is a bad language it's probably even good. The biggest problem is that it is to close to other languages so people feel that it doesn't bring anything new to the table.

Submitted October 06, 2018 at 09:29AM by pure_x01
via reddit https://ift.tt/2zUkgfz
Reddit: Need help for Flutter on AWS
Flutter is not currently supported by Amazon AWS as there is no Dart/Flutter SDK for AWS. It’s in their backlog they said. Someone posted Flutter support request in AWS Github repo: https://github.com/aws-amplify/amplify-js/issues/1852 Amplify is AWS’s client library for mobile and web apps. Would appreciate your help to post a comment so as to register the interest for Flutter support. This will help Flutter usage. I have seen projects dropped from using Flutter because the clients are AWS shop. Thank you for your time.

Submitted October 06, 2018 at 03:52PM by OffBeannie
via reddit https://ift.tt/2yk6TU6