Reddit: Simple flutter animations can create amazing effects. Check out FlutterScreens on GitHub.
https://ift.tt/2MFm18I
Submitted August 28, 2018 at 11:14PM by samarthagarwal
via reddit https://ift.tt/2LAh23x
https://ift.tt/2MFm18I
Submitted August 28, 2018 at 11:14PM by samarthagarwal
via reddit https://ift.tt/2LAh23x
reddit
r/FlutterDev - Simple flutter animations can create amazing effects. Check out FlutterScreens on GitHub.
2 votes and 1 comment so far on Reddit
GGroup: Breaking change to google_maps_flutter
https://ift.tt/2LBQrD9 changes the public API of the google_maps_flutter plugin. This is not technically a breaking change as the plugin was not yet published, but I thought to give a heads up in case anyone is using it. The PR changes the plugin to use AndroidView on
Submitted August 29, 2018 at 04:41AM by Amir Hardon
via Flutter Dev https://ift.tt/2N3Mpbo
https://ift.tt/2LBQrD9 changes the public API of the google_maps_flutter plugin. This is not technically a breaking change as the plugin was not yet published, but I thought to give a heads up in case anyone is using it. The PR changes the plugin to use AndroidView on
Submitted August 29, 2018 at 04:41AM by Amir Hardon
via Flutter Dev https://ift.tt/2N3Mpbo
GitHub
Port google_maps_flutter to use AndroidView for embedding the map. by amirh · Pull Request #743 · flutter/plugins
This change adds a GoogleMap widget which shows a map as part of the widget tree.
Each map uses a dedicated method channel named 'plugins.flutter.io/google_maps$id',
The Java GoogleMapsCon...
Each map uses a dedicated method channel named 'plugins.flutter.io/google_maps$id',
The Java GoogleMapsCon...
GGroup: Json convert
Hi All, I am getting confused how to I handle below Json format. { "contacts": [{ "name": "Fred F", "times": 3, "last_active": 1535227448 }, { "name": "Wilma F",
Submitted August 29, 2018 at 06:00AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2wvOanp
Hi All, I am getting confused how to I handle below Json format. { "contacts": [{ "name": "Fred F", "times": 3, "last_active": 1535227448 }, { "name": "Wilma F",
Submitted August 29, 2018 at 06:00AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2wvOanp
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: CircularProgressIndicator does not use backgroundColor property
When I see the source code for CircularProgressIndicator versus LinearProgressIndicator, the circularprogressindicator does not pass the background Color to it's painter, hence this value does not do anything. Should I file a bug?
Submitted August 29, 2018 at 07:43AM by Jagannathan Srinivasan
via Flutter Dev https://ift.tt/2PKVftl
When I see the source code for CircularProgressIndicator versus LinearProgressIndicator, the circularprogressindicator does not pass the background Color to it's painter, hence this value does not do anything. Should I file a bug?
Submitted August 29, 2018 at 07:43AM by Jagannathan Srinivasan
via Flutter Dev https://ift.tt/2PKVftl
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: A simple Search Bar in Flutter 🔎 🦋
https://ift.tt/2MWU23w
Submitted August 29, 2018 at 09:45AM by Elixane
via reddit https://ift.tt/2LE9yfQ
https://ift.tt/2MWU23w
Submitted August 29, 2018 at 09:45AM by Elixane
via reddit https://ift.tt/2LE9yfQ
Medium
A simple Search Bar in Flutter 🔎 🦋
One hurdle I recently overcame while developing a mobile Application using Flutter was the lack of a built in search bar Widget, analogous…
GGroup: How to add color to Icon in buildButtonColumn()
Eg: buildButtonColumn(Icons.call, 'CALL'), buildButtonColumn(Icons.near_me, 'ROUTE'), buildButtonColumn(Icons.share, 'SHARE'),
Submitted August 29, 2018 at 03:54PM by jayashree prasad
via Flutter Dev https://ift.tt/2BXZLBJ
Eg: buildButtonColumn(Icons.call, 'CALL'), buildButtonColumn(Icons.near_me, 'ROUTE'), buildButtonColumn(Icons.share, 'SHARE'),
Submitted August 29, 2018 at 03:54PM by jayashree prasad
via Flutter Dev https://ift.tt/2BXZLBJ
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: Silent buttons
Hi everyone, I'd like to create a button (raised or flat) that doesn't make any sound when tapped as I want to add my own sound to the onPressed event. I haven't found any info on how to "silence" buttons. Thanks. Andrea
Submitted August 29, 2018 at 04:43PM by Andrea Haku
via Flutter Dev https://ift.tt/2NuChpn
Hi everyone, I'd like to create a button (raised or flat) that doesn't make any sound when tapped as I want to add my own sound to the onPressed event. I haven't found any info on how to "silence" buttons. Thanks. Andrea
Submitted August 29, 2018 at 04:43PM by Andrea Haku
via Flutter Dev https://ift.tt/2NuChpn
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: Documenting all of your app's source code, a visual overview. Anyone doing this?
It's awesome how IDEs add a documentation overlay to your code. But when your project gets bigger, or when you bring in a new person to the team, it's nice to have one visual overview, like a mindmap to all your code. What classes are there, what methods, what's public and what's private of each. It would be extra awesome if there was a way to automate creating and updating it too.I'm still a one guy company, but already I'm getting lost in my own head here. Any help appreciated, thanks.
Submitted August 29, 2018 at 05:09PM by somenick
via reddit https://ift.tt/2omhOrM
It's awesome how IDEs add a documentation overlay to your code. But when your project gets bigger, or when you bring in a new person to the team, it's nice to have one visual overview, like a mindmap to all your code. What classes are there, what methods, what's public and what's private of each. It would be extra awesome if there was a way to automate creating and updating it too.I'm still a one guy company, but already I'm getting lost in my own head here. Any help appreciated, thanks.
Submitted August 29, 2018 at 05:09PM by somenick
via reddit https://ift.tt/2omhOrM
reddit
r/FlutterDev - Documenting all of your app's source code, a visual overview. Anyone doing this?
2 votes and 0 comments so far on Reddit
GGroup: does upgrading my flutter automatically upgrade flutter in my app the next time I run a build?
does upgrading my flutter automatically upgrade flutter in my app the next time I run a build?
Submitted August 29, 2018 at 05:39PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2wmHpFA
does upgrading my flutter automatically upgrade flutter in my app the next time I run a build?
Submitted August 29, 2018 at 05:39PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2wmHpFA
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 from scratch - Authentication
https://ift.tt/2BZfQXZ
Submitted August 29, 2018 at 06:47PM by rajayogan27
via reddit https://ift.tt/2PLvIAa
https://ift.tt/2BZfQXZ
Submitted August 29, 2018 at 06:47PM by rajayogan27
via reddit https://ift.tt/2PLvIAa
T-Pub :)
Flutter – Authentication
Hi Friends, Hope you are all well. In this post let’s talk about Authentication using Firebase in your flutter apps. To learn the basics of flutter get my course – Click here. Other flutter c…
GGroup: Seat Map Layout using flutter
Hi Friends, Can someone help me to get a seat map design layout as the attached image using flutter
Submitted August 29, 2018 at 07:09PM by kamesh bala
via Flutter Dev https://ift.tt/2wq7XWp
Hi Friends, Can someone help me to get a seat map design layout as the attached image using flutter
Submitted August 29, 2018 at 07:09PM by kamesh bala
via Flutter Dev https://ift.tt/2wq7XWp
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.
Building an app that is neither Material nor iOS-style? Instead of MaterialApp or CupertinoApp, you can use WidgetsApp — and do something wildly custom.#WidgetWednesday pic.twitter.com/g7mA9u4GCl— Flutter (@flutterio) August 29, 2018
August 29, 2018 at 09:16PM
via Twitter https://twitter.com/flutterio
August 29, 2018 at 09:16PM
via Twitter https://twitter.com/flutterio
Twitter
#widgetwednesday hashtag on Twitter
On Aug 8 @flutterio tweeted: "Allow users to drag & drop in your a.." - read what others are saying and join the conversation.
Reddit: “A simple Search Bar in Flutter 🔎
https://ift.tt/2POXiwA
Submitted August 29, 2018 at 09:46PM by wajahatkarim3
via reddit https://ift.tt/2C0xR8c
https://ift.tt/2POXiwA
Submitted August 29, 2018 at 09:46PM by wajahatkarim3
via reddit https://ift.tt/2C0xR8c
Medium
A simple Search Bar in Flutter 🔎 🦋
One hurdle I recently overcame while developing a mobile Application using Flutter was the lack of a built in search bar Widget, analogous…
Reddit: Published a Flutter concept app for Chess. I'll share the entire source code within a day or two. Check it out here: https://ift.tt/2NvqVS1
https://ift.tt/2ws6nmI
Submitted August 29, 2018 at 10:11PM by deven9852
via reddit https://ift.tt/2NvqY09
https://ift.tt/2ws6nmI
Submitted August 29, 2018 at 10:11PM by deven9852
via reddit https://ift.tt/2NvqY09
reddit
Published a Flutter concept app for Chess. I'll... • r/FlutterDev
1 points and 0 comments so far on reddit
GGroup: Is there a companion repository to the 'Boring Flutter Development Show'?
I'm enjoying Google's series on flutter, on youtube: https://www.youtube.com/watch?v=dNSteCm-cEY&list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK&index=6&t=0s However I'm not sure if there's a repo I can clone from to follow along? I'd prefer not to have to code along as the devs talk...
Submitted August 29, 2018 at 10:57PM by MrLarryQ
via Flutter Dev https://ift.tt/2wshzzK
I'm enjoying Google's series on flutter, on youtube: https://www.youtube.com/watch?v=dNSteCm-cEY&list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK&index=6&t=0s However I'm not sure if there's a repo I can clone from to follow along? I'd prefer not to have to code along as the devs talk...
Submitted August 29, 2018 at 10:57PM by MrLarryQ
via Flutter Dev https://ift.tt/2wshzzK
YouTube
Adding Animations to Your App - The Boring Flutter Development Show, Ep. 5
In this episode, Filip is joined by Emily, a Developer Advocate on the Flutter team (and previously a compiler engineer on the Dart team). Together they exte...
GGroup: Lifecycle of flutter as module in Android project
Followed official doc here: https://ift.tt/2ujlugB, I use a global FlutterView, each time an new FlutterStarter is created, FlutterView is attached to this, of course in OnDestroy of FlutterStart, detach is called. Problem is that, when the 'create
Submitted August 30, 2018 at 11:56AM by ZP L
via Flutter Dev https://ift.tt/2wrfjZt
Followed official doc here: https://ift.tt/2ujlugB, I use a global FlutterView, each time an new FlutterStarter is created, FlutterView is attached to this, of course in OnDestroy of FlutterStart, detach is called. Problem is that, when the 'create
Submitted August 30, 2018 at 11:56AM by ZP L
via Flutter Dev https://ift.tt/2wrfjZt
GitHub
flutter/flutter
Flutter makes it easy and fast to build beautiful mobile apps. - flutter/flutter
Reddit: Improve dartfmt
Dart format is an awesome tool but too main areas bother me regularly:https://github.com/dart-lang/dart_style/issues/731 https://github.com/dart-lang/dart_style/issues/732If you too would like to have a bit more control please vote for them
Submitted August 30, 2018 at 02:07PM by escamoteur
via reddit https://ift.tt/2MGM0MG
Dart format is an awesome tool but too main areas bother me regularly:https://github.com/dart-lang/dart_style/issues/731 https://github.com/dart-lang/dart_style/issues/732If you too would like to have a bit more control please vote for them
Submitted August 30, 2018 at 02:07PM by escamoteur
via reddit https://ift.tt/2MGM0MG
GitHub
Please add an option to not to touch lines that start with a '.' #731
Whe using fluent function calls the results of dartfmt isn't optimal Especially when using RxDart this produces real ugly results like: filterUpdateSubscription = sl .get() .updateFilterCommand .results .mergeWith([sl.get<P...
GGroup: Firebird database connection
Hi mates... I was wondering to know if its posible to make a connection to a local firebird database?? And how to if we can... maybe with jdbc firebird connector? ... thank you very much in avance... I<3Flutter
Submitted August 30, 2018 at 03:20PM by Miguel Camacho
via Flutter Dev https://ift.tt/2C1raTj
Hi mates... I was wondering to know if its posible to make a connection to a local firebird database?? And how to if we can... maybe with jdbc firebird connector? ... thank you very much in avance... I<3Flutter
Submitted August 30, 2018 at 03:20PM by Miguel Camacho
via Flutter Dev https://ift.tt/2C1raTj
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 from scratch - Social Authentication with Google
https://ift.tt/2C2F0oG
Submitted August 30, 2018 at 03:34PM by rajayogan27
via reddit https://ift.tt/2LGiBNh
https://ift.tt/2C2F0oG
Submitted August 30, 2018 at 03:34PM by rajayogan27
via reddit https://ift.tt/2LGiBNh
T-Pub :)
Flutter – Social Authentication – Google
Hi Friends, Hope you are all well. This post is a sequel to my previous post on flutter authentication. In this post let’s talk about social authentication; i.e., authenticating users into yo…
Reddit: transformer_page_view | PageTransformer for Flutter
https://ift.tt/2PNvzfs
Submitted August 30, 2018 at 04:45PM by Purple_Pizzazz
via reddit https://ift.tt/2PkLot1
https://ift.tt/2PNvzfs
Submitted August 30, 2018 at 04:45PM by Purple_Pizzazz
via reddit https://ift.tt/2PkLot1
Dart Packages
transformer_page_view | Flutter Package
transformer_page_view Flutter and Dart package - PageTransformer for flutter
GGroup: authenticate user with phone number for flutter
am trying to authenticate user with phone number from jayesh post in the link below how ever it does not work for me.any help https://ift.tt/2IeGspO signUpUserPN()async{ final PhoneVerificationCompleted verificationCo
Submitted August 30, 2018 at 05:12PM by ABEROR NORBERT
via Flutter Dev https://ift.tt/2PjSM88
am trying to authenticate user with phone number from jayesh post in the link below how ever it does not work for me.any help https://ift.tt/2IeGspO signUpUserPN()async{ final PhoneVerificationCompleted verificationCo
Submitted August 30, 2018 at 05:12PM by ABEROR NORBERT
via Flutter Dev https://ift.tt/2PjSM88
Stack Overflow
How to do Phone Authentication in Flutter using Firebase?
I have searched many websites and I didn't find a way to implement phone authentication in Flutter using Firebase. Can anyone tell me how to this?