New post on Flutter Dev Google group:
Stepper Validation to open invalid step
Hi I have Stepper with 3 steps name phone email I have validation on phone an email. If I move to step: email, and then press save but the phone is invalid... I need flutter to open step:phone automatically indicating a problem at this step. how do I achieve that? thanks
August 15, 2020 at 12:17AM by ISLAM MANSOUR
https://ift.tt/3aoGCXc
Stepper Validation to open invalid step
Hi I have Stepper with 3 steps name phone email I have validation on phone an email. If I move to step: email, and then press save but the phone is invalid... I need flutter to open step:phone automatically indicating a problem at this step. how do I achieve that? thanks
August 15, 2020 at 12:17AM by ISLAM MANSOUR
https://ift.tt/3aoGCXc
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:
How do you edit JSON data dynamically in Flutter?
I'm trying to fetch data from USjobs API but I got a big JSON data and I only need to get some values which I made an object for it
August 15, 2020 at 01:26AM by Mohammedmoaayed
https://ift.tt/2Ctgz4N
How do you edit JSON data dynamically in Flutter?
I'm trying to fetch data from USjobs API but I got a big JSON data and I only need to get some values which I made an object for it
class Job { final String provider; final String logoUrl; final String location; final String position; final String companyName; final String jobUrl; final String date; Job({ @required this.provider, @required this.companyName, @required this.logoUrl, @required this.jobUrl, @required this.location, @required this.position, @required this.date, }); }and when I request a HTTP request for a search word I got this BodySo how can I make a list of Jobs from that nested Json body?
August 15, 2020 at 01:26AM by Mohammedmoaayed
https://ift.tt/2Ctgz4N
New post on /r/flutterdev subreddit:
What's the standard to having a responsive app? I'm stressed I've been doing it all wrong... More details below. Thanks!
I've been attempting to develop apps in Flutter for a few months now and I've really enjoyed it, except I find it very hard to figure out how I should make my apps resize for different screen sizes. I can't seem to find the standard. Right now, I can make apps that resize using the same layout for a small mobile screen to large tablet screen. I do this through using MediaQuery's, Expanded, Fractionallysizedbox, Flexible and Fittedbox... is this acceptable for an app? For example, I will make my nav bar Container height equal to 10% of the height of the screen and have the text inside of it size to fit said Container. Everything on my screen resizes... even the icon, text and button size. Is what you're supposed to do? The way I do it works for pretty much all screen sizes and aspect ratios unless they're extremely bizzare such as having a ratio of height to width of 25:1. Sorry for the ramble I am just very stressed I've been doing everything wrong. Does this method I use work? Is it acceptable? Thank you so much!
August 15, 2020 at 03:39AM by nwhis92js
https://ift.tt/2Y3EA9Z
What's the standard to having a responsive app? I'm stressed I've been doing it all wrong... More details below. Thanks!
I've been attempting to develop apps in Flutter for a few months now and I've really enjoyed it, except I find it very hard to figure out how I should make my apps resize for different screen sizes. I can't seem to find the standard. Right now, I can make apps that resize using the same layout for a small mobile screen to large tablet screen. I do this through using MediaQuery's, Expanded, Fractionallysizedbox, Flexible and Fittedbox... is this acceptable for an app? For example, I will make my nav bar Container height equal to 10% of the height of the screen and have the text inside of it size to fit said Container. Everything on my screen resizes... even the icon, text and button size. Is what you're supposed to do? The way I do it works for pretty much all screen sizes and aspect ratios unless they're extremely bizzare such as having a ratio of height to width of 25:1. Sorry for the ramble I am just very stressed I've been doing everything wrong. Does this method I use work? Is it acceptable? Thank you so much!
August 15, 2020 at 03:39AM by nwhis92js
https://ift.tt/2Y3EA9Z
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter News App (Frontend To Backend) Part 2 - Drawer with Custom Icon @maadhav_sharma
https://youtu.be/e8BV1euFT7U
August 15, 2020 at 06:08AM by maadhav2001
https://ift.tt/310sEYJ
Flutter News App (Frontend To Backend) Part 2 - Drawer with Custom Icon @maadhav_sharma
https://youtu.be/e8BV1euFT7U
August 15, 2020 at 06:08AM by maadhav2001
https://ift.tt/310sEYJ
YouTube
Flutter News App (Frontend To Backend) Part 2 - Drawer with Custom Icon
Hello guys, this video is a part of a flutter series we have started to upload on YouTube.
Flutter News App (Frontend to Backend)
In this video, we will have a look at how to create a Drawer with a Custom Icon in Flutter.
📝Blog for this video: https://…
Flutter News App (Frontend to Backend)
In this video, we will have a look at how to create a Drawer with a Custom Icon in Flutter.
📝Blog for this video: https://…
New post on /r/flutterdev subreddit:
Mobile client for pub.dev to search packages, view installing information and package score information.
https://ift.tt/3kJWicp
August 15, 2020 at 08:22AM by amitb10
https://ift.tt/3iDd2QA
Mobile client for pub.dev to search packages, view installing information and package score information.
https://ift.tt/3kJWicp
August 15, 2020 at 08:22AM by amitb10
https://ift.tt/3iDd2QA
Google Play
Discover pub.dev - Apps on Google Play
Unofficial android client for pub.dev to discover dart/flutter packages.
New post on /r/flutterdev subreddit:
How would u manage this?
Hello. So I am building my first app from scratch and it has a point system where a user gets gems after opening the app right now the gems value are stored locally in the device but I want that value to be stored in my databaseAnyone have a suggestion of what I can use to store gems value and manage them? I had been searching a lot but most of people just ask about local value and I don’t want that
August 15, 2020 at 09:31AM by pineapplewithfrulupz
https://ift.tt/31Uyaev
How would u manage this?
Hello. So I am building my first app from scratch and it has a point system where a user gets gems after opening the app right now the gems value are stored locally in the device but I want that value to be stored in my databaseAnyone have a suggestion of what I can use to store gems value and manage them? I had been searching a lot but most of people just ask about local value and I don’t want that
August 15, 2020 at 09:31AM by pineapplewithfrulupz
https://ift.tt/31Uyaev
reddit
How would u manage this?
Hello. So I am building my first app from scratch and it has a point system where a user gets gems after opening the app right now the gems value...
New post on /r/flutterdev subreddit:
Adding Support for Android TV to Flutter
https://ift.tt/2PWy945
August 15, 2020 at 09:26AM by PinkmanLannister
https://ift.tt/3iLu1AC
Adding Support for Android TV to Flutter
https://ift.tt/2PWy945
August 15, 2020 at 09:26AM by PinkmanLannister
https://ift.tt/3iLu1AC
Medium
Adding Android TV support to your Flutter App
In this article, You can learn how to add support for your existing apps to run on Android TVs and how you can enable navigation using the…
New post on /r/flutterdev subreddit:
Do you guys find Flutter to be taking up a lot of storage space?
Hey allI am just wondering if it is just me or is Flutter + Android Studio taking up A LOT of storage space in your computer too. I am constantly battling for that little extra 1 GB of storage in my computer and constantly battling the Error (No Space left on device)Do you guys experienced the same issue? How do you guys go about it?(Yes I run flutter clean and Xcode's Clean Build Folder religiously as well as deleting device simulators that I don't need / ever use)
August 15, 2020 at 10:45AM by thisIsWorlds
https://ift.tt/30ZULHn
Do you guys find Flutter to be taking up a lot of storage space?
Hey allI am just wondering if it is just me or is Flutter + Android Studio taking up A LOT of storage space in your computer too. I am constantly battling for that little extra 1 GB of storage in my computer and constantly battling the Error (No Space left on device)Do you guys experienced the same issue? How do you guys go about it?(Yes I run flutter clean and Xcode's Clean Build Folder religiously as well as deleting device simulators that I don't need / ever use)
August 15, 2020 at 10:45AM by thisIsWorlds
https://ift.tt/30ZULHn
reddit
Do you guys find Flutter to be taking up a lot of storage space?
Hey all I am just wondering if it is just me or is Flutter + Android Studio taking up A LOT of storage space in your computer too. I am...
New post on Flutter Dev Google group:
How to capture keystrokes from TextField widget?
Hi, I made a custom Widget that contains a TextField inside of it. I need to be able to detect when the user is pressing the backspace button after the TextField is empty ("over deleting"). For this, I need to be able to capture every keystroke made on the TextField and fire a callback with the
August 15, 2020 at 11:58AM by Guy Or
https://ift.tt/3fWrf9D
How to capture keystrokes from TextField widget?
Hi, I made a custom Widget that contains a TextField inside of it. I need to be able to detect when the user is pressing the backspace button after the TextField is empty ("over deleting"). For this, I need to be able to capture every keystroke made on the TextField and fire a callback with the
August 15, 2020 at 11:58AM by Guy Or
https://ift.tt/3fWrf9D
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 Netflix Subscription UI
Found one clean looking Netflix subscription UI. I gave it try in flutter. Within an hour time result is pretty good. Here is the GitHub linkhttps://github.com/ManojMM026/netflix_subscriptions_uiFlutter #flutterdev #dart @FlutterDev @r_FlutterDev
August 15, 2020 at 11:47AM by ManojMM026
https://ift.tt/2PRaWAm
Flutter Netflix Subscription UI
Found one clean looking Netflix subscription UI. I gave it try in flutter. Within an hour time result is pretty good. Here is the GitHub linkhttps://github.com/ManojMM026/netflix_subscriptions_uiFlutter #flutterdev #dart @FlutterDev @r_FlutterDev
August 15, 2020 at 11:47AM by ManojMM026
https://ift.tt/2PRaWAm
GitHub
GitHub - ManojMM026/netflix_subscriptions_ui: Netflix subscription UI
Netflix subscription UI. Contribute to ManojMM026/netflix_subscriptions_ui development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Vertical Card Pager
https://youtu.be/1U7e88hGDck
August 15, 2020 at 11:19AM by Radhika_Shah_
https://ift.tt/3fYTOmZ
Vertical Card Pager
https://youtu.be/1U7e88hGDck
August 15, 2020 at 11:19AM by Radhika_Shah_
https://ift.tt/3fYTOmZ
YouTube
Vertical Card Pager in Flutter | Flutter Tutorials | Flutter by Google | #Flutter | #CodeStudio
Use dynamic and beautiful card view pagers to help you create great apps.
YouTube :
Github - https://github.com/theindianinnovation/verticalcardpager-flutter
Google Play Store - https://play.google.com/store/apps/dev?id=4917586019703191391
Website - ht…
YouTube :
Github - https://github.com/theindianinnovation/verticalcardpager-flutter
Google Play Store - https://play.google.com/store/apps/dev?id=4917586019703191391
Website - ht…
New post on /r/flutterdev subreddit:
Flutter : Model class creation for handling the json data.
https://youtu.be/Ega4EG8ZVM4
August 15, 2020 at 11:04AM by devstackin
https://ift.tt/2PV6MHM
Flutter : Model class creation for handling the json data.
https://youtu.be/Ega4EG8ZVM4
August 15, 2020 at 11:04AM by devstackin
https://ift.tt/2PV6MHM
YouTube
What is Model Classes? And how to create it 🔥|| Consuming a Rest API🔥 in Flutter
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
#Flutter #ModelCLasses #RestAPI
In this video, we will see how to handle the JSON data -:
1) Like how to convert the JSON string into a normal object (Get Request)
2) How to…
#Flutter #ModelCLasses #RestAPI
In this video, we will see how to handle the JSON data -:
1) Like how to convert the JSON string into a normal object (Get Request)
2) How to…
New post on /r/flutterdev subreddit:
Using Custom Fonts in Flutter - Good way and the Bad!
https://ift.tt/3iFso7p
August 15, 2020 at 08:31AM by ayusch
https://ift.tt/3ap5azu
Using Custom Fonts in Flutter - Good way and the Bad!
https://ift.tt/3iFso7p
August 15, 2020 at 08:31AM by ayusch
https://ift.tt/3ap5azu
AndroidVille
Using Custom Fonts in Flutter - Good way and the Bad!
In this flutter tutorial, we’ll take a look at how to use custom fonts in
New post on /r/flutterdev subreddit:
Flutter's BlurHash is really a good alternative for a good placeholder
https://www.youtube.com/watch?v=LeLZ-JHHtdM
August 15, 2020 at 05:56AM by Radheygoswami
https://ift.tt/3iJXLxz
Flutter's BlurHash is really a good alternative for a good placeholder
https://www.youtube.com/watch?v=LeLZ-JHHtdM
August 15, 2020 at 05:56AM by Radheygoswami
https://ift.tt/3iJXLxz
YouTube
Flutter BlurHash for better UI ( Package of the Week )
#PackageOfTheWeek is BlurHash package for #Flutter. Instead of loading indicators, immediately show a blurred version of an image while it is being loaded.
Inspired by #WidgetoftheWeek I thought to share one package each week.😊
►Package Links :
BlurHash…
Inspired by #WidgetoftheWeek I thought to share one package each week.😊
►Package Links :
BlurHash…
New post on /r/flutterdev subreddit:
Flutter Developer Weekly Newsletter - Issue #7 is LIVE
https://ift.tt/2Ct1Ma7
August 14, 2020 at 10:07PM by FlutterDevWeekly
https://ift.tt/3aulmze
Flutter Developer Weekly Newsletter - Issue #7 is LIVE
https://ift.tt/2Ct1Ma7
August 14, 2020 at 10:07PM by FlutterDevWeekly
https://ift.tt/3aulmze
New post on /r/flutterdev subreddit:
Unit Testing and Mocks with Flutter
https://youtu.be/1U-QRKIY5so
August 15, 2020 at 01:33PM by immacoder
https://ift.tt/3fTusH6
Unit Testing and Mocks with Flutter
https://youtu.be/1U-QRKIY5so
August 15, 2020 at 01:33PM by immacoder
https://ift.tt/3fTusH6
YouTube
Unit Tests and Mocking with Flutter
Unit Tests and Mocking with Flutter
We have been putting off unit tests for quite some time now, but we officially start the journey into unit testing. We're going to start from the very basics to get a complete understanding of everything, and add on more…
We have been putting off unit tests for quite some time now, but we officially start the journey into unit testing. We're going to start from the very basics to get a complete understanding of everything, and add on more…
New post on Flutter Dev Google group:
What is the best way to collaborate on one project at the same time with others?
Unity, for example, has the option to collaborate on one project at the same time (or separate times, but the changes are made to the one project). Is there a way to work together with others on one project? If not, what is the best way?
August 15, 2020 at 03:03PM by Victor Shin
https://ift.tt/2PScSJ1
What is the best way to collaborate on one project at the same time with others?
Unity, for example, has the option to collaborate on one project at the same time (or separate times, but the changes are made to the one project). Is there a way to work together with others on one project? If not, what is the best way?
August 15, 2020 at 03:03PM by Victor Shin
https://ift.tt/2PScSJ1
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:
What is the best way to work on a project with others at the same time (collaborate)?
I did a quick research and there isn't anything for collaborating on one project at the same time like Google Docs.Is there like a program that allows us to do that?If not, what is the best way to collaborate with others on one project (I assume Github)?
August 15, 2020 at 02:56PM by NotVector
https://ift.tt/3fVc9Bb
What is the best way to work on a project with others at the same time (collaborate)?
I did a quick research and there isn't anything for collaborating on one project at the same time like Google Docs.Is there like a program that allows us to do that?If not, what is the best way to collaborate with others on one project (I assume Github)?
August 15, 2020 at 02:56PM by NotVector
https://ift.tt/3fVc9Bb
reddit
What is the best way to work on a project with others at the same...
I did a quick research and there isn't anything for collaborating on one project at the same time like Google Docs. Is there like a program that...
New post on /r/flutterdev subreddit:
Flutter UI Tutorial - Fitness App - Speed Code
https://youtu.be/hTg4DDl8Ixo
August 15, 2020 at 02:51PM by beingonearth
https://ift.tt/3asOqas
Flutter UI Tutorial - Fitness App - Speed Code
https://youtu.be/hTg4DDl8Ixo
August 15, 2020 at 02:51PM by beingonearth
https://ift.tt/3asOqas
YouTube
Flutter UI Tutorial - Fitness App - Speed Code
Simple and beautiful Fitness App #UI using #flutter.
Create a modern Fitness App UI with the help of powerful flutter features and beautiful charts using fl_chart.
Music App UI: https://www.youtube.com/watch?v=ULtgRLCc35Y
Design Credits: https://dribbb…
Create a modern Fitness App UI with the help of powerful flutter features and beautiful charts using fl_chart.
Music App UI: https://www.youtube.com/watch?v=ULtgRLCc35Y
Design Credits: https://dribbb…
New post on /r/flutterdev subreddit:
SnapClip PageView
https://youtu.be/hBipLIioTy0
August 15, 2020 at 03:49PM by TheTechDesigner
https://ift.tt/2E9lgBm
SnapClip PageView
https://youtu.be/hBipLIioTy0
August 15, 2020 at 03:49PM by TheTechDesigner
https://ift.tt/2E9lgBm
YouTube
Flutter Widget | 92 | SnapClipPageView Useful Widget in Flutter App | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
New post on /r/flutterdev subreddit:
Backend options
Which you do prefer for those who are new to flutter? Based on your experience.Firebase vs Backendless vs Appwrite
August 15, 2020 at 05:07PM by CRsujan
https://ift.tt/2E85XIQ
Backend options
Which you do prefer for those who are new to flutter? Based on your experience.Firebase vs Backendless vs Appwrite
August 15, 2020 at 05:07PM by CRsujan
https://ift.tt/2E85XIQ
reddit
Backend options
Which you do prefer for those who are new to flutter? Based on your experience. Firebase vs Backendless vs Appwrite