GGroup: Minimum supported platform?
Is there a list of minimum supported iOS and Android version? I use a Lollipop actual device to test the default template app using latest 0.0.22 and 0.0.23, app can not start with exception error. It is running fine on emulator. It used to be okay before the change of channel to dev. If
Submitted February 07, 2018 at 03:50PM by Jaxon Du
via Flutter Dev http://ift.tt/2BMEB8I
Is there a list of minimum supported iOS and Android version? I use a Lollipop actual device to test the default template app using latest 0.0.22 and 0.0.23, app can not start with exception error. It is running fine on emulator. It used to be okay before the change of channel to dev. If
Submitted February 07, 2018 at 03:50PM by Jaxon Du
via Flutter Dev http://ift.tt/2BMEB8I
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 should document supported platforms · Issue #14437
http://ift.tt/2E8BJoz
Submitted February 07, 2018 at 05:05PM by nohtyp
via reddit http://ift.tt/2BLfRxK
http://ift.tt/2E8BJoz
Submitted February 07, 2018 at 05:05PM by nohtyp
via reddit http://ift.tt/2BLfRxK
GitHub
Flutter should document supported platforms · Issue #14437 · flutter/flutter
We should make clear early in our documentation which platforms Flutter works on:
#2089 (comment)
The two remaining omissions from standard expectations are:
x86 Android: #9253
32-bit iOS: #2089
We...
#2089 (comment)
The two remaining omissions from standard expectations are:
x86 Android: #9253
32-bit iOS: #2089
We...
GGroup: Incompatible changes in ButtonTheme, RadioButton, Checkbox
Two PRs landed this week which introduced incompatible changes to the ButtonTheme class and the dimensions of CheckBox and RadioButton: "Material button update" - http://ift.tt/2nT8oDg "Radial splash and radio button update"- http://ift.tt/2Esc3Cq
Submitted February 07, 2018 at 07:06PM by hansmuller
via Flutter Dev http://ift.tt/2nT8qLo
Two PRs landed this week which introduced incompatible changes to the ButtonTheme class and the dimensions of CheckBox and RadioButton: "Material button update" - http://ift.tt/2nT8oDg "Radial splash and radio button update"- http://ift.tt/2Esc3Cq
Submitted February 07, 2018 at 07:06PM by hansmuller
via Flutter Dev http://ift.tt/2nT8qLo
GitHub
Material button update by HansMuller · Pull Request #14410 · flutter/flutter
Revised ButtonTheme, added a buttonTheme to ThemeData.
Rewrote the implementations of MaterialButton, RaisedButton and FlatButton in terms of a new ShapedMaterialButton widget.
ButtonTheme, RaisedB...
Rewrote the implementations of MaterialButton, RaisedButton and FlatButton in terms of a new ShapedMaterialButton widget.
ButtonTheme, RaisedB...
GGroup: flutter channel switching
Hi, to a large extent flutter channel switching command really made things easier but with its current issues, things are becoming a little uncomfortable. But then I noticed there's a fix now herehttps://github.com/flutter/flutter/pull/14507 for which I am very grateful so I want to know when
Submitted February 07, 2018 at 09:02PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2C306xU
Hi, to a large extent flutter channel switching command really made things easier but with its current issues, things are becoming a little uncomfortable. But then I noticed there's a fix now herehttps://github.com/flutter/flutter/pull/14507 for which I am very grateful so I want to know when
Submitted February 07, 2018 at 09:02PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2C306xU
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: Threading / Dispatch Queues for native interop
I'm working on a project that involves calling native code for various reasons, including some that are long-running operations and others that have to use specific OS constructs i.e. capturing video. While developing I've sometimes had to use multiple threads or dispatch queues (depending on
Submitted February 08, 2018 at 01:10AM by Morgan McKenzie
via Flutter Dev http://ift.tt/2FW0ErI
I'm working on a project that involves calling native code for various reasons, including some that are long-running operations and others that have to use specific OS constructs i.e. capturing video. While developing I've sometimes had to use multiple threads or dispatch queues (depending on
Submitted February 08, 2018 at 01:10AM by Morgan McKenzie
via Flutter Dev http://ift.tt/2FW0ErI
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: SLACK WORKSPACE
Hi guys , i have created a workspace on slack, this is the link for join : http://ift.tt/2GKtmNF if you like, you can enter, I created the plugin and design
Submitted February 08, 2018 at 01:10AM by juanito21
via Flutter Dev http://ift.tt/2FTJ7R6
Hi guys , i have created a workspace on slack, this is the link for join : http://ift.tt/2GKtmNF if you like, you can enter, I created the plugin and design
Submitted February 08, 2018 at 01:10AM by juanito21
via Flutter Dev http://ift.tt/2FTJ7R6
GGroup: Re: GestureDetector on Tile not working after new Tile added
The code here is quite long so it's hard to say exactly; I recommend trying to simplify it down to one short file that still reproduces the problem, then it will be easier to review. On Mon, Jan 22, 2018 at 12:03 AM wrote: > Hello, > > I'm beginning with Flutter and to
Submitted February 08, 2018 at 07:51PM by Ian Hickson
via Flutter Dev http://ift.tt/2nN5EIq
The code here is quite long so it's hard to say exactly; I recommend trying to simplify it down to one short file that still reproduces the problem, then it will be easier to review. On Mon, Jan 22, 2018 at 12:03 AM wrote: > Hello, > > I'm beginning with Flutter and to
Submitted February 08, 2018 at 07:51PM by Ian Hickson
via Flutter Dev http://ift.tt/2nN5EIq
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: 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.