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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
GitHub
Fix assertion failure when MethodCall args are Iterable by cbracken · Pull Request #12277 · flutter/flutter
MethodCall.arguments is of type dynamic, which allows for Iterables. Its
hashCode getter was implemented with hashValue() which asserts that its
input is not an Iterable. Instead XOR the method nam...
hashCode getter was implemented with hashValue() which asserts that its
input is not an Iterable. Instead XOR the method nam...
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
http://ift.tt/2xX8UnU
Submitted November 03, 2017 at 08:55PM by Sol_Ido
via reddit http://ift.tt/2A505sR
GitHub
mzimmerm/flutter_charts
flutter_charts - Charts Library for Flutter, written in Dart with Flutter.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
www.dartlang.org
Native Extensions for the Standalone Dart VM
Learn how to enable command-line Dart apps to call C/C++ functions.
Reddit: TodoMVC for Flutter: flutter_architecture_samples
http://ift.tt/2h4qwXY
Submitted November 04, 2017 at 03:57PM by phillywiggins
via reddit http://ift.tt/2yvEb5m
http://ift.tt/2h4qwXY
Submitted November 04, 2017 at 03:57PM by phillywiggins
via reddit http://ift.tt/2yvEb5m
GitLab
Brian Egan / flutter_architecture_samples
A collection of samples to discuss and showcase different architectural tools and patterns for Flutter apps.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
Reddit: Creating your first flutter app (tutorial)
http://ift.tt/2hehJX5
Submitted November 05, 2017 at 09:48AM by Purple_Pizzazz
via reddit http://ift.tt/2zdThfH
http://ift.tt/2hehJX5
Submitted November 05, 2017 at 09:48AM by Purple_Pizzazz
via reddit http://ift.tt/2zdThfH
Flutter Institute
Creating your first flutter app
Flutter is a new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android. Flutter takes the approach of having a single code base for all platforms. Because flutter eschews OEM widgets[1], all of our visual elements and…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Medium
Facebook Oauth login flow with Flutter
I decided to give Flutter a deeper try than previously. But I encounter some troubles with authentication. So in this story I will share…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
http://ift.tt/2AsFqQm
Submitted November 07, 2017 at 09:32PM by Purple_Pizzazz
via reddit http://ift.tt/2zoZNxy
GitHub
apptreesoftware/flutter_google_map_view
flutter_google_map_view - A flutter plugin for Google Maps
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
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
Facebook for Developers
Account Kit - Documentation - Facebook for Developers
Account Kit lets people quickly register for and login to your app by using just their phone number or email address — no password needed.
Reddit: Why native app developers should take a serious look at Flutter
http://ift.tt/2znnyso
Submitted November 08, 2017 at 01:52PM by KingBaal
via reddit http://ift.tt/2zraUGf
http://ift.tt/2znnyso
Submitted November 08, 2017 at 01:52PM by KingBaal
via reddit http://ift.tt/2zraUGf
Medium
Why native app developers should take a serious look at Flutter
Before I start, in case you haven’t heard about it, Flutter is an app SDK (backed by Google) to build ‘modern mobile apps’. It is still in…
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
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
Stackoverflow
Error: '_elements.contains(element)': is not true
I am seeing this error '_elements.contains(element)': is not true.for the past two days in my flutter project, this was working absolutely fine since the beginning. I am sorry to say this but I hav...
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
http://ift.tt/2AqhD2q
Submitted November 09, 2017 at 05:25PM by sulejmani
via reddit http://ift.tt/2hnEjg7
reddit
Why native app developers should take a serious... • r/androiddev
39 points and 80 comments so far on reddit
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
http://ift.tt/2jcyrqx
Submitted November 09, 2017 at 05:52PM by Purple_Pizzazz
via reddit http://ift.tt/2hnsMxw
GitHub
hemanthrajv/fludex
fludex - Flutter
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
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
YouTube
Flutter - Devfest Budapest 2107
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
IntelliJ IDEA or Android Studio or Both • r/FlutterDev
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...