Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
Reddit: Need help with Facebook authentication on Flutter
I keep being directed to this tutorial:http://ift.tt/2h8mwWvBut I can’t seem to put together what he’s doing. There has to be an easier way to do this, right?

Submitted November 06, 2017 at 03:49AM by KingMookie
via reddit http://ift.tt/2ixSonK
GGroup: Autocorrect tooltips on iOS
When using a native iOS app without text prediction enabled, there is a pop-up that indicates when autocorrections are going to occur, and when backspacing on a correction a pop-up that gives alternative choices for the word. In flutter, the autocorrections happen silently and require backspaci

Submitted November 07, 2017 at 06:22PM by Jeff McGlynn
via Flutter Dev http://ift.tt/2zrf01r
Reddit: map_view: A Flutter plugin for displaying Google Maps on iOS and Android
http://ift.tt/2AsFqQm

Submitted November 07, 2017 at 09:32PM by Purple_Pizzazz
via reddit http://ift.tt/2zoZNxy
Reddit: Has anyone tried implementing Facebook Account Kit in Flutter?
http://ift.tt/1qf0yTshttp://ift.tt/2AqGaoVI’m stuck on step 3 where you have to initialize the SDK in a view controller. How do you do this in Flutter? Is it possible?

Submitted November 08, 2017 at 04:05AM by KingMookie
via reddit http://ift.tt/2jb8qb3
GGroup: Failed assertion: line 3927 pos 14: '_dependents.isEmpty': is not true
Hello DevTeam, I am back again with the issue related to the question already posted by me on stack overflow Error: '_elements.contains(element)': is not true < http://ift.tt/2zubTrA> this issue has been

Submitted November 09, 2017 at 12:15PM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2hhVgFd
Reddit: Google Android Engineer Jake Wharton really doesn't like Flutter
http://ift.tt/2AqhD2q

Submitted November 09, 2017 at 05:25PM by sulejmani
via reddit http://ift.tt/2hnEjg7
Reddit: Fludex: Yet another redux based state management library for Flutter
http://ift.tt/2jcyrqx

Submitted November 09, 2017 at 05:52PM by Purple_Pizzazz
via reddit http://ift.tt/2hnsMxw
Reddit: Flutter talk at Devfest Budapest by Balázs Gerlei
https://www.youtube.com/watch?v=_we-3_ov-gQ

Submitted November 09, 2017 at 05:48PM by Purple_Pizzazz
via reddit http://ift.tt/2jfFbDT
GGroup: Project Location <- Create New Flutter Project <- Android Studio
Hello Flutter devs, I think I found a bug in the create new flutter project Android Studio plugin: clicking the Project Location [...] button brings up a window titled Select Flutter SDK Path, which doesn't make it seem like I'm selection a new location for my project. Since the Flutter SDK

Submitted November 09, 2017 at 06:13PM by Jason Divis
via Flutter Dev http://ift.tt/2iIQIIi
Reddit: IntelliJ IDEA or Android Studio or Both
I've been working with flutter for a few weeks now, and I originally followed the instructions for setting it up for both iOS and Android.That left me with Xcode, IntelliJ IDEA, and Android Studio.I use IntelliJ for development, never open Android Studio, but keep it updated and install plugins there for building the android release, and I open up Xcode only to build the archive and push it to the App Store.I now realize that Android Studio is also built on top of IntelliJ IDEA. Should I be just using Android Studio for my development (with the flutter plugin)? Instead of having 2 copies of IntelliJ on my system?

Submitted November 09, 2017 at 07:00PM by dragonfax
via reddit http://ift.tt/2hnHmVq