Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Pitching Flutter to your company or client
https://ift.tt/2AGZQXV

Submitted November 01, 2018 at 10:33PM by JaapVermeulen
via reddit https://ift.tt/2EZxo7P
Reddit: Flutter GRPC
https://ift.tt/2DidinK

Submitted November 02, 2018 at 08:27AM by Purple_Pizzazz
via reddit https://ift.tt/2OkwJ0g
Reddit: Redux plugin for Android Studio/IntelliJ to help navigate the code
https://ift.tt/2EYCQIc

Submitted November 02, 2018 at 10:18AM by hillel369
via reddit https://ift.tt/2zmqZNZ
GGroup: ADDING A TEXT TO FIREBASE DATABASE
Hello guys , pls i have been trying to add a text to my firebase database and it keeps showing me this errror: [ERROR:flutter/shell/common/shell.cc(181)] Dart Error: Unhandled exception: E/flutter ( 7463): MissingPluginException(No implementation found for method DatabaseReference#set on channel

Submitted November 02, 2018 at 01:21PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2qnXpUj
GGroup: payment in flutter
how can use paypal or visa .. etc in flutter

Submitted November 02, 2018 at 03:48PM by HoSheiMa
via Flutter Dev https://ift.tt/2zmd76u
GGroup: When should I put a setState function in an in it state
Hi guys , I'm new to flutter and lately I have been watching some tutorials and i see them put setStsate in in an initState ,I understand setState and initState but I don't know when to put them within each other pls can someone explain to me???

Submitted November 02, 2018 at 04:06PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2PEyKcc
GGroup: Managing 2 FocusNodes in different Overlay entries
Hey, I'm working on a rich text editor which has a toolbar. Some styles, like URLs require the toolbar to have it's own TextField to edit the link. This requires certain orchestration of focus changes between the editor and the toolbar. I'm trying to refactor toolbar and move it to Overlay so

Submitted November 02, 2018 at 09:44PM by Anatoly Pulyaevskiy
via Flutter Dev https://ift.tt/2Dk5nX0
GGroup: New tooling releases - Flutter IntelliJ / Android Studio
Happy Friday everyone, check out the details for the new tooling releases!! Inspector performance tooling We’ve added a new widget profiler to the Inspector! It helps the user determine when widgets are rebuilding, and makes it easier to understand the rebuild behavior of your app and optimize

Submitted November 02, 2018 at 09:53PM by Nilay Yener
via Flutter Dev https://ift.tt/2Jz0xp7
GGroup: VS Code extensions v2.20 - Inspect Widget (take 2), build_runner tasks, toString() in debug views...
Hey all, v2.20 of the VS Code plugins are available. Release notes below (and online ). Return of Inspect Widget The Flutter: Inspect Widget feature that was added in v2.17.0 but disabled in v2.17.1 due to bugs is

Submitted November 02, 2018 at 09:54PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2DiL500
Learn how to create a new widget class in IntelliJ IDEA / Android Studio by using: Refactor > Extract > Flutter Widget.

It will even pass in the needed variables. #FlutterFriday

Watch here ↓ pic.twitter.com/r8S38r5xUr— Flutter (@flutterio) November 2, 2018

November 02, 2018 at 11:30PM
via Twitter https://twitter.com/flutterio
Gain a better understanding of Widget rebuilding behaviors with the new inspector performance tooling release.

Learn more here 🔎→ https://t.co/OyryF0C38j pic.twitter.com/nP8UfEzO8O— Flutter (@flutterio) November 3, 2018

November 03, 2018 at 01:00AM
via Twitter https://twitter.com/flutterio
GGroup: Flutter Book
Hello, I have wrote a book on Flutter and Dart. I will represent how to build seven beautiful application with Google Flutter in this book. There is a free sample also to check the quality of my writing. https://ift.tt/2F0nVNB [image: cover2 - Copy.jpg] Thank you.

Submitted November 03, 2018 at 12:36PM by p11i
via Flutter Dev https://ift.tt/2AHWnrZ
Reddit: Flutter ListView and ScrollPhysics: A Detailed Look
https://ift.tt/2OnEW3B

Submitted November 03, 2018 at 03:45PM by deven9852
via reddit https://ift.tt/2yOjqQC
Reddit: I think I understand how Flutter/Material design work on Android, and maybe iOS. Am I making any sense?
i tHi. I've sketched what I have in mind. A listview with a thumbnail (1), a color type indicator (2), a title (4), a few avatar icons. This would all be determined by the model class included in main.dart file.Each element in there, 1 to 6, is drawn according to some class.I'm not asking about the actual dart code, just want to make sure I understand what Flutter is. I'm thinking I code this using the classes from the material package and just choose theme colors. I thought of the followingListView of infinite Cards >>row (children x3) >>image BoxDecoration (shape: BoxShape.circle, ) (element 1)column (children x2) >>title (element 2)rowcontrib1 avatar (element 3)contrib2 avatar (element 4)contrib3 avatar (element 5)rectangle color indicates type of item (element 6)So two questions :I'll get something decent looking? I mean I don't have to mess about figuring shadows, borders, scrolling behavior and what not. Though I could still override the defaults anywhere.Flutter takes care of all of that for me, per whatever looks more familiar if compiled for Android or iOS?Hope I'm making sense. I think this question is at the core of flutter. Thanks.

Submitted November 03, 2018 at 04:18PM by somenick
via reddit https://ift.tt/2JzRiVt
GGroup: Something is breaking my Flutter App on android
Hello Flutter Dev Group, I am working on an app that requires various dependencies and the app breaks when I open it on android, so what is the issue here. : dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the

Submitted November 03, 2018 at 09:44PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2F1eFsq