GGroup: Flutter on windows cmd error (can't fix it)
Hello Everyone, I know this is very basic but I can't get over it since yesterday. I have two computer one running windows 10 x64 and the other is using Windows 7 x64. I managed to set up flutter with intellij and it worked fine somehow on the other machine it didn't On the windows 7 computer, I
Submitted October 28, 2017 at 08:46PM by Braulio Cassule
via Flutter Dev http://ift.tt/2xvnSBj
  
  Hello Everyone, I know this is very basic but I can't get over it since yesterday. I have two computer one running windows 10 x64 and the other is using Windows 7 x64. I managed to set up flutter with intellij and it worked fine somehow on the other machine it didn't On the windows 7 computer, I
Submitted October 28, 2017 at 08:46PM by Braulio Cassule
via Flutter Dev http://ift.tt/2xvnSBj
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: Hands-on Flutter
https://www.youtube.com/watch?v=0IY6J5baAj8
Submitted October 28, 2017 at 10:59PM by sureshg
via reddit http://ift.tt/2zWOb4K
  
  https://www.youtube.com/watch?v=0IY6J5baAj8
Submitted October 28, 2017 at 10:59PM by sureshg
via reddit http://ift.tt/2zWOb4K
YouTube
  
  Hands on Flutter – Tim Messerschmidt
  Video recorded at GDG DevFest Ukraine 2017 - the biggest Google tech conference in CEE. All about Android, Web and Cloud.
Learn more at http://devfest.gdg.org.ua/
--
See all the talks from GDG DevFest Ukraine '17 here: http://bit.ly/dfua17-all
Watch more…
  Learn more at http://devfest.gdg.org.ua/
--
See all the talks from GDG DevFest Ukraine '17 here: http://bit.ly/dfua17-all
Watch more…
Reddit: Execute code on hot reload
Is there some way we can have some code executed whenever a hot reload occurs. Say a method in the life cycle of a widget, or a function we can register with the system.That way I can have this method reload a few things that usually Hot Reload doesn't catch? Such as initially loaded data.
Submitted October 29, 2017 at 07:45AM by dragonfax
via reddit http://ift.tt/2gWgqvP
  
  Is there some way we can have some code executed whenever a hot reload occurs. Say a method in the life cycle of a widget, or a function we can register with the system.That way I can have this method reload a few things that usually Hot Reload doesn't catch? Such as initially loaded data.
Submitted October 29, 2017 at 07:45AM by dragonfax
via reddit http://ift.tt/2gWgqvP
reddit
  
  Execute code on hot reload • r/FlutterDev
  Is there some way we can have some code executed whenever a hot reload occurs. Say a method in the life cycle of a widget, or a function we can...
  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
  
  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
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: 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
  
  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
GitHub
  
  mogol/flutter_secure_storage
  A Flutter plugin to store data in secure storage. Contribute to mogol/flutter_secure_storage development by creating an account on GitHub.
  Reddit: Avoiding Empty State Callbacks – Mehmet Fidanboylu
http://ift.tt/2hoGGMz
Submitted October 30, 2017 at 08:52PM by Purple_Pizzazz
via reddit http://ift.tt/2zQDzUn
  
  http://ift.tt/2hoGGMz
Submitted October 30, 2017 at 08:52PM by Purple_Pizzazz
via reddit http://ift.tt/2zQDzUn
Medium
  
  Avoiding Empty State Callbacks
  Flutter widgets react to changes to their state when you call their setState. This sounds quite simple and the examples given in…
  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
  
  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 on iPhone X • r/FlutterDev
  How would the screen render? Does flutter need to be updated to support the screen like normal iOS apps do?
  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
  
  http://ift.tt/2z5Gewg
Submitted October 31, 2017 at 10:17PM by Purple_Pizzazz
via reddit http://ift.tt/2zU1hiz
pub.dartlang.org
  
  flutter_secure_storage 0.0.1 | Dart Package
  flutter_secure_storage - Secure Storage plugin for Flutter.
  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
  
  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
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: 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
  
  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
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: 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
  
  No text found
Submitted November 01, 2017 at 07:20PM by johnwayne2413
via reddit http://ift.tt/2zY1BwE
reddit
  
  If you're completely new to Android, is it required... • r/FlutterDev
  1 points and 1 comments so far on reddit
  Reddit: droidcon NYC 2017 - How I met Flutter (Roberto Orgiu, The New York Times)
https://www.youtube.com/watch?v=Xf1oI2boNIo
Submitted November 01, 2017 at 10:54PM by Purple_Pizzazz
via reddit http://ift.tt/2imRytO
  
  https://www.youtube.com/watch?v=Xf1oI2boNIo
Submitted November 01, 2017 at 10:54PM by Purple_Pizzazz
via reddit http://ift.tt/2imRytO
YouTube
  
  droidcon NYC 2017 - How I met Flutter
  Roberto Orgiu, The New York Times Have you heard of Flutter? No? Well, then that’s the chance! We’ll be talking about Flutter framework from Google, introduc...
  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
  
  http://ift.tt/2z9hZuV
Submitted November 03, 2017 at 08:46AM by Purple_Pizzazz
via reddit http://ift.tt/2zgZUxe
GitHub
  
  xqwzts/flutter_circular_chart
  flutter_circular_chart - Animated radial and pie charts for Flutter
  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
  
  http://ift.tt/2zcwNcn
Submitted November 03, 2017 at 10:56AM by luanpotter
via reddit http://ift.tt/2iXHHys
Medium
  
  A Comprehensive Flame Tutorial (or How To Make Games With Flutter)
  Introduction
  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.