Reddit: JSON and serialization (Flutter tutorial)
http://ift.tt/2BNugt8
Submitted February 08, 2018 at 10:00PM by Purple_Pizzazz
via reddit http://ift.tt/2nN2QLF
http://ift.tt/2BNugt8
Submitted February 08, 2018 at 10:00PM by Purple_Pizzazz
via reddit http://ift.tt/2nN2QLF
flutter.io
JSON and serialization
It is hard to think of a mobile app that doesn't need to communicate with aweb server or easily store structured data at some point. When makingnetwork-connected apps, the chances are that it needs to consume some good oldJSON, sooner or later.This guide…
Reddit: How to implement Android runtime permission flow in Flutter
http://ift.tt/2Bjj1YD
Submitted February 08, 2018 at 09:45PM by Purple_Pizzazz
via reddit http://ift.tt/2nTbHul
http://ift.tt/2Bjj1YD
Submitted February 08, 2018 at 09:45PM by Purple_Pizzazz
via reddit http://ift.tt/2nTbHul
Musings of an Android App Software Developer
How to implement Android runtime permission flow in Flutter - Musings of an Android App Software Developer
Many Android apps require what Android deems a dangerous permission. For example using the camera, adding an event to the user calendar, or reading the user contacts. Previously, Android used to ask for those permissions at install time, but since Marshmallow…
Reddit: audio_recorder: Flutter plugin to record audio and store it locally (by Jordan Alcaraz)
http://ift.tt/2BNuhxc
Submitted February 08, 2018 at 09:44PM by Purple_Pizzazz
via reddit http://ift.tt/2nMFFky
http://ift.tt/2BNuhxc
Submitted February 08, 2018 at 09:44PM by Purple_Pizzazz
via reddit http://ift.tt/2nMFFky
GitHub
ZaraclaJ/audio_recorder
Contribute to audio_recorder development by creating an account on GitHub.
GGroup: flutter run --release not working
M:\apps\pistis>flutter run --release Initializing gradle... 1.1s Resolving dependencies... 2.5s Launching lib/main.dart on TECNO C9 in release mode... Running 'gradlew assembleRelease'... Cannot locate the genSnapshot executable FAILURE:
Submitted February 09, 2018 at 04:38PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2nQphQ1
M:\apps\pistis>flutter run --release Initializing gradle... 1.1s Resolving dependencies... 2.5s Launching lib/main.dart on TECNO C9 in release mode... Running 'gradlew assembleRelease'... Cannot locate the genSnapshot executable FAILURE:
Submitted February 09, 2018 at 04:38PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2nQphQ1
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: Flutter FTW: Top Articles about Flutter
http://ift.tt/2EhypmR
Submitted February 10, 2018 at 10:06PM by KingBaal
via reddit http://ift.tt/2EUjK2f
http://ift.tt/2EhypmR
Submitted February 10, 2018 at 10:06PM by KingBaal
via reddit http://ift.tt/2EUjK2f
Posse
Flutter FTW: Top Articles about Flutter
At Posse, we’ve been all-in on Flutter since the beginning.
Reddit: Flutter Create: A back-end dev gets Flutter running for the first time
http://ift.tt/2G4lh52
Submitted February 11, 2018 at 10:26PM by KingBaal
via reddit http://ift.tt/2H8lpC3
http://ift.tt/2G4lh52
Submitted February 11, 2018 at 10:26PM by KingBaal
via reddit http://ift.tt/2H8lpC3
Posse
Flutter Create: A back-end dev gets Flutter running for the first time
Our company, Posse, is all-in on Flutter — Google’s rapidly emerging multi-platform mobile development framework. We built the biggest and…
Reddit: Planets-Flutter: planet detail page
http://ift.tt/2ECLhrm
Submitted February 12, 2018 at 08:42AM by KingBaal
via reddit http://ift.tt/2sleQZy
http://ift.tt/2ECLhrm
Submitted February 12, 2018 at 08:42AM by KingBaal
via reddit http://ift.tt/2sleQZy
Sergi & Replace
Planets-Flutter: planet detail page
Afte a while struggling on how to continue and how to put all the things I wanted to explain together I have decided to follow the KISSS methodolgy (Keep It Simple, Stupid Sergi) and continue with a simpler example. As the Planets tutorial was focused on…
Reddit: f_grecaptcha: Plugin to access the SafetyNet reCAPTCHA API on Android
http://ift.tt/2o0PNFL
Submitted February 12, 2018 at 02:12PM by simolus3
via reddit http://ift.tt/2spCwMm
http://ift.tt/2o0PNFL
Submitted February 12, 2018 at 02:12PM by simolus3
via reddit http://ift.tt/2spCwMm
Dart Packages
f_grecaptcha | Flutter Package
f_grecaptcha 1.0.0 Flutter and Dart package - Allows accessing the SafetyNet reCaptcha API for android devices in flutter.
GGroup: Flutter Docker Images
Hey everyone, I've recently created Docker images with Flutter and Android Tools pre-installed . These images contains everything you need for building and testing flutter applications. I hope these images can be useful for others too. One of the use
Submitted February 12, 2018 at 08:19PM by Fedor Korotkov
via Flutter Dev http://ift.tt/2HbsiSO
Hey everyone, I've recently created Docker images with Flutter and Android Tools pre-installed . These images contains everything you need for building and testing flutter applications. I hope these images can be useful for others too. One of the use
Submitted February 12, 2018 at 08:19PM by Fedor Korotkov
via Flutter Dev http://ift.tt/2HbsiSO
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: Wrote microphone record plugin - android only
I made a simple plugin grabing audio clips from Flutter platform API.The stream api was just not documented. I wonder when should I add IOS support since I didnt have access to an OSX while developing ithere is the pluginhttps://github.com/hungrymonkey/mic_streami got bored and added the fft which is horrifying slow.
Submitted February 13, 2018 at 03:07PM by allsnaretaken
via reddit http://ift.tt/2EsbERa
I made a simple plugin grabing audio clips from Flutter platform API.The stream api was just not documented. I wonder when should I add IOS support since I didnt have access to an OSX while developing ithere is the pluginhttps://github.com/hungrymonkey/mic_streami got bored and added the fft which is horrifying slow.
Submitted February 13, 2018 at 03:07PM by allsnaretaken
via reddit http://ift.tt/2EsbERa
GitHub
hungrymonkey/mic_stream
Contribute to hungrymonkey/mic_stream development by creating an account on GitHub.
Reddit: Flutter tutorial: create a Google Keep clone 1: Navigation Drawer & Routes
http://ift.tt/2o0iCCT
Submitted February 13, 2018 at 06:29PM by KingBaal
via reddit http://ift.tt/2BrAUnZ
http://ift.tt/2o0iCCT
Submitted February 13, 2018 at 06:29PM by KingBaal
via reddit http://ift.tt/2BrAUnZ
GGroup: Accessibility Support
What is the progress of accessibility with Flutter? How can I integrate accessibility with Flutter? Are there any good tutorials on it?
Submitted February 13, 2018 at 11:59PM by nbsof...@icloud.com
via Flutter Dev http://ift.tt/2Gd7t8C
What is the progress of accessibility with Flutter? How can I integrate accessibility with Flutter? Are there any good tutorials on it?
Submitted February 13, 2018 at 11:59PM by nbsof...@icloud.com
via Flutter Dev http://ift.tt/2Gd7t8C
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: Unable to merge dex
Guten Tag, Ich bin gerade ganz neu dabei mit flutter. Ich habe alles installiert und nutze IntelliJ. Jetzt habe ich mich einem Projekt angeschlossen und dieses per Git geladen, bei allen anderen Funktioniert es ohne Probleme, aber bei mir gibt er den Fehler: FAILURE: Build failed with an
Submitted February 14, 2018 at 07:04AM by James Moor
via Flutter Dev http://ift.tt/2EqXmQZ
Guten Tag, Ich bin gerade ganz neu dabei mit flutter. Ich habe alles installiert und nutze IntelliJ. Jetzt habe ich mich einem Projekt angeschlossen und dieses per Git geladen, bei allen anderen Funktioniert es ohne Probleme, aber bei mir gibt er den Fehler: FAILURE: Build failed with an
Submitted February 14, 2018 at 07:04AM by James Moor
via Flutter Dev http://ift.tt/2EqXmQZ
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: New void restrictions in Dart SDK version 2.0.0-dev.23.0
*What is changing?* The flutter framework is upgrading the bundled release of the Dart SDK from 2.0.0-dev.16.0, most likely landing with 2.0.0-dev.23.0 . As part of this roll, some packages will need to roll forward as well. The current version of the pull request making this change is here:
Submitted February 14, 2018 at 07:04AM by mfair...@google.com
via Flutter Dev http://ift.tt/2Cjsmwi
*What is changing?* The flutter framework is upgrading the bundled release of the Dart SDK from 2.0.0-dev.16.0, most likely landing with 2.0.0-dev.23.0 . As part of this roll, some packages will need to roll forward as well. The current version of the pull request making this change is here:
Submitted February 14, 2018 at 07:04AM by mfair...@google.com
via Flutter Dev http://ift.tt/2Cjsmwi
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 version for Dartdocs
Recently dartdocs generation started to fail for quite a lot of packages (http://ift.tt/2Eq1ufX) Mine (cached_network_image) and for example shared_preferences fail because of the flutter dependency on sky_engine Stderr: Could not find package sky_engine in the
Submitted February 14, 2018 at 11:14AM by Rene Floor
via Flutter Dev http://ift.tt/2F16RU0
Recently dartdocs generation started to fail for quite a lot of packages (http://ift.tt/2Eq1ufX) Mine (cached_network_image) and for example shared_preferences fail because of the flutter dependency on sky_engine Stderr: Could not find package sky_engine in the
Submitted February 14, 2018 at 11:14AM by Rene Floor
via Flutter Dev http://ift.tt/2F16RU0
Reddit: How to implement a custom loading animation in Flutter
http://ift.tt/2F3wXpp
Submitted February 14, 2018 at 03:03PM by KingBaal
via reddit http://ift.tt/2EswbRy
http://ift.tt/2F3wXpp
Submitted February 14, 2018 at 03:03PM by KingBaal
via reddit http://ift.tt/2EswbRy
Musings of an Android App Software Developer
How to implement a custom loading animation in Flutter - Musings of an Android App Software Developer
“Flutter makes it easy and fast to build beautiful mobile apps” . So let’s put this to the test by creating a custom loading animation 🙂 Of course, Flutter provides a widget for Material Design progress indicator, but let’s create something a bit more custom.…
Reddit: Kotlin any chance.
Replace dart with kotlin. When I think about it, feels like bliss, jumping with ecstasy. Any project going on?
Submitted February 15, 2018 at 04:54AM by ambareeshb
via reddit http://ift.tt/2GdgE8W
Replace dart with kotlin. When I think about it, feels like bliss, jumping with ecstasy. Any project going on?
Submitted February 15, 2018 at 04:54AM by ambareeshb
via reddit http://ift.tt/2GdgE8W
reddit
Kotlin any chance. • r/FlutterDev
Replace dart with kotlin. When I think about it, feels like bliss, jumping with ecstasy. Any project going on?
Reddit: Reactive app state in Flutter
http://ift.tt/2o61Tx2
Submitted February 15, 2018 at 12:53PM by KingBaal
via reddit http://ift.tt/2EKDNCz
http://ift.tt/2o61Tx2
Submitted February 15, 2018 at 12:53PM by KingBaal
via reddit http://ift.tt/2EKDNCz
Medium
Reactive app state in Flutter
I have been playing with Flutter for several weeks and I can say it’s really great, thanks to Flutter and Dart team. But when I started to…
GGroup: Breaking Change: async functions start immediately
What is changing? Flutter will start to use --sync-async when --preview-dart-2 is enabled. This means that functions that are marked as async will start to run immediately instead of being delayed by one microtask. Why? - The new behavior is more efficient, since functions can start
Submitted February 15, 2018 at 08:06PM by Florian Loitsch
via Flutter Dev http://ift.tt/2Eu9fW9
What is changing? Flutter will start to use --sync-async when --preview-dart-2 is enabled. This means that functions that are marked as async will start to run immediately instead of being delayed by one microtask. Why? - The new behavior is more efficient, since functions can start
Submitted February 15, 2018 at 08:06PM by Florian Loitsch
via Flutter Dev http://ift.tt/2Eu9fW9
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: Package file has no versions that match 2.3.5 derived from
C:\Windows\System32>flutter upgrade Updating flutter tool... Package file has no versions that match 2.3.5 derived from: - flutter_tools depends on version 2.3.5 Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds...
Submitted February 15, 2018 at 10:13PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2CneAsK
C:\Windows\System32>flutter upgrade Updating flutter tool... Package file has no versions that match 2.3.5 derived from: - flutter_tools depends on version 2.3.5 Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds...
Submitted February 15, 2018 at 10:13PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2CneAsK
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.