Reddit: geocoder: a Flutter plugin for forward and reverse geocoding by Aloïs Deniel
http://ift.tt/2s6Vg30
Submitted February 05, 2018 at 01:14AM by Purple_Pizzazz
via reddit http://ift.tt/2nBeqJo
http://ift.tt/2s6Vg30
Submitted February 05, 2018 at 01:14AM by Purple_Pizzazz
via reddit http://ift.tt/2nBeqJo
Dart Packages
geocoder | Flutter Package
geocoder 0.0.1 Flutter and Dart package - Forward and reverse geocoding.
Reddit: Flutter Weekly #5
http://ift.tt/2nIsU9O
Submitted February 05, 2018 at 01:29PM by KingBaal
via reddit http://ift.tt/2E3mm0B
http://ift.tt/2nIsU9O
Submitted February 05, 2018 at 01:29PM by KingBaal
via reddit http://ift.tt/2E3mm0B
mailchi.mp
Flutter Weekly #5
A weekly newsletter for flutter fans by flutter fans.
GGroup: [Breaking change] Removing default constructors from Scene, Image, FrameInfo, Codec, Shader, Gradient, Picture, SemanticsUpdate and Paragraph
Hello, The PR http://ift.tt/2BX0Gxg is going to remove default constructors from the following dart:ui classes (by declaring private constructors): Scene, Image, FrameInfo, Codec, Shader, Gradient, Picture, SemanticsUpdate and Paragraph The default constructors are
Submitted February 05, 2018 at 10:24PM by Alexander Markov
via Flutter Dev http://ift.tt/2nE7xXN
Hello, The PR http://ift.tt/2BX0Gxg is going to remove default constructors from the following dart:ui classes (by declaring private constructors): Scene, Image, FrameInfo, Codec, Shader, Gradient, Picture, SemanticsUpdate and Paragraph The default constructors are
Submitted February 05, 2018 at 10:24PM by Alexander Markov
via Flutter Dev http://ift.tt/2nE7xXN
GitHub
Make native wrapper classes non-abstract by alexmarkov · Pull Request #4607 · flutter/engine
Certain native wrapper classes are instantiated from native code but they were declared abstract.
This confuses Dart VM precompiler: it only includes constructors into compilation set as they are l...
This confuses Dart VM precompiler: it only includes constructors into compilation set as they are l...
GGroup: Unable to change channels
PS D:\> flutter channel dev Switching to flutter channel 'dev'... git: fatal: A branch named 'dev' already exists. Switching channels failed with error code 128. That's what I get lately when I try switching the channel. PS D:\> flutter doctor [√] Flutter (on Microsoft Windows [Version
Submitted February 06, 2018 at 03:06AM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2E3ODE1
PS D:\> flutter channel dev Switching to flutter channel 'dev'... git: fatal: A branch named 'dev' already exists. Switching channels failed with error code 128. That's what I get lately when I try switching the channel. PS D:\> flutter doctor [√] Flutter (on Microsoft Windows [Version
Submitted February 06, 2018 at 03:06AM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2E3ODE1
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: Using AngularDart
How easy is it to use AngularDart with Flutter? Are there any considerations or gotchas that I need to be aware of? Is there any documentation on using the two together?
Submitted February 06, 2018 at 08:25AM by kit
via Flutter Dev http://ift.tt/2nNaZPo
How easy is it to use AngularDart with Flutter? Are there any considerations or gotchas that I need to be aware of? Is there any documentation on using the two together?
Submitted February 06, 2018 at 08:25AM by kit
via Flutter Dev http://ift.tt/2nNaZPo
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: tts: A text to speech plugin for Flutter by Alex Blount
http://ift.tt/2BTxzuu
Submitted February 06, 2018 at 09:03AM by Purple_Pizzazz
via reddit http://ift.tt/2C0CmdG
http://ift.tt/2BTxzuu
Submitted February 06, 2018 at 09:03AM by Purple_Pizzazz
via reddit http://ift.tt/2C0CmdG
Dart Packages
tts | Flutter Package
tts 1.0.1 Flutter and Dart package - A text to speech plugin for flutter.
Reddit: Published my first tutorial article on Medium!!
http://ift.tt/2BZM14e
Submitted February 06, 2018 at 08:26PM by westdabestdb
via reddit http://ift.tt/2nGV0Tz
http://ift.tt/2BZM14e
Submitted February 06, 2018 at 08:26PM by westdabestdb
via reddit http://ift.tt/2nGV0Tz
Medium
Flutter — It’s Easy to Get Started
It’s time to get started with Flutter
Reddit: Two new plugins: native Facebook and Twitter login
https://github.com/roughike/flutter_facebook_loginhttps://github.com/roughike/flutter_twitter_login
Submitted February 06, 2018 at 10:16PM by roughike
via reddit http://ift.tt/2ELAto5
https://github.com/roughike/flutter_facebook_loginhttps://github.com/roughike/flutter_twitter_login
Submitted February 06, 2018 at 10:16PM by roughike
via reddit http://ift.tt/2ELAto5
GitHub
GitHub - roughike/flutter_facebook_login: A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook…
A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs. - roughike/flutter_facebook_login
GGroup: How to make flow layout scroll
Hi Flutterer, How to make the flow with scroll effect. I try to use SingleChildScrollView, but it does not work. I think because the flow layout is not a fixed size totally visible obj? Not sure. Anyway, Could someone give me some example how to make it scroll. I've enclosed the flow layout
Submitted February 07, 2018 at 11:28AM by Ken Deng
via Flutter Dev http://ift.tt/2nQnh9I
Hi Flutterer, How to make the flow with scroll effect. I try to use SingleChildScrollView, but it does not work. I think because the flow layout is not a fixed size totally visible obj? Not sure. Anyway, Could someone give me some example how to make it scroll. I've enclosed the flow layout
Submitted February 07, 2018 at 11:28AM by Ken Deng
via Flutter Dev http://ift.tt/2nQnh9I
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: The Fluture is Now!
http://ift.tt/2E62ZDS
Submitted February 07, 2018 at 12:29PM by lets4r
via reddit http://ift.tt/2C1nzQ8
http://ift.tt/2E62ZDS
Submitted February 07, 2018 at 12:29PM by lets4r
via reddit http://ift.tt/2C1nzQ8
Medium
The Fluture is Now!
How I discovered Flutter and why you have to try it.
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.