New post on /r/flutterdev subreddit:
Flutter # 2 struktura va qanday filelar borligi uzbek language
Flutter structure and how to add plugins example
January 04, 2021 at 06:05AM by Mukhammadjon
https://ift.tt/3ocK2CF
Flutter # 2 struktura va qanday filelar borligi uzbek language
Flutter structure and how to add plugins example
January 04, 2021 at 06:05AM by Mukhammadjon
https://ift.tt/3ocK2CF
reddit
Flutter # 2 struktura va qanday filelar borligi uzbek language
Flutter structure and how to add plugins example
New post on Flutter Dev Google group:
i am new to flutter installing with git getting this error
flutter location C:\src|flutter|bin Windows 7 SP1 i am using
January 04, 2021 at 07:52AM by Sangaraju Vamsi Krishna
https://ift.tt/3rJVnw2
i am new to flutter installing with git getting this error
flutter location C:\src|flutter|bin Windows 7 SP1 i am using
January 04, 2021 at 07:52AM by Sangaraju Vamsi Krishna
https://ift.tt/3rJVnw2
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:
flex_color_scheme | A Flutter package to make and use beautiful color scheme based MaterialApp themes.
https://ift.tt/3mrmcBu
January 04, 2021 at 08:24AM by Purple_Pizzazz
https://ift.tt/3pKIIXV
flex_color_scheme | A Flutter package to make and use beautiful color scheme based MaterialApp themes.
https://ift.tt/3mrmcBu
January 04, 2021 at 08:24AM by Purple_Pizzazz
https://ift.tt/3pKIIXV
New post on /r/flutterdev subreddit:
Choose your Flutter web renderer
https://ift.tt/3597bOV
January 04, 2021 at 09:48AM by thehappyharis
https://ift.tt/2X7vCYv
Choose your Flutter web renderer
https://ift.tt/3597bOV
January 04, 2021 at 09:48AM by thehappyharis
https://ift.tt/2X7vCYv
New post on Flutter Dev Google group:
Flutter map
Hello , Is there anyone who has knowledge in flutter map? I am working on an app which uses functionalities like google .But, I am using the flutter map package for this..I want to integrate a bus stop and route functionality like google .If anyone has knowledge please help me.
January 04, 2021 at 11:18AM by sona
https://ift.tt/3rZosE7
Flutter map
Hello , Is there anyone who has knowledge in flutter map? I am working on an app which uses functionalities like google .But, I am using the flutter map package for this..I want to integrate a bus stop and route functionality like google .If anyone has knowledge please help me.
January 04, 2021 at 11:18AM by sona
https://ift.tt/3rZosE7
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:
Learn Flutter and get a Job
Are you seeking to learn Flutter to get a job ? Just take our course and learn to make professional projects in Flutter !!!Check out the course from here to get personal help through comments section.
January 04, 2021 at 11:44AM by FlutterTutor
https://ift.tt/388oQIh
Learn Flutter and get a Job
Are you seeking to learn Flutter to get a job ? Just take our course and learn to make professional projects in Flutter !!!Check out the course from here to get personal help through comments section.
January 04, 2021 at 11:44AM by FlutterTutor
https://ift.tt/388oQIh
reddit
Learn Flutter and get a Job
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Shopify as backend, Flutter as frontend
Hi, Im learning flutter by building. Im trying to connect a Shopify Rest API with fluttrt UI ecommerce.Would love for any references that can help me do that, tips, and help!I did not build the UI yet, Im trying to figure out if this a good thing or not.It will be fast? To load products / collections? What about the performence? Loading the cart? Searching?Thanks!
January 04, 2021 at 12:50PM by haythameg
https://ift.tt/359WBHr
Shopify as backend, Flutter as frontend
Hi, Im learning flutter by building. Im trying to connect a Shopify Rest API with fluttrt UI ecommerce.Would love for any references that can help me do that, tips, and help!I did not build the UI yet, Im trying to figure out if this a good thing or not.It will be fast? To load products / collections? What about the performence? Loading the cart? Searching?Thanks!
January 04, 2021 at 12:50PM by haythameg
https://ift.tt/359WBHr
reddit
Shopify as backend, Flutter as frontend
Hi, Im learning flutter by building. Im trying to connect a Shopify Rest API with fluttrt UI ecommerce. Would love for any references that can...
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 70! - Happy New Year 2021. Tutorials, videos, packages, and much more!
https://ift.tt/3pKOIzZ
January 04, 2021 at 12:14PM by vensign
https://ift.tt/388sTUZ
Flutter Tap Weekly Newsletter Week 70! - Happy New Year 2021. Tutorials, videos, packages, and much more!
https://ift.tt/3pKOIzZ
January 04, 2021 at 12:14PM by vensign
https://ift.tt/388sTUZ
Fluttertap
Newsletter Issue 70
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 70
New post on /r/flutterdev subreddit:
Flutter Shopping App prototype (Advanced code example)
Hey everyone,I have created a Shopping App Prototype: https://github.com/mkobuolys/shopping-app-prototypeThe main idea WAS NOT to implement some kind of complete e-commerce application, which you could use for your own shopping-related purposes, but to use various popular packages, state management solutions, investigate how things work together and prepare a working example having a production-quality code in mind.A list of some features you could find in this example:State management using BLoC;Immutable state, models;Lazy loading implemented as infinite list;Loaded products' caching;Material Design UI (not great, not terrible);Clean code structure: code is separated to modules by feature, commonly used components, utils, constants are extracted;Best Buy API client is implemented as a separate Dart package.Unit/widget tests covering pretty much the whole code.For now, there is only the code provided in the repository which you could play with, but I will prepare a Medium article later this month on some details, interesting parts and challenges I came to while implementing this example - so stay tuned!Mangirdas
https://mkobuolys.medium.com/
January 04, 2021 at 01:34PM by mkobuolys
https://ift.tt/3hEpiRR
Flutter Shopping App prototype (Advanced code example)
Hey everyone,I have created a Shopping App Prototype: https://github.com/mkobuolys/shopping-app-prototypeThe main idea WAS NOT to implement some kind of complete e-commerce application, which you could use for your own shopping-related purposes, but to use various popular packages, state management solutions, investigate how things work together and prepare a working example having a production-quality code in mind.A list of some features you could find in this example:State management using BLoC;Immutable state, models;Lazy loading implemented as infinite list;Loaded products' caching;Material Design UI (not great, not terrible);Clean code structure: code is separated to modules by feature, commonly used components, utils, constants are extracted;Best Buy API client is implemented as a separate Dart package.Unit/widget tests covering pretty much the whole code.For now, there is only the code provided in the repository which you could play with, but I will prepare a Medium article later this month on some details, interesting parts and challenges I came to while implementing this example - so stay tuned!Mangirdas
https://mkobuolys.medium.com/
January 04, 2021 at 01:34PM by mkobuolys
https://ift.tt/3hEpiRR
GitHub
GitHub - mkobuolys/shopping-app-prototype: A Shopping App prototype
A Shopping App prototype. Contribute to mkobuolys/shopping-app-prototype development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Complete Flutter tutorial
I am uploading a Flutter tutorial on my channel. Interested people may check it out here
January 04, 2021 at 02:25PM by FlutterTutor
https://ift.tt/38WWcck
Complete Flutter tutorial
I am uploading a Flutter tutorial on my channel. Interested people may check it out here
January 04, 2021 at 02:25PM by FlutterTutor
https://ift.tt/38WWcck
reddit
Complete Flutter tutorial
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Complete Flutter Tutorial
I am uploading a Flutter tutorial on my channel. Interested people can check it out here
January 04, 2021 at 02:02PM by FlutterGuy2
https://ift.tt/2X5JzpS
Complete Flutter Tutorial
I am uploading a Flutter tutorial on my channel. Interested people can check it out here
January 04, 2021 at 02:02PM by FlutterGuy2
https://ift.tt/2X5JzpS
New post on /r/flutterdev subreddit:
Making a Game in flutter
Is it possible to make a game in flutter? Like snake and Tetris.
January 04, 2021 at 01:55PM by Kronahs
https://ift.tt/390sYJK
Making a Game in flutter
Is it possible to make a game in flutter? Like snake and Tetris.
January 04, 2021 at 01:55PM by Kronahs
https://ift.tt/390sYJK
New post on /r/flutterdev subreddit:
Postman-inspired custom canvas animation
https://twitter.com/creativemaybeno/status/1346101868079042561?s=20
January 04, 2021 at 03:45PM by creativemaybeno
https://ift.tt/3hJTY4e
Postman-inspired custom canvas animation
https://twitter.com/creativemaybeno/status/1346101868079042561?s=20
January 04, 2021 at 03:45PM by creativemaybeno
https://ift.tt/3hJTY4e
Twitter
creativecreatorormaybenot
Created a new funvas animation 🎉 Inspired by @Olumidenwosu 🙂 (who was inspired by @getpostman) Note: all of my funvas animations loop perfectly 🙃 source code: https://t.co/Oxg32ubZ5B https://t.co/08BNOBEMzc
New post on /r/flutterdev subreddit:
Who wants the source video on developing Uber app?
I paid for some advance tutorial on mobile app development with flutter.. Just in case anyone wants to get it a low price... it's a full completed video course..wish I can show my desktop screenshot for you guys
January 04, 2021 at 03:40PM by IamFromNigeria
https://ift.tt/3b8tKam
Who wants the source video on developing Uber app?
I paid for some advance tutorial on mobile app development with flutter.. Just in case anyone wants to get it a low price... it's a full completed video course..wish I can show my desktop screenshot for you guys
January 04, 2021 at 03:40PM by IamFromNigeria
https://ift.tt/3b8tKam
reddit
Who wants the source video on developing Uber app?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
FOSS Flutter Document Scanner
https://ift.tt/2WbR1Ql
January 03, 2021 at 07:05AM by Strict-Visual
https://ift.tt/3nhmsmJ
FOSS Flutter Document Scanner
https://ift.tt/2WbR1Ql
January 03, 2021 at 07:05AM by Strict-Visual
https://ift.tt/3nhmsmJ
Google Play
OpenScan - Free Document Scanner App - Apps on Google Play
Document Scanner. No ads. Open source.
New post on /r/flutterdev subreddit:
8GB or 16GB memory M1 Mac Mini for Android Studio & Flutter development?
Is the 8GB memory M1 Mac Mini sufficient to develop apps using Android Studio & Flutter or do you need the 16GB M1 Mac Mini?Let's find out by simulating and profiling a typical development environment with Chrome, Android Studio, Flutter Gallery sample project, iOS and Android emulators/simulators and a command-line terminal.https://youtu.be/uaSodOP-bfY
January 04, 2021 at 04:50PM by krishdee
https://ift.tt/38X9gyt
8GB or 16GB memory M1 Mac Mini for Android Studio & Flutter development?
Is the 8GB memory M1 Mac Mini sufficient to develop apps using Android Studio & Flutter or do you need the 16GB M1 Mac Mini?Let's find out by simulating and profiling a typical development environment with Chrome, Android Studio, Flutter Gallery sample project, iOS and Android emulators/simulators and a command-line terminal.https://youtu.be/uaSodOP-bfY
January 04, 2021 at 04:50PM by krishdee
https://ift.tt/38X9gyt
YouTube
8GB or 16GB memory M1 Mac Mini for Android Studio & Flutter development?
Is the 8GB memory M1 Mac Mini sufficient to develop apps using Android Studio & Flutter or do you need the 16GB M1 Mac Mini?
Let's find out by simulating and profiling a typical development environment with Chrome, Android Studio, Flutter Gallery sample…
Let's find out by simulating and profiling a typical development environment with Chrome, Android Studio, Flutter Gallery sample…
New post on /r/flutterdev subreddit:
Host Your Flutter App/Website on Firebase | Flutter WebApp Tutorial
https://youtube.com/watch?v=VEWggxfeh1Q
January 04, 2021 at 04:19PM by backslashflutter
https://ift.tt/3591vEv
Host Your Flutter App/Website on Firebase | Flutter WebApp Tutorial
https://youtube.com/watch?v=VEWggxfeh1Q
January 04, 2021 at 04:19PM by backslashflutter
https://ift.tt/3591vEv
YouTube
Host Your Flutter App/Website on Firebase | Flutter WebApp Tutorial for Beginners (Updated)
Wanna host your flutter app/website on firebase? This is Flutter WebApp Tutorial for Beginners.
In this video, I will share with you how you can upload your web project to Firebase Hosting in simple steps. From installing the firebase-tools using npm to…
In this video, I will share with you how you can upload your web project to Firebase Hosting in simple steps. From installing the firebase-tools using npm to…
New post on /r/flutterdev subreddit:
First episode of Flutter FM - Why testing is not easy?
https://ift.tt/3ohBASs
January 04, 2021 at 05:30PM by erluxman
https://ift.tt/2KQF8Nj
First episode of Flutter FM - Why testing is not easy?
https://ift.tt/3ohBASs
January 04, 2021 at 05:30PM by erluxman
https://ift.tt/2KQF8Nj
Anchor
Why testing is not easy? by Flutter FM • A podcast on Anchor
Laxman, Bigyan and Avinath discuss about their part of journey in Writing test and Test driven development.
New post on Flutter Dev Google group:
flutter is not recognised
C:\Users\HP>flutter 'where' is not recognized as an internal or external command, operable program or batch file. Error: Unable to find git in your PATH. C:\Users\HP>git version git version 2.30.0.windows.1 C:\Users\HP> why i am having this error.
January 04, 2021 at 06:45PM by moudud AHMED
https://ift.tt/3b5ceU7
flutter is not recognised
C:\Users\HP>flutter 'where' is not recognized as an internal or external command, operable program or batch file. Error: Unable to find git in your PATH. C:\Users\HP>git version git version 2.30.0.windows.1 C:\Users\HP> why i am having this error.
January 04, 2021 at 06:45PM by moudud AHMED
https://ift.tt/3b5ceU7
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:
Unique and permanent device identifier (Android)
Hi.Is there any option to get a permanent and unique device identifier for android? I tried to use device_info but after updating the application the ID changes. I was also using flutter_udid plugin which was supposed to solve the problem but the effect was the same.I want to be able to recognize user's phone on the server side to confirm that it's him without login etc. Does anyone know any solution that would work on most android versions?
January 04, 2021 at 07:12PM by Kacper1263
https://ift.tt/2KZyNPy
Unique and permanent device identifier (Android)
Hi.Is there any option to get a permanent and unique device identifier for android? I tried to use device_info but after updating the application the ID changes. I was also using flutter_udid plugin which was supposed to solve the problem but the effect was the same.I want to be able to recognize user's phone on the server side to confirm that it's him without login etc. Does anyone know any solution that would work on most android versions?
January 04, 2021 at 07:12PM by Kacper1263
https://ift.tt/2KZyNPy
reddit
Unique and permanent device identifier (Android)
Hi. Is there any option to get a permanent and unique device identifier for android? I tried to use device\_info but after updating the...
New post on /r/flutterdev subreddit:
Social Media App #1 Landing Page And Firebase Setup
https://youtu.be/p5etzdPqcnY
January 04, 2021 at 02:00PM by angeldragonn321
https://ift.tt/35bxvaW
Social Media App #1 Landing Page And Firebase Setup
https://youtu.be/p5etzdPqcnY
January 04, 2021 at 02:00PM by angeldragonn321
https://ift.tt/35bxvaW
YouTube
theSocial #1 - Landing Screen | Flutter Social Media App With Backend | Flutter Social Media App
Let's Setup The Firebase With Our Flutter App And Create A Landing Screen Along With Splash Screen Under Of | Flutter Social Media App Firebase | Flutter Social Media App With Backend | Flutter Social Media App With Backend | Flutter Social Media App With…