Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
GGroup: Adding sqflite or path_provider makes Xcode fail with "file not found"
I have started playing with flutter to write an iOS version of an app I have (and possibly replace my Android version with it as well). However, if I add sqflite or path_provider in my yaml file, I get an error during the Xcode compilation. For example, for sqflite, I get: Running "flutter

Submitted March 08, 2018 at 02:23AM by Michel Lesoinne
via Flutter Dev http://ift.tt/2Hcjwn1
GGroup: Access Flutter from existing Native Android project
Hello, I would like to know how to access Flutter within an existing native Android project in order to create a Flutter View. Thank you very much. Raymond

Submitted March 08, 2018 at 02:23AM by Raymond
via Flutter Dev http://ift.tt/2FBA8aM
GGroup: 2018年3月2日 14:36:50 自动保存草稿
Dear I'am a android devopler,I'am very interested about Flutter,I'd like to try embed flutter in my existing app,but I'm a junior engineer which do not know how to do,I'd like to receive your help.

Submitted March 08, 2018 at 02:23AM by 刘聪
via Flutter Dev http://ift.tt/2HbZE3a
GGroup: Background Execution of Dart Code with Flutter SDK
We need to be able to log GPS coordinates on iOS devices in the background. Everything that I've found on the internet, including your own FAQ says that the functionality is not supported for iOS. Any idea on a timeline? Thanks, Scott Stauffer Lead Software Developer ImageNet Consulting

Submitted March 08, 2018 at 02:23AM by Scott Stauffer
via Flutter Dev http://ift.tt/2FCQS10
GGroup: Embeding Flutter in native Android project
Hello, I would like to know how to embed Flutter into a native Android project. Do I have to create a Flutter project within the Android project folder and then bind everything ? Or do I have to create a Flutter project, change the android folder with my Android project folder and then bind

Submitted March 08, 2018 at 02:23AM by Raymond
via Flutter Dev http://ift.tt/2HbZGrO
GGroup: Dart 2 Breaking Change: Removing Maps class
*What is changing?* As part of the migration of the Dart core libraries to Dart 2, we are removing the Maps class. No, not the Map class :), the Maps class, which provided static methods to help developers `implement

Submitted March 08, 2018 at 02:23AM by Samuel Rawlins
via Flutter Dev http://ift.tt/2FuUOBd
GGroup: Can I use Flutter inside of my existing native app?
Dear I'am a android developer,I'am very interested about Flutter,I'd like to try embed flutter in my existing app,but I'm a junior engineer which do not know how to do,I'd like to receive your help. Thanks

Submitted March 08, 2018 at 02:23AM by 刘聪
via Flutter Dev http://ift.tt/2HcjFqz
GGroup: Flutter-Overtheair updates
Hi, I was going through the Flutter documentation past few days. It is an awesome and amazing framework to quickly build cross platform apps. I am wondering if Flutter provides ability to do Over the air updates like React native code can be OTA through Code-push. Thanks, Keerti

Submitted March 08, 2018 at 02:23AM by keerti tenneti
via Flutter Dev http://ift.tt/2Fx3zdL
Reddit: Column children gap
Hi, I've been diving into flutter since beta came along (read about it and decided to wait) and having used other widgets systems like QT and feathers in Adobe Air SDK, the stacking widgets strike me as weird since they don't have a gap property to space children by a defined amount. Is "divider" the only way to do this or is it that I'm not seeing something obvious?

Submitted March 08, 2018 at 01:12PM by xyrer
via reddit http://ift.tt/2FrFvGb
Reddit: New Client Assignment, considering Flutter
Hi everyone,I received a new assignment from a client, and he basically wants to have an app for iOS & Android, which can interact with his back-end system (that I set up). I was considering making a PWA implementation first, but I have the feeling that my options & possibilities with Flutter will be a lot more powerful.I have extensive knowledge of Android development, but fairly limited with iOS (which is also my main weakness in this situation). Considering the app is going to be fairly limited in functionality (for now), I was considering to use Flutter for it. But one of the hard requirements of the client, is that there should be an "alarm" notification. Basically if something goes wrong in the back-end system, the app should be able to alert the end-user with a custom sound which should potentially also wake-him up when sleeping.Is it even possible to do such a thing with a standard app, let alone a Flutter app?

Submitted March 08, 2018 at 04:17PM by SigmaDeltaSoftware
via reddit http://ift.tt/2oTS7Q6
GGroup: Cookbook Recipes: Voting Thread
Thanks so much for your help -- I've collected a bunch of ideas for the Flutter Cookbook. Now, I need your help prioritizing which recipes to work on first! Please vote on and suggest more ideas here: http://ift.tt/2GblGnL

Submitted March 08, 2018 at 06:50PM by Brian Egan
via Flutter Dev http://ift.tt/2FqEpu4
GGroup: Full Viewport Background Images with Carousel
Hello, I'm currently trying to implement full viewport background images using SizedBox, Carousel, and PageView. I think that FittedBox would be more appropriate, but it doesn't know how to interact with the Carousel. I put "fit: BoxFit.cover" into a few locations within SizedBox but it doesn't

Submitted March 08, 2018 at 07:09PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2G7vYoR
GGroup: [Breaking change] showDialog will take a builder rather than a child widget
Howdy, PR http://ift.tt/2G6j3TR will remove the "child" named parameter of the showDialog method and add a "builder" named parameter which takes a Builder instead of any Widget. This change ensures that the dialog children are using the context from inside the dialog

Submitted March 08, 2018 at 07:55PM by Jonah Williams
via Flutter Dev http://ift.tt/2Ft4mcz