New post on Flutter Dev Google group:
How to wait for async Future function to finish before building widget in scaffold?
Hi, My main.dart is using android_path_provider package to get the documents path. This path is then passed to another class (stateful widget) which reads files from this path. The problem is that sometimes, the document path does not update in time and widget build fails as it does not get
July 22, 2020 at 01:07AM by Faraz Khan
https://ift.tt/3jpJhUF
How to wait for async Future function to finish before building widget in scaffold?
Hi, My main.dart is using android_path_provider package to get the documents path. This path is then passed to another class (stateful widget) which reads files from this path. The problem is that sometimes, the document path does not update in time and widget build fails as it does not get
July 22, 2020 at 01:07AM by Faraz Khan
https://ift.tt/3jpJhUF
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 for Absolute Beginners
https://youtu.be/fkixJO5VoKY
July 22, 2020 at 01:49AM by codingright
https://ift.tt/3fP06pP
Flutter Tutorial for Absolute Beginners
https://youtu.be/fkixJO5VoKY
July 22, 2020 at 01:49AM by codingright
https://ift.tt/3fP06pP
YouTube
Flutter Tutorial for Beginners - Build iOS and Android Apps
Time Markers:
0:00:00 - Introduction
0:01:59 - Installing Flutter SDK
0:02:22 - Installing Android Studio
0:03:12 - Installing Visual Studio Code
0:03:39 - Setting Up Android Studio for Flutter Development
0:04:56 - Creating Virtual Device on Android…
0:00:00 - Introduction
0:01:59 - Installing Flutter SDK
0:02:22 - Installing Android Studio
0:03:12 - Installing Visual Studio Code
0:03:39 - Setting Up Android Studio for Flutter Development
0:04:56 - Creating Virtual Device on Android…
New post on Flutter Dev Google group:
firebase
i can create ui but i did not know how i work with firebase ?
July 22, 2020 at 02:49AM by Rohan jangid
https://ift.tt/2E6YHNA
firebase
i can create ui but i did not know how i work with firebase ?
July 22, 2020 at 02:49AM by Rohan jangid
https://ift.tt/2E6YHNA
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:
Sierpiński triangle by pavel recreated in 636 chars in Flutter; CodePen by @creativemaybeno
https://twitter.com/creativemaybeno/status/1285716298006224896?s=20
July 22, 2020 at 03:44AM by creativemaybeno
https://ift.tt/32HIHvK
Sierpiński triangle by pavel recreated in 636 chars in Flutter; CodePen by @creativemaybeno
https://twitter.com/creativemaybeno/status/1285716298006224896?s=20
July 22, 2020 at 03:44AM by creativemaybeno
https://ift.tt/32HIHvK
Twitter
creativecreatorormaybenot
I recreated one of my old favorites in #Flutter in 636 characters 🥳 Mesmerizing to say the least #FlutterPen 🚀 https://t.co/7AHG0qZma4 And yes, this stuff is handcrafted 🛠 So much respect to pavel ❤ https://t.co/N1zyIfldjL
New post on Flutter Dev Google group:
How to save changes made to text file after opening it using File.readAsString()?
Hi, I have a text file in memory that I open using File.readAsString().. This extracts the text from it and saves it as a String. This is given to a TextField() so that changes can be made to this text. How do I effectively save these changes back to the original file? Here is my code so far.
July 22, 2020 at 03:35AM by Faraz Khan
https://ift.tt/30x2bjS
How to save changes made to text file after opening it using File.readAsString()?
Hi, I have a text file in memory that I open using File.readAsString().. This extracts the text from it and saves it as a String. This is given to a TextField() so that changes can be made to this text. How do I effectively save these changes back to the original file? Here is my code so far.
July 22, 2020 at 03:35AM by Faraz Khan
https://ift.tt/30x2bjS
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:
State_notifier vs cubit
they seem pretty similar. if someone of you guys tried both of them please do let me know your opinion about them. which one is better? and why?
July 22, 2020 at 04:15AM by Adnan-Alshami
https://ift.tt/3jwH4qO
State_notifier vs cubit
they seem pretty similar. if someone of you guys tried both of them please do let me know your opinion about them. which one is better? and why?
July 22, 2020 at 04:15AM by Adnan-Alshami
https://ift.tt/3jwH4qO
Reddit
State_notifier vs cubit : r/FlutterDev
105K subscribers in the FlutterDev community. A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Bringing localization into your Widget testing
https://ift.tt/2E4lHwx
July 22, 2020 at 04:27AM by RemeJuan
https://ift.tt/32Ou8Gu
Bringing localization into your Widget testing
https://ift.tt/2E4lHwx
July 22, 2020 at 04:27AM by RemeJuan
https://ift.tt/32Ou8Gu
Medium
Bringing localization into your Widget testing
The more accurate you make your test, the higher the quality of the test itself.
New post on /r/flutterdev subreddit:
Web View for Web platform
I need web view for web platform with detect url like WebView onPageFinishedI try Easy_web_view not in this future.ThanksSenthil
July 22, 2020 at 05:26AM by Medium_Fisherman_940
https://ift.tt/3hptKlU
Web View for Web platform
I need web view for web platform with detect url like WebView onPageFinishedI try Easy_web_view not in this future.ThanksSenthil
July 22, 2020 at 05:26AM by Medium_Fisherman_940
https://ift.tt/3hptKlU
reddit
Web View for Web platform
I need web view for web platform with detect url like WebView onPageFinished I try Easy\_web\_view not in this future. Thanks Senthil
New post on Flutter Dev Google group:
How to build the TabBar and TabBar View in a single, vertical view?
By default, the behaviour of TabBar and TabBarView is as many separate pages as many tabs. I need a Single scrollable column/list view that will have Headings/sections, and each section should change the selected tab as the user scrolls down the list view. An example is the menu of a restaurant
July 22, 2020 at 05:48AM by Hassan Hammad
https://ift.tt/32FqMFW
How to build the TabBar and TabBar View in a single, vertical view?
By default, the behaviour of TabBar and TabBarView is as many separate pages as many tabs. I need a Single scrollable column/list view that will have Headings/sections, and each section should change the selected tab as the user scrolls down the list view. An example is the menu of a restaurant
July 22, 2020 at 05:48AM by Hassan Hammad
https://ift.tt/32FqMFW
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:
State mmanagement opinions
Which state management do you use and what do like and dislike about it?What was the hardest part about learning and using that state management?
July 22, 2020 at 07:21AM by gursheeshsingh
https://ift.tt/3hpHkFU
State mmanagement opinions
Which state management do you use and what do like and dislike about it?What was the hardest part about learning and using that state management?
July 22, 2020 at 07:21AM by gursheeshsingh
https://ift.tt/3hpHkFU
reddit
State mmanagement opinions
Which state management do you use and what do like and dislike about it? What was the hardest part about learning and using that state management?
New post on /r/flutterdev subreddit:
MAD - Mobile app dev Podcast
https://ift.tt/2DYAM2D
July 22, 2020 at 07:51AM by sebe42
https://ift.tt/2OJ5YF9
MAD - Mobile app dev Podcast
https://ift.tt/2DYAM2D
July 22, 2020 at 07:51AM by sebe42
https://ift.tt/2OJ5YF9
Buzzsprout
MAD
Mobile application development Podcast, sharing valuable information with the engineering community. Interesting guests from all over the world talking about all things mobile development. Hosted by Ross Sinnema from Geo20. The sole purpose is to discuss…
New post on Flutter Dev Google group:
Doubt: to increment the container folder..
Hi, I'm new to flutter. I want to create an app in which there is an incrementing button, on pressing incrementing button it need to show a grid view container according to the value of incrementation. My code has no error but while executing it returns the following error 1. type 'Future
Doubt: to increment the container folder..
Hi, I'm new to flutter. I want to create an app in which there is an incrementing button, on pressing incrementing button it need to show a grid view container according to the value of incrementation. My code has no error but while executing it returns the following error 1. type 'Future
New post on Flutter Dev Google group:
How to manage session in flutter?
i want to store value in session and use stored value on different pages in flutter like android
July 22, 2020 at 09:23AM by abhana...@gmail.com
https://ift.tt/32HLRiR
How to manage session in flutter?
i want to store value in session and use stored value on different pages in flutter like android
July 22, 2020 at 09:23AM by abhana...@gmail.com
https://ift.tt/32HLRiR
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:
I build personal website template for everyone who needs modern looking website for them self (EASY TO SETUP)
It's a simple one page website with short description about you, your resume and your social media sites for others to visit. My website looks like this https://imgur.com/a/lMl2noqIf you like what you see and would like to make something similar for you self. Download my repo https://github.com/MirzaCickusic/personal-website-template-flutter and follow the 10 step guide.Any suggestion are welcomed and if you find my project helpful, I would appreciate some starts. :D
July 22, 2020 at 10:03AM by anonbudy
https://ift.tt/3fQUBXS
I build personal website template for everyone who needs modern looking website for them self (EASY TO SETUP)
It's a simple one page website with short description about you, your resume and your social media sites for others to visit. My website looks like this https://imgur.com/a/lMl2noqIf you like what you see and would like to make something similar for you self. Download my repo https://github.com/MirzaCickusic/personal-website-template-flutter and follow the 10 step guide.Any suggestion are welcomed and if you find my project helpful, I would appreciate some starts. :D
July 22, 2020 at 10:03AM by anonbudy
https://ift.tt/3fQUBXS
Imgur
Flutter web - personal web site
Post with 642 views. Flutter web - personal web site
New post on /r/flutterdev subreddit:
Flutter tutorial in Hindi for hindi/urdu speaking beginner coders :)
https://www.youtube.com/watch?v=IelD3uUDJYo
July 22, 2020 at 09:58AM by Adorable_Pickle
https://ift.tt/3eUhMPv
Flutter tutorial in Hindi for hindi/urdu speaking beginner coders :)
https://www.youtube.com/watch?v=IelD3uUDJYo
July 22, 2020 at 09:58AM by Adorable_Pickle
https://ift.tt/3eUhMPv
YouTube
Learn flutter in Hindi in 2020 | Getting Started tutorial | हिंदी
Flutter is getting popular and it is a great way to make apps for mobiles including both Android and iOS. In this flutter tutorial I covered how to get started with flutter. The best thing is this tutorial is in Hindi, so people who speaks/understands Hindi…
New post on Flutter Dev Google group:
To save containers in shared preference
Please help me in this... Hi, I'm new to flutter... I have made an app in which it will add the containers once the floating button is pressed. I have created the app but the problem is once I closed and reopened again the changes I made it ( addition of container) are gone. I want the changes I
July 22, 2020 at 11:19AM by Abinavan Nagendran
https://ift.tt/2OIKwAg
To save containers in shared preference
Please help me in this... Hi, I'm new to flutter... I have made an app in which it will add the containers once the floating button is pressed. I have created the app but the problem is once I closed and reopened again the changes I made it ( addition of container) are gone. I want the changes I
July 22, 2020 at 11:19AM by Abinavan Nagendran
https://ift.tt/2OIKwAg
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:
i can`t save local.properties file
hello and whats up guys i am working on an ecommerce project but when i connect my project with firebase i am successfully done with this but when i just simply move to authentication to google all are doing great but when i run this project its shown me error like above but when i made changed
July 22, 2020 at 01:26PM by Rohan jangid
https://ift.tt/3jo6MO5
i can`t save local.properties file
hello and whats up guys i am working on an ecommerce project but when i connect my project with firebase i am successfully done with this but when i just simply move to authentication to google all are doing great but when i run this project its shown me error like above but when i made changed
July 22, 2020 at 01:26PM by Rohan jangid
https://ift.tt/3jo6MO5
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:
Flutter - Google Maps - Implementing route navigation
Hi All, I am trying to use google maps for live tracking the delivery of an ordered item. (developing an eCommerce platform) Need to display the route and the driver's location(who is delivering the ordered item) on the Users Mobile phone within our app. Whenever the drivers co ordinates
July 22, 2020 at 01:27PM by Balamurugan
https://ift.tt/2WKiske
Flutter - Google Maps - Implementing route navigation
Hi All, I am trying to use google maps for live tracking the delivery of an ordered item. (developing an eCommerce platform) Need to display the route and the driver's location(who is delivering the ordered item) on the Users Mobile phone within our app. Whenever the drivers co ordinates
July 22, 2020 at 01:27PM by Balamurugan
https://ift.tt/2WKiske
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:
Shravik App (social platform for Migrant Workers and Employers) made with Flutter
Hi guys, I spent the past few days working on a project that I'm excited to share now!Over 120 million people in India lost their jobs due to the Covid-19 pandemic, and around 40% of those are blue-collar jobs. Indian migrant workers are facing multiple hardships, they have to deal with the loss of income, food shortages and uncertainty about their future.Shravik (short for Shramik Vikas) is a geolocation based multilingual social platform for Employers and blue-collar Migrant Workers affected by the Covid-19 Pandemic which aims to solve the probem of mass unemployment and lack of communication between Employers and Workers.Shravik acts as a matchmaker between workers desperately looking for jobs closer to their homes to sustain their livelihood and potential employers who want to hire them to sustain their business as their previous employees have either migrated or quit.Users can be searched with easy location based filters, their skill sets or skill requirements, contacted with their registered mobile number (or email) and their location is displayed on the map. Distance calculation between registered users is also available to help them decide in hiring or working, near the better.Download link: https://play.google.com/store/apps/details?id=tech.siddharthsaini.shravik&hl=en_INOpen to suggestions for improvement.
July 22, 2020 at 03:16PM by siddharthsaini
https://ift.tt/32J7sHR
Shravik App (social platform for Migrant Workers and Employers) made with Flutter
Hi guys, I spent the past few days working on a project that I'm excited to share now!Over 120 million people in India lost their jobs due to the Covid-19 pandemic, and around 40% of those are blue-collar jobs. Indian migrant workers are facing multiple hardships, they have to deal with the loss of income, food shortages and uncertainty about their future.Shravik (short for Shramik Vikas) is a geolocation based multilingual social platform for Employers and blue-collar Migrant Workers affected by the Covid-19 Pandemic which aims to solve the probem of mass unemployment and lack of communication between Employers and Workers.Shravik acts as a matchmaker between workers desperately looking for jobs closer to their homes to sustain their livelihood and potential employers who want to hire them to sustain their business as their previous employees have either migrated or quit.Users can be searched with easy location based filters, their skill sets or skill requirements, contacted with their registered mobile number (or email) and their location is displayed on the map. Distance calculation between registered users is also available to help them decide in hiring or working, near the better.Download link: https://play.google.com/store/apps/details?id=tech.siddharthsaini.shravik&hl=en_INOpen to suggestions for improvement.
July 22, 2020 at 03:16PM by siddharthsaini
https://ift.tt/32J7sHR
Google Play
Shravik - Shramik Vikas – Apps on Google Play
Shravik App is a platform where Workers & Employers can contact each other.
New post on /r/flutterdev subreddit:
Airbnb Redesign App using Flutter
https://youtu.be/CxNDak8ggOg
July 22, 2020 at 02:33PM by AllAboutFlutter
https://ift.tt/3jsRasD
Airbnb Redesign App using Flutter
https://youtu.be/CxNDak8ggOg
July 22, 2020 at 02:33PM by AllAboutFlutter
https://ift.tt/3jsRasD
YouTube
Airbnb Redesign App - Flutter UI - Speed Code
Nice, clean and modern Airbnb Redesign App UI in Flutter
Inspiration
https://dribbble.com/shots/6783188-Airbnb-Redesign
GitHub Source Code
https://github.com/gerfagerfa/airbnb
IMPORTANT: If you want to learn, I strongly advise you to watch the video in…
Inspiration
https://dribbble.com/shots/6783188-Airbnb-Redesign
GitHub Source Code
https://github.com/gerfagerfa/airbnb
IMPORTANT: If you want to learn, I strongly advise you to watch the video in…
New post on /r/flutterdev subreddit:
In this video, We will work on the Profile screen. First, we will add a button on the Profile screen to navigate onto the Create profile screen. Then we work on the Create Profile screen.
https://youtu.be/-9pzOpEQVAc
July 22, 2020 at 09:53AM by devstackin
https://ift.tt/39jtRfY
In this video, We will work on the Profile screen. First, we will add a button on the Profile screen to navigate onto the Create profile screen. Then we work on the Create Profile screen.
https://youtu.be/-9pzOpEQVAc
July 22, 2020 at 09:53AM by devstackin
https://ift.tt/39jtRfY
YouTube
Flutter: Working on Create New Profile Page || Flutter TextFormField || 23
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
In this video,
1) We will work on the Profile screen.
2) First, we will add a button on the Profile screen to navigate onto the Create profile screen.
3) Then we work on…
In this video,
1) We will work on the Profile screen.
2) First, we will add a button on the Profile screen to navigate onto the Create profile screen.
3) Then we work on…