New post on /r/flutterdev subreddit:
what`s the current Flutter development stack?
hello there, i`d like to knowwhat pattern do people use in Flutter, dependency injection libraries, architectural patterns, http requests and how async calls are handled, basically a small list of what is being currently used in modern flutter developmentThanks.
December 21, 2020 at 11:22PM by null_stein
https://ift.tt/2KrCGwf
what`s the current Flutter development stack?
hello there, i`d like to knowwhat pattern do people use in Flutter, dependency injection libraries, architectural patterns, http requests and how async calls are handled, basically a small list of what is being currently used in modern flutter developmentThanks.
December 21, 2020 at 11:22PM by null_stein
https://ift.tt/2KrCGwf
reddit
what`s the current Flutter development stack?
hello there, i\`d like to know what pattern do people use in Flutter, dependency injection libraries, architectural patterns, http requests and...
New tweet from FlutterDev:
The eBay Motors team joined @GooglePlayDev’s #AppsGamesInsights podcast to discuss how they’re using @FlutterDev to build applications for mobile, web and desktop from a single code codebase. Listen here: https://t.co/IviF2o10AX pic.twitter.com/2JpN0EOr6K— eBay Tech (@ebaytech) December 21, 2020
December 22, 2020 at 01:15AM
http://twitter.com/FlutterDev/status/1341175499234525184
The eBay Motors team joined @GooglePlayDev’s #AppsGamesInsights podcast to discuss how they’re using @FlutterDev to build applications for mobile, web and desktop from a single code codebase. Listen here: https://t.co/IviF2o10AX pic.twitter.com/2JpN0EOr6K— eBay Tech (@ebaytech) December 21, 2020
December 22, 2020 at 01:15AM
http://twitter.com/FlutterDev/status/1341175499234525184
Twitter
Google Play Apps & Games at #GoogleIO (@GooglePlayDev) | Twitter
The latest Tweets from Google Play Apps & Games at #GoogleIO (@GooglePlayDev). Latest app and game updates, news, best practices, and events from Google Play Developers. The Google Play Store
New post on Flutter Dev Google group:
PROBLEM WITH THE MAIN.ACTIVITY.Can anyone help pliz.
[image: zz8.png]
December 22, 2020 at 02:36AM by Kelvin
https://ift.tt/2KrUoQf
PROBLEM WITH THE MAIN.ACTIVITY.Can anyone help pliz.
[image: zz8.png]
December 22, 2020 at 02:36AM by Kelvin
https://ift.tt/2KrUoQf
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 and FireBase: Would Firebase hosting be for just the web portion of our flutter project?
Hi All, I'm working on an application that will run on iOS, web, and Android. When creating the app for web on the firebase console, it asks if I want to use firebase hosting for the web app. So I proceed with that. After, it tells me to use firebase commands to login and deploy:You can deploy now or later. To deploy now, open a terminal window, then navigate to or create a root directory for your web app.Sign in to Googlefirebase loginInitiate your projectRun this command from your app’s root directory:firebase initWhen you’re ready, deploy your web appPut your static files (e.g., HTML, CSS, JS) in your app’s deploy directory (the default is “public”). Then, run this command from your app’s root directory:firebase deployThis is all great, but when I run firebase init inside appName/web/, I'm met with the warning:Before we get started, keep in mind:* You are currently outside your home directoryThis is what I want, correct? Since firebase is assuming the parent level is the whole website (wherein my case the parent level is the entire flutter project, and the "parent level" for the web-portion is app/web, correct?The general flow will be that firebase hosting *could* be used for the web portion of my flutter app (and I'm already going to be using firebase for auth, so why not), and that the Android and iOS apps will be hosted separately. Is this generally how people go about hosting in all places? Host the mobile apps via the app listing process for Android and iOS, and then pick a 3rd party hosting service for the web portion of the flutter app? Any tips are appreciated, thanks.
December 22, 2020 at 02:12AM by OwnLie1989
https://ift.tt/2JaKZfn
Flutter and FireBase: Would Firebase hosting be for just the web portion of our flutter project?
Hi All, I'm working on an application that will run on iOS, web, and Android. When creating the app for web on the firebase console, it asks if I want to use firebase hosting for the web app. So I proceed with that. After, it tells me to use firebase commands to login and deploy:You can deploy now or later. To deploy now, open a terminal window, then navigate to or create a root directory for your web app.Sign in to Googlefirebase loginInitiate your projectRun this command from your app’s root directory:firebase initWhen you’re ready, deploy your web appPut your static files (e.g., HTML, CSS, JS) in your app’s deploy directory (the default is “public”). Then, run this command from your app’s root directory:firebase deployThis is all great, but when I run firebase init inside appName/web/, I'm met with the warning:Before we get started, keep in mind:* You are currently outside your home directoryThis is what I want, correct? Since firebase is assuming the parent level is the whole website (wherein my case the parent level is the entire flutter project, and the "parent level" for the web-portion is app/web, correct?The general flow will be that firebase hosting *could* be used for the web portion of my flutter app (and I'm already going to be using firebase for auth, so why not), and that the Android and iOS apps will be hosted separately. Is this generally how people go about hosting in all places? Host the mobile apps via the app listing process for Android and iOS, and then pick a 3rd party hosting service for the web portion of the flutter app? Any tips are appreciated, thanks.
December 22, 2020 at 02:12AM by OwnLie1989
https://ift.tt/2JaKZfn
New post on Flutter Dev Google group:
i just can't install flutter
i've install it already but then they give me an error then i lookup on stack overflow somebody said i have to change the path but then after i change the path my program seem to have more error then i remove the android studio but still there still 4 error so can you help me fix it please
December 22, 2020 at 06:29AM by Natthaphat Muanpej
https://ift.tt/34wigsL
i just can't install flutter
i've install it already but then they give me an error then i lookup on stack overflow somebody said i have to change the path but then after i change the path my program seem to have more error then i remove the android studio but still there still 4 error so can you help me fix it please
December 22, 2020 at 06:29AM by Natthaphat Muanpej
https://ift.tt/34wigsL
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:
Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged; final
December 22, 2020 at 08:59AM by Usama Altaf
https://ift.tt/3pfQ6dy
Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged; final
December 22, 2020 at 08:59AM by Usama Altaf
https://ift.tt/3pfQ6dy
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:
Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged;
December 22, 2020 at 09:04AM by Usama Altaf
https://ift.tt/3hh92pK
Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged;
December 22, 2020 at 09:04AM by Usama Altaf
https://ift.tt/3hh92pK
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 or React Native with Expo for simultaneous mobile and web app development?
I am thinking about making an app that would be very similar in functionality and appearance across mobile and desktop, similar to Tinder, for instance. I was wondering if the ability for Flutter or React Native to run on web was robust enough at this point in time and which particular technology is better.
December 22, 2020 at 09:12AM by ChoteBoi
https://ift.tt/2KN0yKR
Flutter or React Native with Expo for simultaneous mobile and web app development?
I am thinking about making an app that would be very similar in functionality and appearance across mobile and desktop, similar to Tinder, for instance. I was wondering if the ability for Flutter or React Native to run on web was robust enough at this point in time and which particular technology is better.
December 22, 2020 at 09:12AM by ChoteBoi
https://ift.tt/2KN0yKR
reddit
Flutter or React Native with Expo for simultaneous mobile and web...
I am thinking about making an app that would be very similar in functionality and appearance across mobile and desktop, similar to Tinder, for...
New post on /r/flutterdev subreddit:
Complete E-Commerce App 12+ Screens - Flutter UI
https://youtu.be/YEJPg2jwzI8
December 22, 2020 at 08:16AM by anwarabir
https://ift.tt/3riSAJX
Complete E-Commerce App 12+ Screens - Flutter UI
https://youtu.be/YEJPg2jwzI8
December 22, 2020 at 08:16AM by anwarabir
https://ift.tt/3riSAJX
YouTube
Onboarding Screen - Complete E-Commerce App Flutter UI - Ep 1 - Speed Code
This is the first part of our complete e-commerce app, where I will share with you how you can create a nice clean onboarding screen for your e-commerce app that can run both Andriod and iOS devices because it builds with #flutter.
►Starting Code: http…
►Starting Code: http…
New post on Flutter Dev Google group:
Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection ```class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged;
December 22, 2020 at 09:11AM by Usama Altaf
https://ift.tt/2JbF1Ln
Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection ```class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged;
December 22, 2020 at 09:11AM by Usama Altaf
https://ift.tt/2JbF1Ln
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:
Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged; final
December 22, 2020 at 09:12AM by Usama Altaf
https://ift.tt/38oKG9m
Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged; final
December 22, 2020 at 09:12AM by Usama Altaf
https://ift.tt/38oKG9m
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:
Can Dart talk to R ?
Suppose i want to make a statistics app, can Dart talk to R ? Thanks
December 22, 2020 at 09:45AM by kinkychow
https://ift.tt/3mFOOHd
Can Dart talk to R ?
Suppose i want to make a statistics app, can Dart talk to R ? Thanks
December 22, 2020 at 09:45AM by kinkychow
https://ift.tt/3mFOOHd
reddit
Can Dart talk to R ?
Suppose i want to make a statistics app, can Dart talk to R ? Thanks
New post on /r/flutterdev subreddit:
Introducing Flutter Starter: Guide to building a Hacker News App
Flutter Starter is an open-source starter kit for building production-level apps in a jiffy.It helps you bootstrap projects with all the essential modules like State Management, API calls, Styleguide, etc. Handle everything at one place so you don't have to rewrite code.Here's a quick look at how to build a Hacker News App- https://techblog.geekyants.com/flutter-starter-guide-to-building-a-hacker-news-app
December 22, 2020 at 12:28PM by Maheshwari_Shukla
https://ift.tt/3rnMrwq
Introducing Flutter Starter: Guide to building a Hacker News App
Flutter Starter is an open-source starter kit for building production-level apps in a jiffy.It helps you bootstrap projects with all the essential modules like State Management, API calls, Styleguide, etc. Handle everything at one place so you don't have to rewrite code.Here's a quick look at how to build a Hacker News App- https://techblog.geekyants.com/flutter-starter-guide-to-building-a-hacker-news-app
December 22, 2020 at 12:28PM by Maheshwari_Shukla
https://ift.tt/3rnMrwq
GeekyAnts Tech Blog
Flutter Starter: Guide to building a Hacker News App
Are you confused about how to get started with Flutter? Use Flutter Starter to create a functional Hacker News App in no time! Flutter Starter is a kit that enables coders to build production-ready apps. It has API configurations, state management, U...
New post on /r/flutterdev subreddit:
Gradient Floating Action button with hide on Scroll
https://ift.tt/3rktpXD
December 22, 2020 at 01:38PM by LopsidedResearcher
https://ift.tt/37HskkO
Gradient Floating Action button with hide on Scroll
https://ift.tt/3rktpXD
December 22, 2020 at 01:38PM by LopsidedResearcher
https://ift.tt/37HskkO
Dart packages
gradient_fab | Flutter Package
A new Flutter package project.
New post on /r/flutterdev subreddit:
App Feedback Thread - December 22, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
December 22, 2020 at 01:32PM by AutoModerator
https://ift.tt/3rniHzq
App Feedback Thread - December 22, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
December 22, 2020 at 01:32PM by AutoModerator
https://ift.tt/3rniHzq
reddit
App Feedback Thread - December 22, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...
New post on /r/flutterdev subreddit:
Admin Panel Of Food Delivery App🍕
Have you ever seen how the Admin Panel Of any real world application works? Well, Give it a look over the Admin Panel of Pizzato!📱📹Video : https://youtu.be/R-SfR0PF4O8📺Table of content :✔️ Learn How Admin Panel Works✔️ Fetching Customer Orders✔️ Rendering Google Map Location Over The Coordinates Of User's Address✔️ Async States For Delivery Of Pizza✔️ Delivery Boy's Perspective Over Food Delivery AppIf you find this video helpful, Give it a LIKE, COMMENT AND PLEASE SHARE among your friends❤️
December 22, 2020 at 02:00PM by angeldragonn321
https://ift.tt/3pfsLZv
Admin Panel Of Food Delivery App🍕
Have you ever seen how the Admin Panel Of any real world application works? Well, Give it a look over the Admin Panel of Pizzato!📱📹Video : https://youtu.be/R-SfR0PF4O8📺Table of content :✔️ Learn How Admin Panel Works✔️ Fetching Customer Orders✔️ Rendering Google Map Location Over The Coordinates Of User's Address✔️ Async States For Delivery Of Pizza✔️ Delivery Boy's Perspective Over Food Delivery AppIf you find this video helpful, Give it a LIKE, COMMENT AND PLEASE SHARE among your friends❤️
December 22, 2020 at 02:00PM by angeldragonn321
https://ift.tt/3pfsLZv
YouTube
Admin Panel - Pizzato🍕 | Flutter Food Ordering App With Backend | Flutter Food App
Learn About How The Food Delivery App Looks Under The Perspective Of Delivery Boy Under Pizzato - The Food Ordering App! | Flutter Food Ordering App With Backend |Flutter Food App
📢Assets Used : https://drive.google.com/drive/folders/1XiQb4K1kQUhd9U6VSo…
📢Assets Used : https://drive.google.com/drive/folders/1XiQb4K1kQUhd9U6VSo…
New post on Flutter Dev Google group:
ScrollController in StatelessWidget
Hi everybody, I am a bit confusing to use ScrollController in StatelessWidget. I have my Bloc class to control state change so I my widget is only inherited from StatelessWidget. There is a ListView in the Widget. And I create a local variable of ScrollController to control the initialScrollOffse
December 22, 2020 at 04:07PM by Steve Lai
https://ift.tt/3rmwyWM
ScrollController in StatelessWidget
Hi everybody, I am a bit confusing to use ScrollController in StatelessWidget. I have my Bloc class to control state change so I my widget is only inherited from StatelessWidget. There is a ListView in the Widget. And I create a local variable of ScrollController to control the initialScrollOffse
December 22, 2020 at 04:07PM by Steve Lai
https://ift.tt/3rmwyWM
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:
7. Best Practices for your Flutter Project
https://youtu.be/bn5e95b3uLY
December 22, 2020 at 03:52PM by MyracleDesign
https://ift.tt/2WEqiM8
7. Best Practices for your Flutter Project
https://youtu.be/bn5e95b3uLY
December 22, 2020 at 03:52PM by MyracleDesign
https://ift.tt/2WEqiM8
YouTube
7. Best Practices for your Flutter Project
Flutter is now more and more mature and we need best practices for that. On the following Tweet, we worked together on the best practices for Flutter that we will discuss in this video.
https://twitter.com/flutter_exp/status/1333777067499020289
#BestPractices…
https://twitter.com/flutter_exp/status/1333777067499020289
#BestPractices…
New post on /r/flutterdev subreddit:
Ask for user location : Geolocator , Google Maps API or other?
Hi guys, I need to get the user location with address, city...But I don't need to calculate distances, or other...At least I could show the user location and one more location on the map but no more.What do you suggest me to use? I'm using the "geolocator" package because it's free.I would like to use Google Maps API but I read on the internet that it could cost so I would like to avoid it for now because I don't have a great budget and I didn't get how to update Google Maps to 4.1.0.0 on Mac.I'm developing an application.
December 22, 2020 at 03:46PM by _seeking_answers
https://ift.tt/2WGcbWk
Ask for user location : Geolocator , Google Maps API or other?
Hi guys, I need to get the user location with address, city...But I don't need to calculate distances, or other...At least I could show the user location and one more location on the map but no more.What do you suggest me to use? I'm using the "geolocator" package because it's free.I would like to use Google Maps API but I read on the internet that it could cost so I would like to avoid it for now because I don't have a great budget and I didn't get how to update Google Maps to 4.1.0.0 on Mac.I'm developing an application.
December 22, 2020 at 03:46PM by _seeking_answers
https://ift.tt/2WGcbWk
reddit
Ask for user location : Geolocator , Google Maps API or other?
Hi guys, I need to get the user location with address, city...But I don't need to calculate distances, or other...At least I could show the user...
New post on /r/flutterdev subreddit:
I open-sourced the code I used for the #FlutterCounterChallenge2020
https://ift.tt/3hcGGgo
December 22, 2020 at 04:15PM by lets4r
https://ift.tt/3rvgF0u
I open-sourced the code I used for the #FlutterCounterChallenge2020
https://ift.tt/3hcGGgo
December 22, 2020 at 04:15PM by lets4r
https://ift.tt/3rvgF0u
GitHub
letsar/flutter_counter_challenge_2020
A set of counter apps made for #FlutterCounterChallenge2020 - letsar/flutter_counter_challenge_2020
New post on /r/flutterdev subreddit:
Flutter Tutorial - Barcode Scanner App (Johannes Milke)
https://www.youtube.com/watch?v=Ezzx0eIB4WM
December 22, 2020 at 06:22PM by JohannesMilke
https://ift.tt/34BAN7c
Flutter Tutorial - Barcode Scanner App (Johannes Milke)
https://www.youtube.com/watch?v=Ezzx0eIB4WM
December 22, 2020 at 06:22PM by JohannesMilke
https://ift.tt/34BAN7c
YouTube
Flutter Tutorial - Barcode Scanner App
Let's build a Generate & Scan Barcode app with Flutter with which you can share barcodes & information easily.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…