Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Disable touch on Flutter web?
I was wondering if it was possible to disable the simulator-like touch interface when building websites with Flutter Web. The wheel scrolling works fine, but I don’t think mouse users should be able to click and drag.

June 19, 2019 at 02:02AM by bosoxs202
http://bit.ly/2WMCdK6
New post on /r/flutterdev subreddit:

Android and iOS app from Flutter tips
Has anyone here tried to develop a production ready application via Flutter for iOS and Android(would be great if you can share app links). When I say production ready, I mean an application which does authentication, network calls and maybe some complex animations/graphs etc.What pitfalls/quirks do we need to keep in mind.Thanks!

June 19, 2019 at 03:49AM by androiddevforeast
http://bit.ly/31JrzTw
New post on /r/flutterdev subreddit:

Build a Flutter Lifecycle Manager to Stop and Start your Services
http://bit.ly/2x1b5rt

June 19, 2019 at 04:38AM by Filledstacks
http://bit.ly/31GlMxH
New post on /r/flutterdev subreddit:

Custom sound when using flutter_local_notifications
BackgroundI am currently learning how to use use flutter_local_notifications, now being able to schedule notification but unable to use custom sound on iOS.I tried mp3, wave and aiff with no luck and I thought it might issue with the path.SetupThe sound file is allocated at sound/sound.aiff and it is within 30 seconds. sound/ is included the the pubspec.My attemptsSince the sound play normally in-app but unable to play in notificaiton (playing default tones), I thought flutter_local_notifications could be handling path differently. These, I tried: - sound.aiff - sound/sound.aiff - sound - document_directory_using_path_provider/sound/sound.aiffQuestionsWhat is the correct path? Where should the sound file be place for custom sound to work?Many thanks

June 19, 2019 at 07:54AM by HikARuLsi
http://bit.ly/2IpGSJ2
New post on /r/flutterdev subreddit:

AppAuth wrapper
This has been around for a number of months but since I've only joined Reddit recently, thought I'd let others in the community that I have a plugin that is a wrapper for the AppAuth Android and iOS SDKs​https://pub.dev/packages/flutter_appauth​GitHub repo is athttps://github.com/MaikuB/flutter_appauth​I'd seen some questions around doing authentication using identity providers other Google lately so thought I'd share

June 19, 2019 at 10:27AM by MaikuB84
http://bit.ly/2RmTm79
New post on Flutter Dev Google group:

Flutter is not running in emulator
Hello.I'm using windows 10 and platform as vs code. In that i have an error while running my flutter program. My devices is connected but code is not running in the emulator. It is showing a error while runing in command prompt like below: C:\Users\dell\Desktop\flutterexercise\hello>flutter

June 19, 2019 at 11:12AM by Abinavan Nagendran
http://bit.ly/31JhGF2
New post on /r/flutterdev subreddit:

Flutter Platform Inputs : Access native text fields from Flutter. Use familar Flutter widget syntax to create native platform text fields to access native features such as password autofill. Early work in progress, currently only supports iOS.
http://bit.ly/2IQmlfP

June 19, 2019 at 11:16AM by EngineerScientist
http://bit.ly/2MVTvQt
New post on /r/flutterdev subreddit:

How do you pass data between siblings using rxdart?
Hi, I've been struggling with trying to solve how to pass data between sibling widgets in flutter. I tried using just vanilla setstate calls, and I learned that is not the way to go. So I got interested in reactive programming, and now I want to know how to accomplish passing data between siblings using rxdart.My use case is I basically want to create a crud form. I want to be able to add users to a list view, then be able to tap the user in the list view, and populate the form with that data from the list view (the tapped tile). I've posted a question on stack overflow, but based on my experiences in the past, I don't get answers as much as I'd like to.Here is the stack overflow post with the code if youd like to see that. https://stackoverflow.com/questions/56658327/how-to-populate-a-form-from-a-listview-on-tap-in-flutterAre there any helpful guides on how to achieve this? All I've seen for examples are basic parent child to widget passing data (counter/inctement examples).Thanks so much for any help, in advance.

June 19, 2019 at 02:01PM by MeerkatArray
http://bit.ly/2x5xeFi
New post on /r/flutterdev subreddit:

inview_notifier_list : Flutter package that builds a ListView and notifies when the widgets are on screen within a provided area.
http://bit.ly/31GYfwP

June 19, 2019 at 01:03PM by EngineerScientist
http://bit.ly/2Ir0WLg
New post on Flutter Dev Google group:

I am new in flutter please help to figure out creating UI.
Hi, I am new to flutter i want to figure out can we create UI as shown in image using widgets out of the box control. Please let me know Is it possible or not . I am new in flutter not able to find any thing i can do as shown in image. Your help will be highly appreciated. Thanks,

June 19, 2019 at 03:40PM by Ketan Mokariya
http://bit.ly/2RpZRGv
New post on Flutter Dev Google group:

How to create an endless list that scrolls in both directions?
I'm looking for the best way to create an endless scrolling list which can be scrolled in *both* directions. By default, a list starts at index 0 and can then scroll endlessly towards positive infinity. I'd like to have the same effect towards negative infinity. I tried to set the scroll

June 19, 2019 at 04:05PM by Stefan Matthias Aust
http://bit.ly/2MWYm48
New post on /r/flutterdev subreddit:

Flutter for beginners
Hello! I have been thinking about getting into programming for some time now and after some consideration I decided to pickup Flutter+Dart. Do you think this is a good starting point for a complete beginner? Where can I find dome learning resources? I am already feeling overwhelmed because I do not even know where to start learning, so any help is appreciated. Thanks a lot!

June 19, 2019 at 05:00PM by Bwks
http://bit.ly/2IUktTu
New post on /r/flutterdev subreddit:

Proper way to organize UI?
Is there a definitive video tutorial that explains the proper way to organize a layout in flutter?​I have found that I sometimes make things look excellent on my phone, but then different emulators have padding or overflow issues. I have also found it very difficult to embed my custom widgets into things like slivers so that they can be scrolled with other content. I feel like I'm doing things "wrong" and don't understand the correct way to organize my UI elements.

June 19, 2019 at 05:52PM by joe0418
http://bit.ly/2FlbyJw
New post on /r/flutterdev subreddit:

Google Tasks Clone built with Firebase and Flutter for Web
http://bit.ly/2WS0UQo

June 19, 2019 at 09:08PM by SoundDr
http://bit.ly/2x01H7F