Reddit: How to know when user has tapped the back button or back navigation arrow in Flutter
http://ift.tt/2D6oVOG
Submitted January 12, 2018 at 02:59PM by Purple_Pizzazz
via reddit http://ift.tt/2ATtshN
http://ift.tt/2D6oVOG
Submitted January 12, 2018 at 02:59PM by Purple_Pizzazz
via reddit http://ift.tt/2ATtshN
Musings of an Android App Software Developer
How to know when user has tapped the back button or back navigation arrow in Flutter - Musings of an Android App Software Developer
A common Android UI pattern for edit screens is to ask the user to confirm that they want to discard their changes when they tap the back button or back navigation arrow. So, how do you catch this user event in Flutter? Well, after a fair amount of trial…
Reddit: Native Developer’s Look at Flutter
http://ift.tt/2mkdg3I
Submitted January 12, 2018 at 04:41PM by Purple_Pizzazz
via reddit http://ift.tt/2D71aWK
http://ift.tt/2mkdg3I
Submitted January 12, 2018 at 04:41PM by Purple_Pizzazz
via reddit http://ift.tt/2D71aWK
Polidea
Native Developer’s Look on Flutter | Polidea
Native developer's look on building cross-platfrom mobile apps using Flutter, based on our recent project with Folx.
GGroup: Firebase or not?
Hi all, I'm in the early stages of designing the app that will run on both Android and iOS. Here's what it needs to do: 1. The client UI/code should be minimal. User is presented with few search options in the form and submits the request 2. Which is submitted to the remote service
Submitted January 12, 2018 at 09:53PM by Bo S
via Flutter Dev http://ift.tt/2moFyde
Hi all, I'm in the early stages of designing the app that will run on both Android and iOS. Here's what it needs to do: 1. The client UI/code should be minimal. User is presented with few search options in the form and submits the request 2. Which is submitted to the remote service
Submitted January 12, 2018 at 09:53PM by Bo S
via Flutter Dev http://ift.tt/2moFyde
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: Integrating Google Sign In and Firebase Authentication into your Flutter app
http://ift.tt/2EGj2UJ
Submitted January 14, 2018 at 08:55AM by drductus
via reddit http://ift.tt/2FD5mvh
http://ift.tt/2EGj2UJ
Submitted January 14, 2018 at 08:55AM by drductus
via reddit http://ift.tt/2FD5mvh
Flutter Institute
Firebase Authentication
Getting Started We're going to augment our TodoMVC app that we tested in Part 1 to add basic Firebase authentication using Google Sign In to the app. I'm going to be directing you to visit some of the Google code labs for the Firebase set up, so there will…
GGroup: SiriKit Intent compatibility
Hi All, has anybody any experience in implementing the SiriKit in a flutter app to trigger special actions via Siri, possibly even in locked mode ? Thanks in advance. Serge
Submitted January 14, 2018 at 02:37PM by sbes...@gmail.com
via Flutter Dev http://ift.tt/2mukfXS
Hi All, has anybody any experience in implementing the SiriKit in a flutter app to trigger special actions via Siri, possibly even in locked mode ? Thanks in advance. Serge
Submitted January 14, 2018 at 02:37PM by sbes...@gmail.com
via Flutter Dev http://ift.tt/2mukfXS
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 Weekly #2
http://ift.tt/2FDvTZk
Submitted January 14, 2018 at 09:34PM by KingBaal
via reddit http://ift.tt/2EIlkTv
http://ift.tt/2FDvTZk
Submitted January 14, 2018 at 09:34PM by KingBaal
via reddit http://ift.tt/2EIlkTv
mailchi.mp
Flutter Weekly #2
Second issue of the Flutter Weekly mail list
Reddit: Yet another simple "Chat with strangers" app built with Flutter
http://ift.tt/2DeLdxd
Submitted January 15, 2018 at 03:42PM by quangio
via reddit http://ift.tt/2mATwsN
http://ift.tt/2DeLdxd
Submitted January 15, 2018 at 03:42PM by quangio
via reddit http://ift.tt/2mATwsN
Google Play
AMonth: Connect with a stranger in a month - Android Apps on Google Play
Build new deep relationships through 30 days of connection.
GGroup: firestore sub collection
Hi I’m new to flutter/firestore and I’m wondering if it is possible to add a document to a subcollection with the flutter plugin? For example, is this possible or is there another way to do it? Firestore.instance.collection('conversations').document('Ueo6RkKESgIU9AsrjWiI').collection('message
Submitted January 15, 2018 at 09:44PM by Pat Ashe
via Flutter Dev http://ift.tt/2D7zcpM
Hi I’m new to flutter/firestore and I’m wondering if it is possible to add a document to a subcollection with the flutter plugin? For example, is this possible or is there another way to do it? Firestore.instance.collection('conversations').document('Ueo6RkKESgIU9AsrjWiI').collection('message
Submitted January 15, 2018 at 09:44PM by Pat Ashe
via Flutter Dev http://ift.tt/2D7zcpM
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 news
I think now you can develop in android studio with no need to install intellij idea, correct me or inform me if I am wrong.
Submitted January 15, 2018 at 10:36PM by frankcohe
via reddit http://ift.tt/2DgVqd9
I think now you can develop in android studio with no need to install intellij idea, correct me or inform me if I am wrong.
Submitted January 15, 2018 at 10:36PM by frankcohe
via reddit http://ift.tt/2DgVqd9
reddit
Flutter news • r/FlutterDev
I think now you can develop in android studio with no need to install intellij idea, correct me or inform me if I am wrong.
Reddit: Flutter plugin to enable billing on iOS and Android.
http://ift.tt/2r7cPPK
Submitted January 16, 2018 at 06:48AM by vladlichonos
via reddit http://ift.tt/2mHx4ii
http://ift.tt/2r7cPPK
Submitted January 16, 2018 at 06:48AM by vladlichonos
via reddit http://ift.tt/2mHx4ii
GitHub
VolodymyrLykhonis/flutter_billing
flutter_billing - Flutter plugin to enable billing on iOS and Android.
Right now this channel only notify about new post on Flutter google group and subreddit flutter dev. If you know more channels about flutter development news tell me and I will try to add: @eh_oscar
Reddit: Easiest way to port game from dart?
I am working on a small simple dart game, but I would like to eventually also release it on iOS/android using flutter. The game is currently using dart:html and canvas for all graphics.Are there any good tutorials for posting a dart html game to iOS/android? Do you have any advice for the development process? I know I've read somewhere that keeping the graphics rendering separate from the business logic will help, but is there anything else I need to know?Thanks!
Submitted January 16, 2018 at 09:58PM by maquis_00
via reddit http://ift.tt/2DFLoPE
I am working on a small simple dart game, but I would like to eventually also release it on iOS/android using flutter. The game is currently using dart:html and canvas for all graphics.Are there any good tutorials for posting a dart html game to iOS/android? Do you have any advice for the development process? I know I've read somewhere that keeping the graphics rendering separate from the business logic will help, but is there anything else I need to know?Thanks!
Submitted January 16, 2018 at 09:58PM by maquis_00
via reddit http://ift.tt/2DFLoPE
reddit
Easiest way to port game from dart? • r/FlutterDev
I am working on a small simple dart game, but I would like to eventually also release it on iOS/android using flutter. The game is currently using...
Reddit: Windy City DevFest 2018 - First Flutter, then Fly: Build Reactive & Performant Cross-Platform Apps
https://www.youtube.com/watch?v=OpdXLXdYXhU
Submitted January 16, 2018 at 11:53PM by Purple_Pizzazz
via reddit http://ift.tt/2mLkK0M
https://www.youtube.com/watch?v=OpdXLXdYXhU
Submitted January 16, 2018 at 11:53PM by Purple_Pizzazz
via reddit http://ift.tt/2mLkK0M
YouTube
Windy City DevFest 2018 - First Flutter, then Fly: Build Reactive & Performant Cross-Platform Apps
Speaker: Nitya Narasimhan As mobile and web developers we face growing challenges in delivering user experiences that are not only performant across diverse ...
GGroup: overlapped native widget
Hey guys, is there any way I can: 1) render a native platform widgets on the top of a flutter app, and 2) pass click events on native widgets to that flutter app Thanks!
Submitted January 17, 2018 at 10:20AM by Nami WANG
via Flutter Dev http://ift.tt/2EOtz0a
Hey guys, is there any way I can: 1) render a native platform widgets on the top of a flutter app, and 2) pass click events on native widgets to that flutter app Thanks!
Submitted January 17, 2018 at 10:20AM by Nami WANG
via Flutter Dev http://ift.tt/2EOtz0a
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: Can you make an Android widget with Flutter?
I wanted to make a widget that shows the price for a specific crypto currency.
Submitted January 17, 2018 at 11:41AM by IronBrotherz
via reddit http://ift.tt/2B8pqSM
I wanted to make a widget that shows the price for a specific crypto currency.
Submitted January 17, 2018 at 11:41AM by IronBrotherz
via reddit http://ift.tt/2B8pqSM
reddit
Can you make an Android widget with Flutter? • r/FlutterDev
I wanted to make a widget that shows the price for a specific crypto currency.
GGroup: Golang exposed via flutter method channels
I need to use golang as my DB and logic layer with a flutter GUI. This is because I need the same logic and DB running on other devices where flutter does not run. 1. Has anyone seen any examples yet of doing this with golang ? I know it pretty easy using the gomobile bind command and then
Submitted January 17, 2018 at 09:57PM by ged...@gmail.com
via Flutter Dev http://ift.tt/2mPFAMx
I need to use golang as my DB and logic layer with a flutter GUI. This is because I need the same logic and DB running on other devices where flutter does not run. 1. Has anyone seen any examples yet of doing this with golang ? I know it pretty easy using the gomobile bind command and then
Submitted January 17, 2018 at 09:57PM by ged...@gmail.com
via Flutter Dev http://ift.tt/2mPFAMx
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: Run async operation on widget creation
http://ift.tt/2mH5p0n
Submitted January 17, 2018 at 11:09PM by Purple_Pizzazz
via reddit http://ift.tt/2Dt1yOT
http://ift.tt/2mH5p0n
Submitted January 17, 2018 at 11:09PM by Purple_Pizzazz
via reddit http://ift.tt/2Dt1yOT
Flutter Institute
Run async operation on widget creation
I often see people trying to execute an asyncronous operation in the render method of a widget. This doesn't work, but is also bad because it gets called every time the state or properties get updated. It can lead to a lot of unneccessary work. A StatefulWidget…
Reddit: New Void Realms video out (on the drawer)
https://www.youtube.com/watch?v=g8_Wv5f1lcg
Submitted January 18, 2018 at 08:22PM by Ajaxml
via reddit http://ift.tt/2mO0GKd
https://www.youtube.com/watch?v=g8_Wv5f1lcg
Submitted January 18, 2018 at 08:22PM by Ajaxml
via reddit http://ift.tt/2mO0GKd
YouTube
Flutter 36 - Drawer
Check out my Dart and Flutter courses on Udemy: https://www.udemy.com/user/bryan-cairns/
GGroup: Flutter plugin v21 now available -- Introducing the NEW Flutter Inspector
Flutter Inspector We’re very excited to be able to announce the first version of the Flutter Inspector for IntelliJ and Android Studio! It will be featured in a talk at DartConf in LA (Wednesday, Jan. 24, 10am Pacific time) and will be live streamed on the DartConf website
Submitted January 19, 2018 at 09:22PM by Wm Leler
via Flutter Dev http://ift.tt/2DRQ6tI
Flutter Inspector We’re very excited to be able to announce the first version of the Flutter Inspector for IntelliJ and Android Studio! It will be featured in a talk at DartConf in LA (Wednesday, Jan. 24, 10am Pacific time) and will be live streamed on the DartConf website
Submitted January 19, 2018 at 09:22PM by Wm Leler
via Flutter Dev http://ift.tt/2DRQ6tI
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 plugin v21 now available -- Introducing the NEW Flutter Inspector
http://ift.tt/2mSz0nH
Submitted January 19, 2018 at 09:34PM by KingBaal
via reddit http://ift.tt/2DrbHfK
http://ift.tt/2mSz0nH
Submitted January 19, 2018 at 09:34PM by KingBaal
via reddit http://ift.tt/2DrbHfK
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.