New post on /r/flutterdev subreddit:
FlutterForce — Week 43
https://ift.tt/317fqH0
September 08, 2019 at 12:18PM by flutterist
https://ift.tt/2A0SJbJ
FlutterForce — Week 43
https://ift.tt/317fqH0
September 08, 2019 at 12:18PM by flutterist
https://ift.tt/2A0SJbJ
Medium
FlutterForce — #Week 43
Weekly Flutter Resources
New post on Flutter Dev Google group:
To change a part of conatiner(red) after pressing continue btn and remaining part to be as it is
In place of red conatiner I need a new conatiner having text field for phone number
September 08, 2019 at 12:38PM by Spandan Bhandari
https://ift.tt/2UKjnPM
To change a part of conatiner(red) after pressing continue btn and remaining part to be as it is
In place of red conatiner I need a new conatiner having text field for phone number
September 08, 2019 at 12:38PM by Spandan Bhandari
https://ift.tt/2UKjnPM
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:
Creating a wallpaper app in Flutter: Part 2
https://ift.tt/2ZJTVj8
September 08, 2019 at 12:42PM by divyanshub024
https://ift.tt/2QbXqun
Creating a wallpaper app in Flutter: Part 2
https://ift.tt/2ZJTVj8
September 08, 2019 at 12:42PM by divyanshub024
https://ift.tt/2QbXqun
Medium
Creating a wallpaper app in Flutter: Part 2
Cooking a wallpaper app from zero to one.
New post on /r/flutterdev subreddit:
Creating a wallpaper app in Flutter: Part 1
https://ift.tt/2ZKaPhf
September 08, 2019 at 12:42PM by divyanshub024
https://ift.tt/2PSUJ0h
Creating a wallpaper app in Flutter: Part 1
https://ift.tt/2ZKaPhf
September 08, 2019 at 12:42PM by divyanshub024
https://ift.tt/2PSUJ0h
Medium
Creating a wallpaper app in Flutter: Part 1
Cooking a wallpaper app from zero to one.
New post on /r/flutterdev subreddit:
I just published Harnessing the power of localStorage API in Flutter Web Apps
https://ift.tt/2ZOlE19
September 08, 2019 at 03:42PM by fleper
https://ift.tt/2PXiB38
I just published Harnessing the power of localStorage API in Flutter Web Apps
https://ift.tt/2ZOlE19
September 08, 2019 at 03:42PM by fleper
https://ift.tt/2PXiB38
Medium
Harnessing the power of localStorage API in Flutter Web Apps
Hey Everyone! Today we’re going to explore localStoage API of dart:html library by creating a Flutter Web App which persists value of…
New post on /r/flutterdev subreddit:
Number Slide Animation Widget
https://ift.tt/31fNb9r
September 08, 2019 at 04:59PM by kiesman99
https://ift.tt/2ZRbsVy
Number Slide Animation Widget
https://ift.tt/31fNb9r
September 08, 2019 at 04:59PM by kiesman99
https://ift.tt/2ZRbsVy
Dart packages
number_slide_animation | Flutter Package
A Number that will be displayed with a neat animation
New post on Flutter Dev Google group:
problem in packages installed that time run app please help me
iam installed qr_utils package in flutter and package is installed that time i run my app this error massage is comming (Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See
September 08, 2019 at 05:12PM by abdul majeed
https://ift.tt/2Lzo9LM
problem in packages installed that time run app please help me
iam installed qr_utils package in flutter and package is installed that time i run my app this error massage is comming (Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See
September 08, 2019 at 05:12PM by abdul majeed
https://ift.tt/2Lzo9LM
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:
Have you noticed the "transform" parameter in the Container widget? Finally, this package makes it easy to use!
https://ift.tt/2L1beSA
September 08, 2019 at 05:46PM by marcglasberg
https://ift.tt/2N4ey2s
Have you noticed the "transform" parameter in the Container widget? Finally, this package makes it easy to use!
https://ift.tt/2L1beSA
September 08, 2019 at 05:46PM by marcglasberg
https://ift.tt/2N4ey2s
Dart packages
matrix4_transform | Flutter Package
Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.
New post on /r/flutterdev subreddit:
Simple Beginners Guide to Streams | Flutter and Dart Stream Basics
https://youtu.be/u9i8Rgb9R7Q
September 08, 2019 at 05:45PM by Filledstacks
https://ift.tt/2N6mD6L
Simple Beginners Guide to Streams | Flutter and Dart Stream Basics
https://youtu.be/u9i8Rgb9R7Q
September 08, 2019 at 05:45PM by Filledstacks
https://ift.tt/2N6mD6L
YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
New post on /r/flutterdev subreddit:
Some useful tips and tools for making Flutter App Development Easier.
https://ift.tt/2N2XcmS
September 08, 2019 at 05:24PM by mannprerak
https://ift.tt/318yIf6
Some useful tips and tools for making Flutter App Development Easier.
https://ift.tt/2N2XcmS
September 08, 2019 at 05:24PM by mannprerak
https://ift.tt/318yIf6
Medium
Supercharge your Flutter Development — A guide to fluttering in the wild.
Welcome to this long post in which I’ll try (my best) to give you some advice/help/insight/perspective/techniques/strategies/code-ethics/……
New post on Flutter Dev Google group:
Flutter compiled for Linux desktop + DataTable = error
Hi! I found that the topic combination does not work for me. Such simple code gives empty text in all places: DataTable( columns: [ DataColumn( label: Text("Column1")), DataColumn(label: Text("Column2"))], rows: [ DataRow(cells: [ DataCell(Text("1")), DataCell(Text("ZZZZ2")),]), DataRow(cells:
September 08, 2019 at 09:03PM by Georgii Dernovyi
https://ift.tt/318Quik
Flutter compiled for Linux desktop + DataTable = error
Hi! I found that the topic combination does not work for me. Such simple code gives empty text in all places: DataTable( columns: [ DataColumn( label: Text("Column1")), DataColumn(label: Text("Column2"))], rows: [ DataRow(cells: [ DataCell(Text("1")), DataCell(Text("ZZZZ2")),]), DataRow(cells:
September 08, 2019 at 09:03PM by Georgii Dernovyi
https://ift.tt/318Quik
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:
60 Days of Flutter :'Building a Messenger from Scratch' : Day 22–23 : Building a Modern Contacts Page in Flutter
https://ift.tt/2N42I8K
September 08, 2019 at 08:58PM by aditya_gurjar
https://ift.tt/2ZKwZA7
60 Days of Flutter :'Building a Messenger from Scratch' : Day 22–23 : Building a Modern Contacts Page in Flutter
https://ift.tt/2N42I8K
September 08, 2019 at 08:58PM by aditya_gurjar
https://ift.tt/2ZKwZA7
Medium
60 Days of Flutter :Building a Messenger : Day 22–23 : Building a Modern Contacts Page in Flutter
Today we’ll be building the Contacts page for our Messenger App, Messio.
New post on /r/flutterdev subreddit:
Dio Interceptors in Flutter
https://ift.tt/2ZKJpI5
September 08, 2019 at 09:25PM by EngineerScientist
https://ift.tt/2ZTVh65
Dio Interceptors in Flutter
https://ift.tt/2ZKJpI5
September 08, 2019 at 09:25PM by EngineerScientist
https://ift.tt/2ZTVh65
Medium
Dio Interceptors in Flutter
How Dio Interceptors can help us log requests, add dynamic headers, validating responses and add a simplified cache to our apps.
New post on /r/flutterdev subreddit:
Simple Beginners Guide to Streams | Flutter and Dart Stream Basics (Re-post | Sound Issues)
https://youtu.be/53jIxLiCv2E
September 09, 2019 at 06:18AM by Filledstacks
https://ift.tt/2NcpEmr
Simple Beginners Guide to Streams | Flutter and Dart Stream Basics (Re-post | Sound Issues)
https://youtu.be/53jIxLiCv2E
September 09, 2019 at 06:18AM by Filledstacks
https://ift.tt/2NcpEmr
YouTube
Simple Beginners Guide to Streams | Flutter and Dart Stream Basics
This video covers the most basic functionality around streams. I have a bonus tip in there in streams and a thank you to the community.
00:00 - Intro & Setup
01:03 - Stream Creation
01:30 - Listen to stream
02:16 - Add value onto stream
03:12 - Stream Management…
00:00 - Intro & Setup
01:03 - Stream Creation
01:30 - Listen to stream
02:16 - Add value onto stream
03:12 - Stream Management…
New post on /r/flutterdev subreddit:
When making an HTTP request using the HTTP package is there a way to save the session and use cookies from a previous request to make a new request
When making an HTTP request using the HTTP package is there a way to save the session and use cookies from a previous request to make a new request
September 09, 2019 at 05:26AM by jjcat1997
https://ift.tt/316pbVP
When making an HTTP request using the HTTP package is there a way to save the session and use cookies from a previous request to make a new request
When making an HTTP request using the HTTP package is there a way to save the session and use cookies from a previous request to make a new request
September 09, 2019 at 05:26AM by jjcat1997
https://ift.tt/316pbVP
reddit
When making an HTTP request using the HTTP package is there a way...
A subreddit related to Google's new UI framework.
New post on /r/flutterdev subreddit:
Created a simple plugin to print a PDF!
https://ift.tt/2ZLKKOX
September 09, 2019 at 12:35AM by DoPeopleEvenLookHere
https://ift.tt/2ZZuG7z
Created a simple plugin to print a PDF!
https://ift.tt/2ZLKKOX
September 09, 2019 at 12:35AM by DoPeopleEvenLookHere
https://ift.tt/2ZZuG7z
Dart packages
flutter_pdf_printer | Flutter Package
A simple PDF printer for Android and iOS.Currently only works with PDFs.
New post on /r/flutterdev subreddit:
GitHub - mainawycliffe/flutter_camera_app: A demo camera app using flutter
https://ift.tt/2ZXy2YE
September 09, 2019 at 11:41AM by codinglatte
https://ift.tt/2ZMymhJ
GitHub - mainawycliffe/flutter_camera_app: A demo camera app using flutter
https://ift.tt/2ZXy2YE
September 09, 2019 at 11:41AM by codinglatte
https://ift.tt/2ZMymhJ
GitHub
mainawycliffe/flutter_camera_app
An android/iOS camera app using flutter. Contribute to mainawycliffe/flutter_camera_app development by creating an account on GitHub.
New post on Flutter Dev Google group:
Updating widgets and Offstage()
I have an app I'm working on. I'm using BottomNavigationBar() with a Google Map and several other screens. It seems to me as if using Offstage() works better with the Google Map. Without the Offstage() widget encapsulation, the Map widget loads several PNG icons which don't load until after I
September 09, 2019 at 12:04PM by Eric Knudstrup
https://ift.tt/302HoT8
Updating widgets and Offstage()
I have an app I'm working on. I'm using BottomNavigationBar() with a Google Map and several other screens. It seems to me as if using Offstage() works better with the Google Map. Without the Offstage() widget encapsulation, the Map widget loads several PNG icons which don't load until after I
September 09, 2019 at 12:04PM by Eric Knudstrup
https://ift.tt/302HoT8
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:
A basic login/register screen that can be used as a template for future Flutter
https://ift.tt/2zYZrim
September 09, 2019 at 02:25PM by foxmailhe
https://ift.tt/2PYZaGU
A basic login/register screen that can be used as a template for future Flutter
https://ift.tt/2zYZrim
September 09, 2019 at 02:25PM by foxmailhe
https://ift.tt/2PYZaGU
Flutter Awesome
A basic login/register screen that can be used as a template for future Flutter
A simple flutter/dart based login-screen that connects with Firebase Auth to enable users to sign-in/up with Email or through Facebook.
New post on /r/flutterdev subreddit:
Flutter Tap Newsletter - Week 3
Hi! In this issue we have more articles, tutorials, tools, videos and packages.Read it here https://fluttertap.com/
September 09, 2019 at 04:09PM by vensign
https://ift.tt/2ZOPkvR
Flutter Tap Newsletter - Week 3
Hi! In this issue we have more articles, tutorials, tools, videos and packages.Read it here https://fluttertap.com/
September 09, 2019 at 04:09PM by vensign
https://ift.tt/2ZOPkvR
Fluttertap
Flutter Tap
Welcome to FlutterTap! 🚀 Your weekly dose of the best in Flutter and Dart—captivating articles, game-changing packages, hands-on tutorials, and must-watch videos, all in one place. Whether you’re leveling up your skills or seeking inspiration, we’ve got you…