New post on /r/flutterdev subreddit:
A simple flutter plugin to retrieve device location on Android
https://ift.tt/2XLaXIG
March 06, 2019 at 10:47PM by meanjan
https://ift.tt/2VAsDVM
A simple flutter plugin to retrieve device location on Android
https://ift.tt/2XLaXIG
March 06, 2019 at 10:47PM by meanjan
https://ift.tt/2VAsDVM
Dart Packages
locate | Flutter Package
locate Flutter and Dart package - A Flutter plugin to work with Android Location Services.
New post on Flutter Dev Google group:
Flutter Navigator.push Not Displaying Second View
The issue I'm having is that every time I do a Navigator.push on my file propietario.dart to go to either vote.dart or comentarios.dart, and I press the button that pushes it, it sends me to the second screen(either propietario or comentarios depending on the pressed button), console prints the
March 07, 2019 at 01:12AM by Diego Cattarinich Clavel
https://ift.tt/2C7Yk1f
Flutter Navigator.push Not Displaying Second View
The issue I'm having is that every time I do a Navigator.push on my file propietario.dart to go to either vote.dart or comentarios.dart, and I press the button that pushes it, it sends me to the second screen(either propietario or comentarios depending on the pressed button), console prints the
March 07, 2019 at 01:12AM by Diego Cattarinich Clavel
https://ift.tt/2C7Yk1f
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.
New post on Flutter Dev Google group:
Always loose data from my TextFormField before save - How to fix
I have very simple TextFormField, but as soon as I click on Save button, I loose data of my Input Field and save doesn't have that value either. USERModel userModel; DatabaseHelper helper = DatabaseHelper(); _AddList(this.userModel, this.appBarTitle); final GlobalKey _formKey =
March 07, 2019 at 01:37AM by Rocky Sharma
https://ift.tt/2ET4ioA
Always loose data from my TextFormField before save - How to fix
I have very simple TextFormField, but as soon as I click on Save button, I loose data of my Input Field and save doesn't have that value either. USERModel userModel; DatabaseHelper helper = DatabaseHelper(); _AddList(this.userModel, this.appBarTitle); final GlobalKey _formKey =
March 07, 2019 at 01:37AM by Rocky Sharma
https://ift.tt/2ET4ioA
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.
New post on Flutter Dev Google group:
[Breaking Change] Composite layers for physical shapes on all platforms
*TL;DR: I would like to change the way we handle Material widgets in a way that breaks tests specifically looking for calls on a Canvas.* Today, non-Fuchsia platforms handle physical shapes (e.g. a Material widget) that have elevation > 0.0 by drawing a shadow and clipping the canvas, whereas
March 07, 2019 at 05:30AM by Dan Field
https://groups.google.com/d/msg/flutter-dev/Vlhu9uMQtlI/-Y1hg5P5AgAJ
[Breaking Change] Composite layers for physical shapes on all platforms
*TL;DR: I would like to change the way we handle Material widgets in a way that breaks tests specifically looking for calls on a Canvas.* Today, non-Fuchsia platforms handle physical shapes (e.g. a Material widget) that have elevation > 0.0 by drawing a shadow and clipping the canvas, whereas
March 07, 2019 at 05:30AM by Dan Field
https://groups.google.com/d/msg/flutter-dev/Vlhu9uMQtlI/-Y1hg5P5AgAJ
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.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Opacity
Flutter Tutorial - Flutter Opacity https://www.youtube.com/watch?v=b_d_j0WIL4Y
March 07, 2019 at 06:23AM by whatsupcoders
https://www.reddit.com/r/FlutterDev/comments/ay908b/flutter_tutorial_flutter_opacity/?utm_source=ifttt
Flutter Tutorial - Flutter Opacity
Flutter Tutorial - Flutter Opacity https://www.youtube.com/watch?v=b_d_j0WIL4Y
March 07, 2019 at 06:23AM by whatsupcoders
https://www.reddit.com/r/FlutterDev/comments/ay908b/flutter_tutorial_flutter_opacity/?utm_source=ifttt
YouTube
Flutter Tutorial - Flutter Opacity
Flutter Tutorial - Flutter Opacity
In this video, I will show you how to include an Opacity Widget in your Flutter application and also few details about AnimatedOpacity.
Also explained the detailed description of the property used in various context to…
In this video, I will show you how to include an Opacity Widget in your Flutter application and also few details about AnimatedOpacity.
Also explained the detailed description of the property used in various context to…
New post on Flutter Dev Google group:
How to make dynamic tree like view as shown attachment in flutter
How to make dynamic tree like hierarchy in flutter as shown in attachment. The no. of boxes to display will be dynamic it can be 0 or any no. the integer value will be received from JSON of how much boxes are to be displayed ??
March 07, 2019 at 11:10AM by Sidhant Verma
https://groups.google.com/d/msg/flutter-dev/JoX57L_Nhi0/rDXIEyj4BwAJ
How to make dynamic tree like view as shown attachment in flutter
How to make dynamic tree like hierarchy in flutter as shown in attachment. The no. of boxes to display will be dynamic it can be 0 or any no. the integer value will be received from JSON of how much boxes are to be displayed ??
March 07, 2019 at 11:10AM by Sidhant Verma
https://groups.google.com/d/msg/flutter-dev/JoX57L_Nhi0/rDXIEyj4BwAJ
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.
New post on /r/flutterdev subreddit:
Flutter HTTP Post with AUTH key response
Hey guys,I just can't find a good example where i could fill in a login form, send a post request to the rest api and receive an auth key which i can store somewhere and use it in the next times when i want to receive or post stuff to the rest api. I already have the rest api working and ready to go. But i haven't been able to find a real good example on how to do any of this.
March 07, 2019 at 11:27AM by ShaggyMeMe
https://ift.tt/2SNM6Aj
Flutter HTTP Post with AUTH key response
Hey guys,I just can't find a good example where i could fill in a login form, send a post request to the rest api and receive an auth key which i can store somewhere and use it in the next times when i want to receive or post stuff to the rest api. I already have the rest api working and ready to go. But i haven't been able to find a real good example on how to do any of this.
March 07, 2019 at 11:27AM by ShaggyMeMe
https://ift.tt/2SNM6Aj
reddit
r/FlutterDev - Flutter HTTP Post with AUTH key response
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
A Date & Time Range Picker
I've just started learning Flutter from last weekend.Here're my very first lib. Hopefully it's useful for someone.https://pub.dartlang.org/packages/f_datetimerangepicke
March 07, 2019 at 12:27PM by hlongpl
https://ift.tt/2IXUQV9
A Date & Time Range Picker
I've just started learning Flutter from last weekend.Here're my very first lib. Hopefully it's useful for someone.https://pub.dartlang.org/packages/f_datetimerangepicke
March 07, 2019 at 12:27PM by hlongpl
https://ift.tt/2IXUQV9
Dart Packages
Search results for f_datetimerangepicke.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on /r/flutterdev subreddit:
Dart vs JavaScript - Who's the mightiest of them all from a developer's perspective?
https://ift.tt/2Uq79L8
March 07, 2019 at 12:18PM by Gigatronbot
https://ift.tt/2IYRW2h
Dart vs JavaScript - Who's the mightiest of them all from a developer's perspective?
https://ift.tt/2Uq79L8
March 07, 2019 at 12:18PM by Gigatronbot
https://ift.tt/2IYRW2h
Codemagic blog
Dart vs JavaScript
Dart vs JavaScript comparison, the two competing programming languages in cross-platform mobile application development.
New post on /r/flutterdev subreddit:
Push notifications with Firebase messaging (Tutorial)
https://www.youtube.com/watch?v=wjJN1C9UxpY
March 07, 2019 at 12:13PM by JohannesMilke
https://ift.tt/2TyPMKJ
Push notifications with Firebase messaging (Tutorial)
https://www.youtube.com/watch?v=wjJN1C9UxpY
March 07, 2019 at 12:13PM by JohannesMilke
https://ift.tt/2TyPMKJ
YouTube
Push notifications with Firebase messaging - Flutter
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
► Source code: https://github.com/JohannesMilke/firebase_messaging
► Buy My Courses: https://johannesmilke.teachable.com/p/home
► Follow Twitter: http…
► Source code: https://github.com/JohannesMilke/firebase_messaging
► Buy My Courses: https://johannesmilke.teachable.com/p/home
► Follow Twitter: http…
New post on /r/flutterdev subreddit:
A flutter plugin to get Images, Audios, Videos and documents with folder name.
https://ift.tt/2CjkOg7
March 07, 2019 at 02:19PM by follow2vivek
https://ift.tt/2VBAG4y
A flutter plugin to get Images, Audios, Videos and documents with folder name.
https://ift.tt/2CjkOg7
March 07, 2019 at 02:19PM by follow2vivek
https://ift.tt/2VBAG4y
GitHub
follow2vivek/StoragePath
A flutter plugin to get folders name with files path. - follow2vivek/StoragePath
New post on /r/flutterdev subreddit:
flutter connection with laravel passport API
can anybody help me to connect laravel passport api with flutter
March 07, 2019 at 03:13PM by nyagwaru_elison
https://ift.tt/2SPa1Q7
flutter connection with laravel passport API
can anybody help me to connect laravel passport api with flutter
March 07, 2019 at 03:13PM by nyagwaru_elison
https://ift.tt/2SPa1Q7
reddit
r/FlutterDev - flutter connection with laravel passport API
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
#flutter -Add a Basic Layout Using Layout Widgets 2019
https://youtu.be/6F8EsdBi0g0
March 07, 2019 at 04:00PM by professionaltut143
https://ift.tt/2Hiw8MF
#flutter -Add a Basic Layout Using Layout Widgets 2019
https://youtu.be/6F8EsdBi0g0
March 07, 2019 at 04:00PM by professionaltut143
https://ift.tt/2Hiw8MF
YouTube
#flutter -Add a Basic Layout Using Layout Widgets
In This Video We gonna Learn How to Make/Add a Basic Layout Using Layout Widgets. Videos On This Topic- How to download and Install Flutter/Dart 2019 https:/...
New post on Flutter Dev Google group:
Rerun animations on pop
Just wondering if there is a way to repeat animations when a route is popped. For example, when widget 'A' is initially displayed the animations run. I then push widget 'B' when the user presses a button on 'A'. When the user presses the back button I pop the route and the user ends up back
March 07, 2019 at 04:22PM by Greg Parker
https://ift.tt/2Tl5Pwu
Rerun animations on pop
Just wondering if there is a way to repeat animations when a route is popped. For example, when widget 'A' is initially displayed the animations run. I then push widget 'B' when the user presses a button on 'A'. When the user presses the back button I pop the route and the user ends up back
March 07, 2019 at 04:22PM by Greg Parker
https://ift.tt/2Tl5Pwu
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.
New post on /r/flutterdev subreddit:
MySQL tutorials
hi I've been looking for MySQL tutorial so would you guys happen to find any I want to use a SQL database and not a nosql database I've searched on YouTube and it's extremely low quality videos so I was wondering if I could find I need documentation with integration between mySQL and flutter
March 07, 2019 at 07:10PM by FortressFighter
https://ift.tt/2TAiNWw
MySQL tutorials
hi I've been looking for MySQL tutorial so would you guys happen to find any I want to use a SQL database and not a nosql database I've searched on YouTube and it's extremely low quality videos so I was wondering if I could find I need documentation with integration between mySQL and flutter
March 07, 2019 at 07:10PM by FortressFighter
https://ift.tt/2TAiNWw
reddit
r/FlutterDev - MySQL tutorials
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter API Integrations for account linking
Hey everyone! I'm trying to allow users to connect their accounts from 3 services so that I can pull a little information on them. I'm new to API integration but I'm trying to learn. Mainly, how i can use flutter to interact with these and get the info I need, kind of like a stream. So every
March 07, 2019 at 08:19PM by Brennan Altringer
https://ift.tt/2SRhDBn
Flutter API Integrations for account linking
Hey everyone! I'm trying to allow users to connect their accounts from 3 services so that I can pull a little information on them. I'm new to API integration but I'm trying to learn. Mainly, how i can use flutter to interact with these and get the info I need, kind of like a stream. So every
March 07, 2019 at 08:19PM by Brennan Altringer
https://ift.tt/2SRhDBn
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.
New tweet from flutterio:
Refine your Dart Language skills!
In the latest episode of the #BoringShow @bouncingsheep and @filiphracek improve the Hacker News App and explain Dart best practices along the way.
Watch here → https://t.co/bROWE8PQHG pic.twitter.com/oWzKYZp4Cj— Flutter (@flutterio) March 7, 2019
March 07, 2019 at 09:01PM
http://twitter.com/flutterio/status/1103747503692881920
Refine your Dart Language skills!
In the latest episode of the #BoringShow @bouncingsheep and @filiphracek improve the Hacker News App and explain Dart best practices along the way.
Watch here → https://t.co/bROWE8PQHG pic.twitter.com/oWzKYZp4Cj— Flutter (@flutterio) March 7, 2019
March 07, 2019 at 09:01PM
http://twitter.com/flutterio/status/1103747503692881920
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Handling the spam
Could everything with the word "mafia" in it or something get blocked for the week? This is simultaneously very annoying and entertaining, but leaning more and more towards the former... -- Ryan (ライアン) Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else https://refi64.com
March 07, 2019 at 09:59PM by Ryan Gonzalez
https://ift.tt/2UpuAUV
Handling the spam
Could everything with the word "mafia" in it or something get blocked for the week? This is simultaneously very annoying and entertaining, but leaning more and more towards the former... -- Ryan (ライアン) Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else https://refi64.com
March 07, 2019 at 09:59PM by Ryan Gonzalez
https://ift.tt/2UpuAUV
New post on /r/flutterdev subreddit:
Flutter & Firebase authentication with streams and StreamBuilder
https://youtu.be/nxu4bMpPvCQ
March 07, 2019 at 09:34PM by bizz84
https://ift.tt/2ELzwfV
Flutter & Firebase authentication with streams and StreamBuilder
https://youtu.be/nxu4bMpPvCQ
March 07, 2019 at 09:34PM by bizz84
https://ift.tt/2ELzwfV
YouTube
Flutter & Firebase authentication with streams and StreamBuilder
Sign up here for more videos: https://codewithandrea.com/
GitHub code for this project: https://github.com/bizz84/coding-with-flutter-login-demo (or to follow along step-by-step: https://github.com/bizz84/coding-with-flutter-login-demo/releases/tag/update…
GitHub code for this project: https://github.com/bizz84/coding-with-flutter-login-demo (or to follow along step-by-step: https://github.com/bizz84/coding-with-flutter-login-demo/releases/tag/update…
New post on /r/flutterdev subreddit:
Refactoring! Also, advanced Dart language features (The Boring Flutter D...
https://www.youtube.com/attribution_link?a=x96MdIsrAJI&u=%2Fwatch%3Fv%3DD7_4KjTkKsw%26feature%3Dshare
March 07, 2019 at 10:54PM by Pixelreddit
https://ift.tt/2Hph3cl
Refactoring! Also, advanced Dart language features (The Boring Flutter D...
https://www.youtube.com/attribution_link?a=x96MdIsrAJI&u=%2Fwatch%3Fv%3DD7_4KjTkKsw%26feature%3Dshare
March 07, 2019 at 10:54PM by Pixelreddit
https://ift.tt/2Hph3cl
YouTube
Refactoring! Also, advanced Dart language features (The Boring Flutter Development Show, Ep. 17)
In this episode of The Boring Flutter Development Show, Filip and Emily focus on advanced Dart language features. Together they refactor the Hacker News app ...