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

Requesting each Flutter plugin GitHub issues to be separate
I really would like flutter official plugin issues to be contained in their separate issue trees. Right now it is really hard to search for an issue that is specific to a certain plugin.( for instance flutter google maps)This results in duplicate GitHub issues for the same issue and results in loss of precious time for the community.I am not sure if there is an easy way to accomplish this in GitHub but I am sure you guys have some ideas.(recreated the post due to title wording mistake. changed "demanding to "requesting" as requested by commentators)

June 27, 2019 at 06:44PM by aytunch
https://ift.tt/2ZYcewB
New post on Flutter Dev Google group:

Advanced share not taking the url file
Hello, I am passing url as a local file in the device but it is not fetching the file to share. I have pasted the code below. void whatsapp() async { print(url); AdvancedShare .whatsapp(msg: "It's okay :)", url: url,) .then((response) { handleResponse(response, appName:

June 27, 2019 at 07:15PM by Gopal Jangid
https://ift.tt/2FwuF3F
New post on /r/flutterdev subreddit:

Is it just me or the SwiftUI syntax looks like Flutter and React had a beautiful baby?
Just started studying standard Swift and the new SwiftUI, and man that declarative syntax in SwiftUI is breathtaking.. they way how methods and "IFs" and UI Elements are written is what Flutter needs I think, would be great if Flutter Team could adapt some of the features.

June 28, 2019 at 06:42AM by _echonox
https://ift.tt/2YjDXY3
New post on Flutter Dev Google group:

How to create a 3D Rotation in Flutter
Hi All How to create a 3d rotation of a cube in flutter. I'm able to do rotation along x axis and y axis separately using the below article https://ift.tt/2GeLnan Can someone let me know how to do rotation along z axis.

June 28, 2019 at 12:10PM by sai aparna Kunala
https://ift.tt/2ISinoa
New post on Flutter Dev Google group:

Get ip address (external not internal)
Hello to all ! I have a small question... i use this package to get the user's ip address https://ift.tt/2Xexe5o But it seems that i receive an internal ip address ? When i do this : String ipAddress = await GetIp.ipAddress; print(ipAddress); I receive 192.168.232.2... it's not my

June 28, 2019 at 03:51PM by Pascal Fournier
https://ift.tt/2Jgcm3x
New post on /r/flutterdev subreddit:

Fuchsia.dev: Documentation for developing for the open source operating system.
https://fuchsia.dev/

June 28, 2019 at 03:42PM by Purple_Pizzazz
https://ift.tt/2FDVF1b
New post on Flutter Dev Google group:

Perform Download files into Downloads Directory
Hello, I have the following code to perform download a file into Downloads folder, but it nothing appear in my phone, any idea, please? Directory appDocDirectory = await getApplicationDocumentsDirectory(); new Directory(appDocDirectory.path).create(recursive: true) // The created directory

June 28, 2019 at 04:38PM by Rabih M. ElBaba (Gmail)
https://ift.tt/31YCQzj
New tweet from FlutterDev:

Do you know the difference between /// and // comments in @dart_lang?

The /// comments are picked up by the DartDoc tool to generate API docs and are called "Doc comments."

Get the full scoop → https://t.co/mPNYhibY3I#FlutterFriday pic.twitter.com/tuH6MtrVGU— Flutter (@FlutterDev) June 28, 2019

June 28, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1144636586350526466
New post on /r/flutterdev subreddit:

Flutter X | A Searchable List of Flutter Resources
https://flutterx.com

June 28, 2019 at 05:39PM by hillel369
https://ift.tt/2Xg4Qjd
New post on Flutter Dev Google group:

Graphql subscription Flutter
I'm developing a Flutter app with Graphql. Everything is working fine (fetch, delete ,update ,create ). I read the Graphql documentation for subscription and it didn't work. could anyone help me ? I attached the page of subscription. Thank you

June 28, 2019 at 08:43PM by Yazid Krayem
https://ift.tt/3219Eb1
New post on /r/flutterdev subreddit:

Flutter FAQ
Hey, Reddit.This post aims to address some specific frequently asked questions relating to Flutter that we have seen a lot. These are questions regarding the framework itself, not how-to questions.Q. Will Google kill Flutter? They are always killing products off!A. No. Flutter is not going anywhere. Do not worry about this.Q. When will Flutter for Desktop be released?A. It will be released whenever it is released. This is an early preview, it's not even in alpha yet.Q. When will Flutter for Web be released?A. Again, it will be released whenever it is released. This project has not even been fully folded into the main Flutter repo yet.Q. Why does Flutter use Dart and not something else?A. https://flutter.dev/docs/resources/faq#why-did-flutter-choose-to-use-dartQ. Which state management solution is best?A. Whichever is appropriate for your project. Different solutions work better for different projects. Read https://flutter.dev/docs/development/data-and-backend/state-mgmt/options

June 28, 2019 at 11:08PM by GroovinChip
https://ift.tt/2X8i78v
New post on Flutter Dev Google group:

BuildContext
What is BuildContext ,why its important ?can any one help me!

June 29, 2019 at 01:07AM by Abdullah Darwesh
https://ift.tt/2LqycUJ