Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Any chance for Kotlin support in the future?
Hello, The title says it all. I am just wondering if the Flutter team is considering adding support for Kotlin in the future.Thanks.

Submitted February 19, 2018 at 05:04PM by nopenopenopnoeone
via reddit http://ift.tt/2sJ0GBC
Reddit: Flutorial: Create a Staggered GridView
http://ift.tt/2C6DYHx

Submitted February 19, 2018 at 10:33PM by Purple_Pizzazz
via reddit http://ift.tt/2sCTAyz
Reddit: parallax_image: A Flutter widget that paints an image and moves it at a slower speed than the main scrolling content.
http://ift.tt/2EFQvTO

Submitted February 20, 2018 at 03:23PM by Purple_Pizzazz
via reddit http://ift.tt/2och3BI
GGroup: Ink cause not stable
Hi, Thanks flutter dev team, My first flutter app published in AppStore. Since I added InkWell and Ink, the app is not stable now. Another exception was thrown: type 'KeepAliveNotification' is not a subtype > of type 'ScrollNotification' of 'notification' where > Another exception was

Submitted February 21, 2018 at 05:13AM by Ken Shao
via Flutter Dev http://ift.tt/2CagQIa
GGroup: Dart 2 Breaking Change: Callable classes
*What is changing?* In Dart 1, a class with a call method is a subtype of a function type with the same signature. ```dart // Dart 1 class C { void call(int x) {} } typedef void F(int i); void main() { C c = new C(); F f = c; // OK f as C; // OK, cast succeeds c(3); // OK

Submitted February 21, 2018 at 10:40PM by Leaf Petersen
via Flutter Dev http://ift.tt/2EZi5L0
GGroup: Dart 2 Breaking Change: New methods and constructors on Invocation
TLDR: If you don't have code that implements or mixes in the `Invocation` class, you can stop reading. We (the Dart team) are making some small breaking changes to the `Invocation` class to reflect the addition of generic methods to Dart 2. See below for a summary of the change and its impact.

Submitted February 22, 2018 at 12:05AM by Leaf Petersen
via Flutter Dev http://ift.tt/2CcrYnQ
GGroup: Dart 2 Breaking Change Proposal: Disallow void returns from dynamic functions
TLDR: We are soliciting feedback on the proposal to disallow return a `void` typed value from a function whose return type is not `void`. The original Dart 2 proposal for the treatment of `void` attempted to prevent `void` typed values from being accidentally used. See here for details on the

Submitted February 22, 2018 at 12:47AM by Leaf Petersen
via Flutter Dev http://ift.tt/2CAQkn2
Reddit: Is Flutter kind of like a game engine and if so, shouldn't this mean it should work consistently across a lot of devices?
No text found

Submitted February 22, 2018 at 05:05PM by johnwayne2413
via reddit http://ift.tt/2oihhY3
GGroup: NC FAST P3 Test Scripts Writer
*Title/Role: ** Test Scripts Writer* *Location: **Research Triangle Park, Durham, NC 27709* *Duration: 8+ Months* Interview Mode: In Person only *Complete Description: * The NC Department of Health and Human Services seeks a contractor resource to assist with the development and

Submitted February 22, 2018 at 08:16PM by mahi v
via Flutter Dev http://ift.tt/2EWtRG6
Reddit: Cookbook: recipes that demonstrate how to solve common problems while writing Flutter apps
http://ift.tt/2Fn9vn6

Submitted February 23, 2018 at 09:29AM by Purple_Pizzazz
via reddit http://ift.tt/2ENwAhU
GGroup: Using Dart 2.0 support in flutter
Is there a way that you completely develop in Dart 2.0 in flutter so that you don't have to pass flutter run --preview-dart-2 always? Also is it likely, we going to see flutter beta release lunch with Dart 2.0? or let me rephrase, When is Dart 2.0 going to be ready to use in Flutter in a way that

Submitted February 23, 2018 at 04:43PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2otkovF
GGroup: Flutter for older phones
Is it possible to compile (with some customization) a Flutter app for 32 bit iPhones (i.e. 5C, and older)? Thanks.

Submitted February 23, 2018 at 08:05PM by Kevin Boyle
via Flutter Dev http://ift.tt/2otvxfU
GGroup: Repository for desktop implementations of Flutter embedding API
Hello Flutter community, Some folks at Google are exploring the use of Flutter in desktop applications, and we’ve created a repository to house implementations of the Flutter embedding API for desktop platforms: http://ift.tt/2sqQCx1 Since Flutter is currently

Submitted February 23, 2018 at 09:29PM by Stuart Morgan
via Flutter Dev http://ift.tt/2CF31xa
GGroup: Flutter plugin v22 now available -- New Flutter tooling releases!
Improved Flutter editing assists We’ve added several new code refactorings to help you build and refactor your Flutter UI code. In VS Code they are available in the light bulb menu using the keyboard shortcut ‘cmd-.’; in IntelliJ / Android Studio these are available via the keyboard shortcut

Submitted February 23, 2018 at 10:40PM by Wm Leler
via Flutter Dev http://ift.tt/2FrNTpX
GGroup: Sentry reported issue
Hi, team Since My App published with the sentry, There are some issues may be caused by Flutter Library. How can I share them with the team? like this, stack below: NoSuchMethodError: NoSuchMethodError: The method 'visitAncestorElements' was called on null. Receiver: null Tried calling:

Submitted February 24, 2018 at 11:12AM by Ken Shao
via Flutter Dev http://ift.tt/2CFQo4Y