Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

When will Flutter Engine support YUV color encoding system?
why Flutter engine not support YUV color encoding system, and this would cause more memory useage. Also, I found an TODO in the engine source code like this *// TODO(goderbauer): remove option when skbug.com/7523 is fixed.* *but the bug is fixed in *Dec 1, 2018 so my question is When will

April 12, 2019 at 08:38AM by 屈永播
http://bit.ly/2UC0W2Z
New post on /r/flutterdev subreddit:

[Question] Regarding BLoCs and where to provide them.
So am I wrong in thinking that in most situations it should be okay to just provide most if not all BLoCs that would like to have as global state as early in the widget chain as possible? Maybe even in the App/Main widget?​Is there any benefit in providing BLoCs lower?​Is there something fundamental that I'm missing about BLoCs here? Please let me know!

April 12, 2019 at 01:45PM by iFlexicon
http://bit.ly/2GcFMhP
New post on /r/flutterdev subreddit:

How can Flutter not have an online WYSIWYG editor?
I know gilad bracha well from conferences, where he talks for hours with students.
My gues is that there is no WYSIWYG / visual editor for flutter? All the videos here hack in code, which is really bad for some part of UI design. Also, flutter doesn't allow javascript dependencies?Then, I can only run Flutter on Windows?
https://github.com/Norbert515/flutter_ide/releases/tag/v0.1-alphaI mean there is a one-man project to build a WYSIWYG in the browser:
https://formeditor-dev.controlsjs.com/?controls=dev#singlescriptapp=1@parentcode=playground@parentcodeid=1555081069394Anything like that available in Javascript if Flutter doesn't work for my requirements?

April 12, 2019 at 05:00PM by stvaccount
http://bit.ly/2Gc9fbq
New post on /r/flutterdev subreddit:

Highcharts for Flutter
Has anyone tried using the Highcharts with Flutter. I know there is already a charting library from Google but my current mobile app is built using Cordova + Highcharts and heavily dependant on Highcharts. I'm planning to re-write the app in Flutter but I'm blocked in finding a way to use Highcharts with Flutter. Please let me know if you have any ideas. Thanks

April 12, 2019 at 04:52PM by being_j
http://bit.ly/2IphlQV
New post on Flutter Dev Google group:

Add a marker to a GoogleMap widget.
Hi! I'm using google_maps_flutter and I need to let the user to add a marker on tap to the GoogleMap widget, but I can't find any example. The only code I found is adding a marker to the center of the screen when clicking a button FloatingActionButton. Anybody has used onTap to add a Marker on

April 12, 2019 at 06:37PM by S L
http://bit.ly/2P8FFHP
New post on Flutter Dev Google group:

flutter sdk?
if flutter is said to be an SDK why not to settle it among the Android Studio SDK manager. It will sort out lots of problem of outdated gradle ?

April 12, 2019 at 07:14PM by Bened
http://bit.ly/2Glyidt
New post on Flutter Dev Google group:

Dart performance with Flutter on device
I'm not really sure where to ask this, so hopefully if not here someone can direct me. I have a library for decoding and manipulating images that I had written before Flutter existed, http://bit.ly/2X5IeNN. I've been getting a lot of issue reports that the performance of the

April 12, 2019 at 07:49PM by Brendan Duncan
http://bit.ly/2IdMUOh
New post on Flutter Dev Google group:

iOS testing
We have a flutter app that is just about ready for the marketplace and I just purchased an iMac so we can test on iOS devices. Coming from the .net world I built it over the last 6 months on a surface pro and emulating it on android. My first attempt at running it on the Mac was a complete

April 12, 2019 at 08:23PM by Sam Cromer
http://bit.ly/2GkftHH
New tweet from FlutterDev:

Add @GoogleMaps to your Flutter apps with the Google Maps for Flutter plugin (Developer Preview 😉)! #FlutterFriday

Learn more about the 🗺📲 plugin here → https://t.co/x46DI9CPsA pic.twitter.com/gy8yA5LvAP— Flutter (@FlutterDev) April 12, 2019

April 12, 2019 at 07:11PM
http://twitter.com/FlutterDev/status/1116750717207756800
New post on /r/flutterdev subreddit:

Wrote my first Dart/Flutter package
It can be found on the pub.dartlang site: https://pub.dartlang.org/packages/credit_card_type_detector​The package is a credit card type detector. It can be used to detect the credit card type based on the string form of the credit card number. It is not specific to Flutter so it can be used in web applications too.My example is a fairly simple one but I believe it is a good use case for this package.I am working on a credit card validator package as well.My main goal with these is to help people build UI's that are responsive to user input and allows for front end validation (on top of the back end validation that should be happening).​Let me know what you think and if there is anything I can improve. Right now only Visa, Mastercard, Amex and Discover are supported but I will add other global cards soon

April 13, 2019 at 12:38AM by Cholojuanito
http://bit.ly/2DbLlwi
New post on Flutter Dev Google group:

Flutter Google Maps Plugin - Supporting Markers, Routes, Clusters as Widgets
Hi Flutter Team! Question regarding the general direction of the Google Maps Plugin. Do you plan to support markers, routes and clusters as widgets. Even more general, place any widget on any location on top of the native map in a way that widget and map rendering are synched? Best Tim

April 13, 2019 at 07:28AM by Tim Lessner
http://bit.ly/2PbU2vi
New post on /r/flutterdev subreddit:

Flutter live app
Here is my first ever self designed flutter app... https://play.google.com/store/apps/details?id=com.developer.scanone Please download and share your feedback.

April 13, 2019 at 06:00AM by turbo_01
http://bit.ly/2G7IPaU
New post on Flutter Dev Google group:

Flutter issue
*I am working on this project from 1 months but doesn't had issue like this.* *is any one have solution for this? * *Thanks in advance.* *When i am going to run flutter app it gives me issue like ...* Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'...

April 13, 2019 at 08:58AM by AKASH LONDHE
http://bit.ly/2IhsJie
New post on /r/flutterdev subreddit:

Flutter: Network Request (HTTP)
Network Request is yet another important concept in every mobile app. I am writing my own version of how to use http package to quickly make a network call and display the response in a list. Check it out here:Flutter: Network Request (HTTP) https://link.medium.com/N1O9kFpzQV

April 13, 2019 at 08:50AM by lawreytan
http://bit.ly/2Uz7dME