New post on /r/flutterdev subreddit:
Adding a drawer and app bar on blog app (medium clone)
https://youtu.be/eHksNwmnsHk
July 17, 2020 at 08:19PM by devstackin
https://ift.tt/2WuGeAM
Adding a drawer and app bar on blog app (medium clone)
https://youtu.be/eHksNwmnsHk
July 17, 2020 at 08:19PM by devstackin
https://ift.tt/2WuGeAM
YouTube
Flutter: How to add a Drawer and App Bar in Flutter? || Flutter with NodeJS #21
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
In this video,
1) we will work on the home page,
2) Also we will add App Bar,
3) Drawer, and theme on the Home Page of Blog App.
4) In the end, our blog app home page looks…
In this video,
1) we will work on the home page,
2) Also we will add App Bar,
3) Drawer, and theme on the Home Page of Blog App.
4) In the end, our blog app home page looks…
New post on /r/flutterdev subreddit:
Black Lives Matter Onboarding App - Flutter UI
https://youtu.be/7KuLXt2Rx4E
July 17, 2020 at 07:58PM by AllAboutFlutter
https://ift.tt/3eHQPif
Black Lives Matter Onboarding App - Flutter UI
https://youtu.be/7KuLXt2Rx4E
July 17, 2020 at 07:58PM by AllAboutFlutter
https://ift.tt/3eHQPif
YouTube
Black Lives Matter Onboarding App - Flutter UI - Speed Code
Nice, clean and modern Black Lives Matter Onboarding App Interface UI using FlutterGitHub Source Codehttps://github.com/gerfagerfa/blm_onboardingSocial Media...
New post on /r/flutterdev subreddit:
What apps to build as a beginner/intermediate in Flutter?
TLDR AT BOTTOM! Hey everyone, I have been learning flutter on and off for the last 3-4 months. I wouldn't call myself as a complete beginner but I feel that I land somewhere in between a beginner and an intermediate dev.Regarding concepts, I think I'm pretty well versed with the basic widgets(Column, Row, Forms, StreamBuilder, Container, Expanded etc.). The only state management I know is provider and I honestly have no issues using it. I have also build responsive apps, so it's something in familiar with (I get the height and width from MediaQuery once and then pass it around using provider, dunno if this is the right way but i haven't faced any issue with it). These are the apps I have built so far:An appointments app with firebase as backend where the user can register, login, add and see data to & from FB and upload images, and get local notifications about their appointments.A notes app with sqlflite(also implemented with moor & Hive) with a dark mode switch and themesAn app which consumes a REST API and shows data to the userSo what other apps should I build to improve my flutter skills? Should I try to build clones of popular apps or try to build apps based on some original ideas? Some areas I would like to better myself:Clean architecture and reusable widgetsAnother state management service, preferable bloc, redux or mobx since these are more popularDealing with Futures and isolatesBasically anything which I haven't dealt with before*TLDR- 3-4 months of flutter experience, build basic apps with firebase, local DB and REST API. What other apps should I build to move from beginner to intermediate?! *Thanks!
July 19, 2020 at 12:20AM by BoreHoRahaHaiYaar
https://ift.tt/2ZGF4Ej
What apps to build as a beginner/intermediate in Flutter?
TLDR AT BOTTOM! Hey everyone, I have been learning flutter on and off for the last 3-4 months. I wouldn't call myself as a complete beginner but I feel that I land somewhere in between a beginner and an intermediate dev.Regarding concepts, I think I'm pretty well versed with the basic widgets(Column, Row, Forms, StreamBuilder, Container, Expanded etc.). The only state management I know is provider and I honestly have no issues using it. I have also build responsive apps, so it's something in familiar with (I get the height and width from MediaQuery once and then pass it around using provider, dunno if this is the right way but i haven't faced any issue with it). These are the apps I have built so far:An appointments app with firebase as backend where the user can register, login, add and see data to & from FB and upload images, and get local notifications about their appointments.A notes app with sqlflite(also implemented with moor & Hive) with a dark mode switch and themesAn app which consumes a REST API and shows data to the userSo what other apps should I build to improve my flutter skills? Should I try to build clones of popular apps or try to build apps based on some original ideas? Some areas I would like to better myself:Clean architecture and reusable widgetsAnother state management service, preferable bloc, redux or mobx since these are more popularDealing with Futures and isolatesBasically anything which I haven't dealt with before*TLDR- 3-4 months of flutter experience, build basic apps with firebase, local DB and REST API. What other apps should I build to move from beginner to intermediate?! *Thanks!
July 19, 2020 at 12:20AM by BoreHoRahaHaiYaar
https://ift.tt/2ZGF4Ej
reddit
What apps to build as a beginner/intermediate in Flutter?
TLDR AT BOTTOM! Hey everyone, I have been learning flutter on and off for the last 3-4 months. I wouldn't call myself as a complete beginner but I...
New post on /r/flutterdev subreddit:
Build a simple Flutter loading animation
https://ift.tt/3jftV58
July 19, 2020 at 07:20AM by branflake2267
https://ift.tt/32yIOti
Build a simple Flutter loading animation
https://ift.tt/3jftV58
July 19, 2020 at 07:20AM by branflake2267
https://ift.tt/32yIOti
Brandondonnelson
Build a simple Flutter loading animation
In this example the Flutter animation controller is used to count between zero and three. The IntTween class is bound to the animated c...
New post on Flutter Dev Google group:
Textfield name?
What is the name of this widget highlighted in Image? I want to know more about that widget!
July 19, 2020 at 07:17AM by Gulam Fahad Ahmed
https://ift.tt/30pXtnV
Textfield name?
What is the name of this widget highlighted in Image? I want to know more about that widget!
July 19, 2020 at 07:17AM by Gulam Fahad Ahmed
https://ift.tt/30pXtnV
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 goto solution for inter-app communication in flutter for devices in the same LAN?
I wanted to communicate between the app on devices in the same network. What do most people use in the flutter community?
July 19, 2020 at 08:11AM by SantaClaus5
https://ift.tt/2ZFoncg
What is the goto solution for inter-app communication in flutter for devices in the same LAN?
I wanted to communicate between the app on devices in the same network. What do most people use in the flutter community?
July 19, 2020 at 08:11AM by SantaClaus5
https://ift.tt/2ZFoncg
reddit
What is the goto solution for inter-app communication in flutter...
I wanted to communicate between the app on devices in the same network. What do most people use in the flutter community?
New post on Flutter Dev Google group:
How do I get latitude and longitude after some 2,000 meters on the same road on Flutter Google Map without a destination?
How do I get latitude and longitude after some 2,000 meters on the same road on Flutter Google Map without a destination?
July 19, 2020 at 08:51AM by Ananth Kumar
https://ift.tt/32zJuPo
How do I get latitude and longitude after some 2,000 meters on the same road on Flutter Google Map without a destination?
How do I get latitude and longitude after some 2,000 meters on the same road on Flutter Google Map without a destination?
July 19, 2020 at 08:51AM by Ananth Kumar
https://ift.tt/32zJuPo
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:
Is there any way to run Dart in a Flutter app?
I've seen some packages on pub.dev that help to run different languages like Javascript in a Flutter application. But I haven't seen a single one for the Dart language. Is there any way to run Dart in a Flutter app?
July 19, 2020 at 11:44AM by MatataMoney
https://ift.tt/39aYOD3
Is there any way to run Dart in a Flutter app?
I've seen some packages on pub.dev that help to run different languages like Javascript in a Flutter application. But I haven't seen a single one for the Dart language. Is there any way to run Dart in a Flutter app?
July 19, 2020 at 11:44AM by MatataMoney
https://ift.tt/39aYOD3
reddit
Is there any way to run Dart in a Flutter app?
I've seen some packages on pub.dev that help to run different languages like Javascript in a Flutter application. But I haven't seen a single one...
New post on /r/flutterdev subreddit:
How to authenticate flutter app with Google OAuth 2.0 to use Gmail api.
For the past week, I have been trying to access Gmail api but it seems impossible. It's do-able in web app but for installable app, no luck. I have used about all plug ins there is and read through all the documentation. I also understand how to do it with http request but then I gotta manually use refresh token which is definitely not the right thing to do.With the use of various packages, I can get to the point where I get the Authorization code but when I close the web view window, I get errors. Every road seems blocked for me. There isn't enough answers on stack overflow either.Here is what I've done so far:I used google api and googleapi auth package to sign in. It gives a signin URL for user consent which is successful in a browser but then it returns a authentication code in the url in the browser and there is no answer where in the package I can use the code to get access token.I used Google sign in package but it definitely useless because I'm not trying to get public profiles but access token. It gives me error, says I don't have permission.I used simple auth and oauth2 client package but just like no. 1, I have nowhere to put Authorization code after user consent. I'm slowly loosing all hopes. Please help me.I'm trying to make a gmail app that requires to read and write user's email. Thanks
July 19, 2020 at 11:50AM by AashishandSingh
https://ift.tt/30qbu59
How to authenticate flutter app with Google OAuth 2.0 to use Gmail api.
For the past week, I have been trying to access Gmail api but it seems impossible. It's do-able in web app but for installable app, no luck. I have used about all plug ins there is and read through all the documentation. I also understand how to do it with http request but then I gotta manually use refresh token which is definitely not the right thing to do.With the use of various packages, I can get to the point where I get the Authorization code but when I close the web view window, I get errors. Every road seems blocked for me. There isn't enough answers on stack overflow either.Here is what I've done so far:I used google api and googleapi auth package to sign in. It gives a signin URL for user consent which is successful in a browser but then it returns a authentication code in the url in the browser and there is no answer where in the package I can use the code to get access token.I used Google sign in package but it definitely useless because I'm not trying to get public profiles but access token. It gives me error, says I don't have permission.I used simple auth and oauth2 client package but just like no. 1, I have nowhere to put Authorization code after user consent. I'm slowly loosing all hopes. Please help me.I'm trying to make a gmail app that requires to read and write user's email. Thanks
July 19, 2020 at 11:50AM by AashishandSingh
https://ift.tt/30qbu59
reddit
How to authenticate flutter app with Google OAuth 2.0 to use Gmail...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Why Flutter? Cracking Google Interview & All the Frequent Questions | M...
https://www.youtube.com/watch?v=OoTNRtHELeY&feature=share
July 19, 2020 at 12:32PM by imthepk
https://ift.tt/3eQ7Ern
Why Flutter? Cracking Google Interview & All the Frequent Questions | M...
https://www.youtube.com/watch?v=OoTNRtHELeY&feature=share
July 19, 2020 at 12:32PM by imthepk
https://ift.tt/3eQ7Ern
YouTube
Why Flutter? Cracking Google Interview & All the Frequent Questions | Matt Carroll | Full Interview
Matt Carroll answers all the common questions comes to people looking to learn Flutter or get a job. This talk was delivered on Flutter Stream Day Season 1. Watch the entire broadcast by clicking the link below:
FSD full video - https://youtu.be/N5c81RkaJ7I…
FSD full video - https://youtu.be/N5c81RkaJ7I…
New post on /r/flutterdev subreddit:
Countdown Clock
https://youtu.be/saa3T0tfdY4
July 19, 2020 at 01:48PM by TheTechDesigner
https://ift.tt/3jhRc6z
Countdown Clock
https://youtu.be/saa3T0tfdY4
July 19, 2020 at 01:48PM by TheTechDesigner
https://ift.tt/3jhRc6z
YouTube
Flutter Widget | 80 | Countdown Clock Useful Widget in Flutter App | Speed Code
#TheTechDesigner#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━ Topics Covered :- ━ ━ ...
New post on /r/flutterdev subreddit:
I made a thing and would love some input.
Hey guys.So for the longest time I’ve been wanting to build a hunting log app. Just somewhere to store some memories and experiences of your past hunts. I’ve finally managed to do so after a big learning curve 😅.Meet LogThatShot. Apple: https://apps.apple.com/us/app/id1523663519 Android: https://play.google.com/store/apps/details?id=com.frsquared.logthatshotIt’s pretty barebones at the moment, but I have big plans for it for the future, such as adding a social aspect to it, adding statistics, and possibly also including a shot placement add on for ease of reference.This being my first app, I’m obviously open to any critic and recommendations. I would love to hear your feedback and suggestions. I’m also planning on adding a “Send your Feedback” section in the next release to make this easier.Please do leave a rating as well, as this really helps to get the app up there on the boards.Just a disclaimer, there are currently ads in the app to try and cover the costs of the app stores, but I’ve made them as unobtrusive as possible. At some point there will also be a “Remove Ads” option.Thanks guys Dex
July 19, 2020 at 03:02PM by Sparkz0629
https://ift.tt/39cTIX5
I made a thing and would love some input.
Hey guys.So for the longest time I’ve been wanting to build a hunting log app. Just somewhere to store some memories and experiences of your past hunts. I’ve finally managed to do so after a big learning curve 😅.Meet LogThatShot. Apple: https://apps.apple.com/us/app/id1523663519 Android: https://play.google.com/store/apps/details?id=com.frsquared.logthatshotIt’s pretty barebones at the moment, but I have big plans for it for the future, such as adding a social aspect to it, adding statistics, and possibly also including a shot placement add on for ease of reference.This being my first app, I’m obviously open to any critic and recommendations. I would love to hear your feedback and suggestions. I’m also planning on adding a “Send your Feedback” section in the next release to make this easier.Please do leave a rating as well, as this really helps to get the app up there on the boards.Just a disclaimer, there are currently ads in the app to try and cover the costs of the app stores, but I’ve made them as unobtrusive as possible. At some point there will also be a “Remove Ads” option.Thanks guys Dex
July 19, 2020 at 03:02PM by Sparkz0629
https://ift.tt/39cTIX5
App Store
LogThatShot
LogThatShot is your friendly hunting companion app.
It's so often a struggle to remember all the details of your past hunts, such as distance, ammunition used, rifle, weather conditions, weight etc. especially a few weeks/years after the fact.
No longer…
It's so often a struggle to remember all the details of your past hunts, such as distance, ammunition used, rifle, weather conditions, weight etc. especially a few weeks/years after the fact.
No longer…
New post on /r/flutterdev subreddit:
Problem with http.get and Null types in response
Hi!Does anybody can help me on this? This is a really weird behaviour if you ask me.https://stackoverflow.com/questions/62979282/problem-with-http-get-and-null-types-in-responseThanks guys!
July 19, 2020 at 02:50PM by xTao
https://ift.tt/3fM10U0
Problem with http.get and Null types in response
Hi!Does anybody can help me on this? This is a really weird behaviour if you ask me.https://stackoverflow.com/questions/62979282/problem-with-http-get-and-null-types-in-responseThanks guys!
July 19, 2020 at 02:50PM by xTao
https://ift.tt/3fM10U0
Stack Overflow
Problem with http.get and Null types in response
Im working on a project with the OGD of the Austrian public transportation API which wants for a request just a getter with a "stopID". Also you can concatenate more than one stopID.
That...
That...
New post on /r/flutterdev subreddit:
People using Firebase for production app (chatting apps), how much does it cost you monthly?
Edit: it would be a very simple chat app - no last seen/read receipts or pictures or anything apart from textnumber of students would be in a range of 200 to 1000. It probably won't be live chat, rather email style back-n-forth, as the school only has one therapist. Can anyone share their experience for any similar project? Or provide an estimate of how much would it cost in my case? The school would not spend more than 50 USD per month.Edit: it would be a very simple chat app - no last seen/read reciepts or pictures or anything apart from text
July 19, 2020 at 05:32PM by dontGiveAnEfAnynore
https://ift.tt/39auQPH
People using Firebase for production app (chatting apps), how much does it cost you monthly?
Edit: it would be a very simple chat app - no last seen/read receipts or pictures or anything apart from textnumber of students would be in a range of 200 to 1000. It probably won't be live chat, rather email style back-n-forth, as the school only has one therapist. Can anyone share their experience for any similar project? Or provide an estimate of how much would it cost in my case? The school would not spend more than 50 USD per month.Edit: it would be a very simple chat app - no last seen/read reciepts or pictures or anything apart from text
July 19, 2020 at 05:32PM by dontGiveAnEfAnynore
https://ift.tt/39auQPH
reddit
People using Firebase for production app (chatting apps), how much...
Edit: it would be a very simple chat app - no last seen/read receipts or pictures or anything apart from textnumber of students would be in a...
New post on /r/flutterdev subreddit:
Full Guide On How To Setup Phone Authentication With Flutter & Firebase Auth
https://youtu.be/xN8aLbecPko
July 19, 2020 at 06:24PM by projectmind_guru
https://ift.tt/2WyARAy
Full Guide On How To Setup Phone Authentication With Flutter & Firebase Auth
https://youtu.be/xN8aLbecPko
July 19, 2020 at 06:24PM by projectmind_guru
https://ift.tt/2WyARAy
YouTube
(Ep 50) How To Setup Phone Authentication With Flutter & Firebase Auth
In this video we’ll add the option for users to sign up/ sign in to our app with only their phone number. The way it will work is the user will enter their phone number, then a text will be sent to them from firebase auth containing a 6 digit passcode. The…
New post on /r/flutterdev subreddit:
Complete Guide To Flutter Project(#100FlutterAppChallenge)
Hey, Everyone!I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 21's App, In Indian Culture 21 is a lucky no, so thought to share it with my Reddit Community after a long time. I know, I was not consistent(because of my SDE Internship) in this #100DaysFlutterChallenge, but I am happy that in the last 1 week I was able to create 10 Mini Apps related to Flutter where I had learnt about following:Different widgets like Bottom Navigation bar, Dynamic Search bar.Animations during the widget.State Management Techniques like Provider, Redux and Mobx etc.Being an Open Source Developer and Enthusiast, I had met with lots of developers and their project which had helped a hundred-thousands of people all around the world. I also want the Complete Guide to Flutter will be able to create a resource full of knowledge so that any newbie can learn from that repo.10 Apps which I had created in this 1-2 weeks are as follows:1.Flutter_PDF_Viewer2.Flutter_Web_Firebase_Authentication3.Flutter_Mortage_Payment_App_1_BetaFirebase Quotes App5.Bloc Pattern Weather App(#WIP)6.Flutter Web Sign In Anonymously App:Flutter News API.org ProjectFlutter Movie App using JSONand 2 more project includes UI design related to Food Application.From today onwards, I will make sure that I will create 1 App every day, so stay tuned.You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-FlutterPlease Star this repo, if you found it interesting. Do let me know if you're interested in #contributing towards this project.#EveryFlutterAppsCount
July 19, 2020 at 08:12PM by flutterboxinc
https://ift.tt/30mEDhA
Complete Guide To Flutter Project(#100FlutterAppChallenge)
Hey, Everyone!I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 21's App, In Indian Culture 21 is a lucky no, so thought to share it with my Reddit Community after a long time. I know, I was not consistent(because of my SDE Internship) in this #100DaysFlutterChallenge, but I am happy that in the last 1 week I was able to create 10 Mini Apps related to Flutter where I had learnt about following:Different widgets like Bottom Navigation bar, Dynamic Search bar.Animations during the widget.State Management Techniques like Provider, Redux and Mobx etc.Being an Open Source Developer and Enthusiast, I had met with lots of developers and their project which had helped a hundred-thousands of people all around the world. I also want the Complete Guide to Flutter will be able to create a resource full of knowledge so that any newbie can learn from that repo.10 Apps which I had created in this 1-2 weeks are as follows:1.Flutter_PDF_Viewer2.Flutter_Web_Firebase_Authentication3.Flutter_Mortage_Payment_App_1_BetaFirebase Quotes App5.Bloc Pattern Weather App(#WIP)6.Flutter Web Sign In Anonymously App:Flutter News API.org ProjectFlutter Movie App using JSONand 2 more project includes UI design related to Food Application.From today onwards, I will make sure that I will create 1 App every day, so stay tuned.You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-FlutterPlease Star this repo, if you found it interesting. Do let me know if you're interested in #contributing towards this project.#EveryFlutterAppsCount
July 19, 2020 at 08:12PM by flutterboxinc
https://ift.tt/30mEDhA
www.api.org
API | American Petroleum Institute
The American Petroleum Institute (API) is the only national trade association that represents all aspects of America’s oil and natural gas industry. Our more than 600 corporate members, from the largest major oil company to the smallest of independents, come…
New post on /r/flutterdev subreddit:
Search using Barcode Scan
https://ift.tt/3fPTUOE
July 19, 2020 at 09:31PM by amitb10
https://ift.tt/3h8w9l0
Search using Barcode Scan
https://ift.tt/3fPTUOE
July 19, 2020 at 09:31PM by amitb10
https://ift.tt/3h8w9l0
Medium
Flutter — Search using Barcode Scan
Barcodes are applied to products as a means of quick identification. They are used in retail stores as part of the purchase process, in…
New post on /r/flutterdev subreddit:
Need advice
I am from a 3rd world country and tryna make myself marketable. I currently engage in day trading but this leaves me with a good amount of time on my hands. Ive decided to start learning flutter in an attempt to build an app which ive had in mind for years. I am not at all familar with any programming languages and have started Flutter course on app brewery. Also im doing a quick intro to git via skillshare. My question is, am i taking the right steps and how long does it take to learn flutter and dart?
July 19, 2020 at 10:18PM by dbesadem
https://ift.tt/3fJd9cD
Need advice
I am from a 3rd world country and tryna make myself marketable. I currently engage in day trading but this leaves me with a good amount of time on my hands. Ive decided to start learning flutter in an attempt to build an app which ive had in mind for years. I am not at all familar with any programming languages and have started Flutter course on app brewery. Also im doing a quick intro to git via skillshare. My question is, am i taking the right steps and how long does it take to learn flutter and dart?
July 19, 2020 at 10:18PM by dbesadem
https://ift.tt/3fJd9cD
reddit
Need advice
I am from a 3rd world country and tryna make myself marketable. I currently engage in day trading but this leaves me with a good amount of time on...
New post on /r/flutterdev subreddit:
Network Status Check
How check network status changing to get my last notifications when user connect even app was close.
July 19, 2020 at 11:14PM by alyfarag
https://ift.tt/39axsx3
Network Status Check
How check network status changing to get my last notifications when user connect even app was close.
July 19, 2020 at 11:14PM by alyfarag
https://ift.tt/39axsx3
reddit
Network Status Check
How check network status changing to get my last notifications when user connect even app was close.
New post on /r/flutterdev subreddit:
Instantly generate screenshots inside device frames & create other beautifully staged screenshots
https://ift.tt/3hhiNCS
July 19, 2020 at 11:30PM by thelastofus-
https://ift.tt/30u1O9I
Instantly generate screenshots inside device frames & create other beautifully staged screenshots
https://ift.tt/3hhiNCS
July 19, 2020 at 11:30PM by thelastofus-
https://ift.tt/30u1O9I
Medium
Generating beautiful frames for your iOS & Android screenshots instantly
Adding device frames to screenshots is now a single command!
New post on Flutter Dev Google group:
Is there a way to get vertical tabbar?
So tabs are usually like this: [image: Annotation 2020-07-19 173804.png] is there a way to do it like this? [image: Annotation 2020-07-19 1738014.png] I tried using rotatebox but the text was vertical. Any ideas? I saw a package on pubdev but it hasent been active in a while. Thanks for the
July 19, 2020 at 11:41PM by Tililweet
https://ift.tt/3hjExyi
Is there a way to get vertical tabbar?
So tabs are usually like this: [image: Annotation 2020-07-19 173804.png] is there a way to do it like this? [image: Annotation 2020-07-19 1738014.png] I tried using rotatebox but the text was vertical. Any ideas? I saw a package on pubdev but it hasent been active in a while. Thanks for the
July 19, 2020 at 11:41PM by Tililweet
https://ift.tt/3hjExyi
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.