Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: InheritedWidget and Scope
Hi all, InheritedWidget looks like a good option for data/state propagation and DI implementation. Imo, there is only one drawback: no way for compile time checks for existence of exact type in the tree. Is it possible

Submitted October 30, 2017 at 06:04PM by sapry...@gmail.com
via Flutter Dev http://ift.tt/2gP3jZT
GGroup: flutter_secure_storage: need help
I started new plugin for secure data storage http://ift.tt/2ieD6nR 2 month ago and stuck with a problem. Now have time and want to finish For iOS I use Keychain http://ift.tt/2gPwOKO

Submitted October 30, 2017 at 06:52PM by sapry...@gmail.com
via Flutter Dev http://ift.tt/2ieD7Ir
Reddit: Flutter on iPhone X
How would the screen render? Does flutter need to be updated to support the screen like normal iOS apps do?

Submitted October 31, 2017 at 04:47PM by JackAppDev
via reddit http://ift.tt/2A12Wnb
Reddit: flutter_secure_storage: plugin to store data in secure storage
http://ift.tt/2z5Gewg

Submitted October 31, 2017 at 10:17PM by Purple_Pizzazz
via reddit http://ift.tt/2zU1hiz
GGroup: Embedding a flutter view
Hi there, I have managed to successfully embed a flutter view inside my ios app but it been a bit of a hack. I used your flutter_view to see how the pod was installed and the view imported, but the main issue i have is that when you create a new flutter app it only lets you call the internal

Submitted November 01, 2017 at 03:24PM by Wayne Rumble
via Flutter Dev http://ift.tt/2z4phAd
GGroup: Saving a Canvas as a PNG or JPEG.
Hi everyone, I'm attempting to render part of the Widget hierarchy or Canvas to an image file, say as a PNG or JPEG. I know how I can do this on Android. But of course since Flutter renders all the widgets I'm at a loss. It looks like I can use a `PaintingContext` to render a RenderBox/RenderObj

Submitted November 01, 2017 at 05:52PM by Simon Lightfoot
via Flutter Dev http://ift.tt/2hum4lN
Reddit: If you're completely new to Android, is it required to learn Android XML, Java, or Kotlin to become proficient at Flutter?
No text found

Submitted November 01, 2017 at 07:20PM by johnwayne2413
via reddit http://ift.tt/2zY1BwE
Reddit: Flutter Circular Chart: A library for creating animated circular chart widgets
http://ift.tt/2z9hZuV

Submitted November 03, 2017 at 08:46AM by Purple_Pizzazz
via reddit http://ift.tt/2zgZUxe
Reddit: A Comprehensive Flame Tutorial (or How To Make Games With Flutter)
http://ift.tt/2zcwNcn

Submitted November 03, 2017 at 10:56AM by luanpotter
via reddit http://ift.tt/2iXHHys
GGroup: Flutter Gallery
Porque só tem esse aplicativo que usa Flutter, não tem outro?

Submitted November 03, 2017 at 01:34PM by Samuel Kevin
via Flutter Dev http://ift.tt/2hA7jhp
GGroup: Breaking change: MethodCall no longer implements ==/hashCode
In http://ift.tt/2ys3BkH, operator== and hashCode will be eliminated from MethodCall (in Flutter's services library). If you are implementing code that deals directly with Flutter's service layer, and are relying on MethodCall equality or hashing (e.g., as keys in a hash

Submitted November 03, 2017 at 07:06PM by Chris Bracken
via Flutter Dev http://ift.tt/2lNu3z6
Reddit: Charts Library for Flutter, written in Dart with Flutter by Milan Zimmermann
http://ift.tt/2xX8UnU

Submitted November 03, 2017 at 08:55PM by Sol_Ido
via reddit http://ift.tt/2A505sR
GGroup: Using Firebase Firestore in Flutter
Hey, I want to integrate the Firebase Firestore Database into my app, and my question is which of the Flutterfire packages I will have to integrate in order to use the cloud Firestore plugin? In the past you needed to integrate Firebase Analytics to use any of the Firebase features, but I can't

Submitted November 04, 2017 at 03:12PM by Stefan Muke
via Flutter Dev http://ift.tt/2A6nF8A
GGroup: Use C++ in Flutter
Hi, flutter dev team Is there any document or sample using C++ in Flutter or Dart? I noticed http://ift.tt/2hO2K4N, but without build env. Is there any BUILD.gn guide this. Maybe "flutter run" suits me. Thanks - Ken

Submitted November 04, 2017 at 04:17PM by Ken Shao
via Flutter Dev http://ift.tt/2AjBxwY
GGroup: Scroll a photo in all directions and pinch zoom-in/out.
Hi, I was planning to use one of the ScrollViews to hold a picture which can be scrolled in all directions. (+zoom in/out) Apparently all Scrollable widgets are limited to either scrolling horizontal or vertical, and looking at the source code, it has never been taken in account to scroll on

Submitted November 04, 2017 at 10:52PM by Wendel
via Flutter Dev http://ift.tt/2zxHp8F
GGroup: edge-swipe back disable (on scaffold)
Hello, i have a basic flutter app with two classes that extends statefullwidget class, the first is a login form and the second a basic page with a basic drawer. I would like to prevent my app to navigate back to the login page if the user activate the edge-swipe gesture. thanks in advance

Submitted November 05, 2017 at 06:05PM by Davide Maccagno
via Flutter Dev http://ift.tt/2zkSfxO