Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: download and save file to internal storage of phone in flutter?
Can anyone suggest me code for this to save file permanantly in phone in folder "myfolder".

Submitted November 07, 2018 at 06:05PM by prakash king
via Flutter Dev https://ift.tt/2DrkHky
Reddit: Small widget ideas
Anyone else created reusable widgets that are too small to share as library, but still pretty useful? I will share mine:AnimatedCollapse - implictly animated widget to manipulate height of it's content, from 0% to 100%. Similiar to what UIStackView does on iOS when view gets hidden.FutureLoader - similiar to FutureBuilder, but it automatically handles errors, and shows loading indicator. If loading fails, user can tap button to retry it. Could also reload when network connection state changes.DismissKeyboard - hides keyboard when user scrolls a list view (implemented with NotificationListener).

Submitted November 07, 2018 at 07:48PM by chrabeusz
via reddit https://ift.tt/2OwTcXU
Reddit: DrawApp - Sample Drawing App with Color Picker and Brush Thickness Slider. Enjoy!
https://ift.tt/2DsCojJ

Submitted November 07, 2018 at 09:14PM by superjake
via reddit https://ift.tt/2RFG6tq
Reddit: A Deep Dive Into FloatingActionButton in Flutter – Deven Joshi – Medium
https://ift.tt/2DrF6pE

Submitted November 07, 2018 at 08:48PM by deven9852
via reddit https://ift.tt/2Pfuxw9
GGroup: Dart Breaking Change: Enforce covariance in super-interfaces
*TL;DR: There is a missing check on the uses of covariant generic parameters in super-interfaces that can be used to violate soundness (and hence memory safety) in Dart programs. We are proposing to add this missing check as a static error in an upcoming release of Dart. We have not found any

Submitted November 07, 2018 at 11:39PM by Leaf Petersen
via Flutter Dev https://ift.tt/2qxqc8S
GGroup: Can we have Skype Communication or Slack Communication group?
Hi google developers, I'd like to enjoy the Skype or slack communication group. If existing, please add me. Thank you, bro! skype: vult.pnv ----

Submitted November 08, 2018 at 08:54AM by Johnny Le
via Flutter Dev https://ift.tt/2qAuAE3
GGroup: How do I load , ?> type json file into DropdownButton
I have a json file and contains some currency value. I use rootBundle.loadString to load my json data. Now I need to load the DropdownButton with using my jsonData. DropdownButton text must shows the json value such as "TRL”. But if I try to select any of the menu item I need to save the value

Submitted November 08, 2018 at 08:55AM by Niyazi Toros
via Flutter Dev https://ift.tt/2Qxdl25
Reddit: fimber | Extensible logging for Flutter.
https://ift.tt/2FcB0U6

Submitted November 08, 2018 at 09:22AM by Purple_Pizzazz
via reddit https://ift.tt/2qBpQxY
GGroup: How to implement Microsoft cognitive face api in flutter?
I'm new to Android development and want to make an attendance application based on facial recognition in flutter. Is there a way to implement Microsoft cognitive face verify api or any other face recognition (verification) api in flutter??

Submitted November 08, 2018 at 10:05AM by aryank...@gmail.com
via Flutter Dev https://ift.tt/2D7Efto
Reddit: Is there any library for VoIP in flutter?
I want to make an app that allow user to make a call over Internet like facebook messenger using flutter. I have google searched and it looks like there is no library like that for now. How could I make a VoIP call using flutter? Do I have to create a flutter plugin for that or can do that just by using flutter?

Submitted November 08, 2018 at 11:36AM by sandangel91
via reddit https://ift.tt/2qzUUy4
GGroup: How do I load my local json into List variable?
How do I load my local json into Listvariable? This my local json. [ {“id”: 00”, “name”: ”TRL”}, {“id”: 01”, “name”: ”USD”}, {“id”: 02”, “name”: ”GBP”}, {“id”: 03”, “name”: ”EUR”}, ] *This is my List variable,* List_myCurrency; *However this works:*

Submitted November 08, 2018 at 11:55AM by Niyazi Toros
via Flutter Dev https://ift.tt/2z1CwCS
GGroup: error: Target of URI doesn't exist: 'test/test.dart'.
Where has the *test* framework gone? Answer: it has been renamed to *test_api* I had some serious trouble finding that out. Is there a mailing list or group to observe where these changes are announced? (I thought that this group would be the one.) Thanks! Andreas

Submitted November 08, 2018 at 02:44PM by Andreas Sumerauer
via Flutter Dev https://ift.tt/2RI4NW5
Reddit: Making of multiscreen application in Flutter.
Article Link.

Submitted November 08, 2018 at 02:54PM by nikitag1494
via reddit https://ift.tt/2ATkWTd
Reddit: Hi. Questions from a Kotlin app developer.
As a freelance developer I often see demand for creating apps for both Android and IOS simultaneously from clients. So here I am thinking that perhaps I should transition from Kotlin Android development to Flutter, but I am wondering if it is worth the venture.I often hear that Flutter is not as good as Kotlin or Swift, but then again I am thinking that if one tries hard enough one can still make a good app with Flutter...If a client wants an app for both Android and IOS should I code on Flutter, or perhaps it's better to build from the ground up the Android version of the app, and then the IOS version using Kotlin and Swift respectively?

Submitted November 08, 2018 at 03:23PM by omegajelly200
via reddit https://ift.tt/2Oy6C66
Reddit: Flutter - Automated Push Notifications
https://youtu.be/p3YNDjaCgxc

Submitted November 08, 2018 at 04:04PM by rajayogan27
via reddit https://ift.tt/2QsqIjP
GGroup: Removing transitive dependencies from flutter_test
Howdy, As part of an ongoing effort to reduce versioning friction and make it easier to upgrade flutter versions, I've landed a recent change in master that drastically shrinks the set of transitive dependencies of flutter_test. The set of removed packages include: analyzer args convert

Submitted November 08, 2018 at 07:19PM by Jonah Williams
via Flutter Dev https://ift.tt/2D9pTZs