Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Camera plugin 0.2.0 now supports video recording!
https://ift.tt/2Gtnh6K

Submitted May 17, 2018 at 09:52PM by Purple_Pizzazz
via reddit https://ift.tt/2rR4Moc
GGroup: Dart 2 Breaking Change: mixin and interface are built-in identifiers
*TLDR:* If your code uses mixin or interface as a prefix, class, type parameter or typedef name, then your code will soon break. Otherwise you can stop reading. *What's changing?* We are adding mixin and interface to the list of built-in identifiers in Dart. This means that those names will

Submitted May 18, 2018 at 12:24AM by Leaf Petersen
via Flutter Dev https://ift.tt/2wNm3nj
GGroup: Dart 2 Breaking Bug Fix: Instance members shadow prefixes
*TLDR*: Dart 2 tools are fixing a long-standing bug in name resolution. If you have code which refers to a prefix while an instance member of the same name is in scope, you will see new compile time errors. *What's changing?* Technically nothing. In Dart 1, prefixes and instance members share

Submitted May 18, 2018 at 12:41AM by Leaf Petersen
via Flutter Dev https://ift.tt/2It0uxG
GGroup: Dart 2 Breaking Change: noSuchMethod mocking passes default arguments
*TLDR:* Invocations of abstract methods using noSuchMethod will now fill in default values for missing arguments. If you have code that assumes that a method which is implemented via noSuchMethod and which is invoked with missing optional parameters will not receive the default parameter values

Submitted May 18, 2018 at 02:21AM by Leaf Petersen
via Flutter Dev https://ift.tt/2rOXzoy
Reddit: Recommendations on how to try out flutter code I find without new project every time?
Most flutter examples I find are just one main.dart file. Id like to find a way to quickly run the code I find (or parts) without having to create a new project each time. They take up to 250+megs each time!So whats a recommended structure I can use to do this? I was thinking of using tabs and putting each code in its own class/file? Or is there an easier way?

Submitted May 18, 2018 at 05:42AM by movdev
via reddit https://ift.tt/2rW20NY
GGroup: How to get pub to list package as compatible with Flutter
I have a package I've published on pub at: https://ift.tt/2v5WJYS Which contains Dart HTTP Client library with JSON serializeration support. Unfortunately pub is flagging it incorrectly that it only works in Dart *WEB*. The library was primarily designed to work in

Submitted May 18, 2018 at 07:43AM by Demis Bellot
via Flutter Dev https://ift.tt/2x0EYLF
GGroup: Does Flutter have a plan to target Windows applications for mobile or tablet?
Does Flutter have a plan to target Windows applications for mobile or tablet?

Submitted May 18, 2018 at 11:03AM by Tamajit Chakraborty
via Flutter Dev https://ift.tt/2wTkXXf
GGroup: TLS exception
Hello, I try to load my server certificate to socket/connection be able to make ssl pinning. Future loadAssetCertificateBytes() async { return await rootBundle.load('assets/server-cert.der'); } fillCert(ByteData data) { if(certByteData==null) { certByteData = data; } }

Submitted May 18, 2018 at 03:22PM by Goksel Uyulmaz
via Flutter Dev https://ift.tt/2IQyVxG
GGroup: What I expect from Flutter before production
Hi, Hope someone really can read this and give me a right answer. I expect to get *information*, *demo*, *examples*, *plugins* etc before my app production. And even if there is a paid subscription please feel free to give me an answer. *1) *Good Google Map integration with Flutter for

Submitted May 18, 2018 at 03:58PM by Niyazi Toros
via Flutter Dev https://ift.tt/2IuTRLi
GGroup: A new public reverse proxy of flutter_infra and dart packeges in China (and questions)
Hello, We are Shanghai Jiaotong University Linux User Group. Recently, we set up a new reverse proxy for flutter_infra and dart packages at https://ift.tt/2GtMHBn and https://ift.tt/2IP26Bs and expect it to improve the download speed of universit

Submitted May 18, 2018 at 05:52PM by Vic Luo
via Flutter Dev https://ift.tt/2GtVLpP
GGroup: Flutter Embedder without UI
This wiki page has a link to download linux binary of flutter engine ( libflutter_engine.so) https://ift.tt/2wTozs7 Say, I have a main.dart file that programatically generates a drawing in a canvas and uses Picture.toImage() to save that canvas as a

Submitted May 18, 2018 at 07:03PM by Sreenath N
via Flutter Dev https://ift.tt/2Ixowb6
GGroup: can i become complete android and ios developer by learning flutter?
i want to become complete android and ios developer, can i become by learning flutter?

Submitted May 18, 2018 at 09:52PM by ex love
via Flutter Dev https://ift.tt/2GyY7DW
Reddit: When will flutter hit 1.0? 1 years later or 3 months?
Like...how long?

Submitted May 18, 2018 at 11:23PM by FlutterLearner
via reddit https://ift.tt/2rUz6xG