Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Using Flutter/Dart as a iOS/Android library
Hope I can explain this properly ... We are starting to use Flutter for in-house development of full apps and are creating our packages that use OS specific plugin for proprietary hardware ... with flutter we have a lot of common code that can be separated into UI and Process logic ... What

Submitted October 03, 2018 at 07:55PM by Kermie deFrog
via Flutter Dev https://ift.tt/2zOaEmw
Reddit: What has been your guy's experience Freelancing with Flutter?
Hey r/FlutterDev, title pretty much speaks for itself but does anyone here have any experience doing freelance work with Flutter? and if so are there any major differences you've found compared to more traditional Android/iOS development (client acquisition, workflow, etc...)

Submitted October 04, 2018 at 12:50AM by InternationalBison12
via reddit https://ift.tt/2ycYhP5
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