Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Dart 2 Breaking Change: Argument to assert() must be a bool
*What is changing?* In Dart 1, the argument to a call to `assert` could be a boolean, or a function returning a boolean. In the latter case: assert(() { return true; }); the function argument was invoked by the assert, in order to produce the value to be asserted. In Dart 2, the `assert`

Submitted March 07, 2018 at 02:53AM by Leaf Petersen
via Flutter Dev http://ift.tt/2oUC6bz
Reddit: Using Flutter in a real-life application with 200k downloads
No text found

Submitted March 07, 2018 at 03:34AM by sebe42
via reddit http://ift.tt/2Iaf0GG
GGroup: Take input from keyboard
Can anyone tell me how to take input from the keyboard in the flutter? It takes input only by tapping on the keyboard.

Submitted March 07, 2018 at 05:01AM by rishabh singh
via Flutter Dev http://ift.tt/2G3a5Xq
GGroup: Breaking change: typo corrected in rendering/sliver.dart applyGrowthDirecitonToScrollDirection
*You can ignore this if you don't code against slivers in the rendering layer directly.* A typo was present in the static function applyGrowthDirec*it* onToScrollDirection in rendering/sliver.dart < https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/rendering/sliver.dart > .

Submitted March 07, 2018 at 06:45AM by Xiao Yu
via Flutter Dev http://ift.tt/2tq2mjw
GGroup: Forcing webview on Android
I'm building my first Flutter app and looking for help on how to force webview on Android with url_launcher, but I'm only getting a white screen. This is the code I'm using: new RaisedButton(onPressed: _launchURL, child: new Text('Share your feedback'),), _launchURL() async { const url =

Submitted March 07, 2018 at 10:05AM by Brian Rose
via Flutter Dev http://ift.tt/2I75Meq
GGroup: Can we add a Flutter module to an existing Android Studio project?
I have been reading about Flutter for a while now, and I want to convert parts of my app to learn more. I have an existing Android project written in Java/Kotlin. Is it possible to add a new Flutter module to the existing app?

Submitted March 07, 2018 at 10:10AM by Anh Vinh Huỳnh
via Flutter Dev http://ift.tt/2oVq9CM
Reddit: Should Google have chosen Kotlin for Flutter instead of Dart?
I know this isn't going to change anything but just interested in others' opinions on this.Thank you.

Submitted March 07, 2018 at 03:15PM by johnwayne2413
via reddit http://ift.tt/2Fzv3PY
GGroup: Widgets and MVC
Hi! I have a strong background in iOS development, but I'm struggling a bit with the architecture of a flutter app. Could someone please map the Stateless and Stateful Widget concepts to the MVC? are Widgets Views or controllers, or both? O:-) Thanks!

Submitted March 07, 2018 at 05:10PM by Fernando Rodriguez Romero
via Flutter Dev http://ift.tt/2IbwHFR
GGroup: Adding sqflite or path_provider to project results in 'file not found' Xcode error.
I am having trouble adding sqflite or path_provider to my project. Whenever I add either one to my project, Xcode spits out a 'file not found' error. For example, if I add path_provider: any To my pubscpec.yaml, I get: Launching lib/main.dart on iPhone X in debug mode... > Running pod

Submitted March 07, 2018 at 10:09PM by Michel Lesoinne
via Flutter Dev http://ift.tt/2oRSOcG
Reddit: Flutter application boilerplate, with Redux included (by Fran Pitriqueo)
http://ift.tt/2p1TefV

Submitted March 07, 2018 at 11:52PM by Purple_Pizzazz
via reddit http://ift.tt/2oY2Gkf
GGroup: Dart 2 Breaking Change: Implementing inconsistent interfaces is an error
*What is changing?* In Dart 1 it was legal for a class to indirectly implement the same generic interface inconsistently (that is, with different generic parameters). For example: abstract class Box { T get x; }abstract class NumBox extends Box {} class DoubleBox extends NumBox

Submitted March 08, 2018 at 01:24AM by Leaf Petersen
via Flutter Dev http://ift.tt/2FjExj8
Reddit: Radial menu widget for Flutter (by Victor Choueiri)
http://ift.tt/2FlhcxA

Submitted March 08, 2018 at 01:54AM by Purple_Pizzazz
via reddit http://ift.tt/2FBxW32
GGroup: Dart 2 Core Library Deprecation: SCREAMING CAPS CONSTANTS
*What's being deprecated?* Top level constants in the Dart 1 core libraries were named using an all caps naming convention: const JsonCodec JSON = const JsonCodec(); This is inconsistent with standard Dart style. In Dart 2, we have (already) added camel case versions of constants to the

Submitted March 08, 2018 at 02:15AM by Leaf Petersen
via Flutter Dev http://ift.tt/2Fx8R9o
GGroup: Looking for flutter developer
I am looking for a flutter developer to work alongside me and my team to create an app. The idea is unique. The backend is done in Java using Spring API and JWT for authentication. If anyone is interested, hit me up and i'll explain to you what the app is about. There is no pay involved yet, but

Submitted March 08, 2018 at 02:23AM by Adam ali
via Flutter Dev http://ift.tt/2Fw9pfF