New post on /r/flutterdev subreddit:
World Time App
https://ift.tt/3mqMyEc
November 27, 2020 at 06:38PM by imsachinshah
https://ift.tt/3mhWrUI
World Time App
https://ift.tt/3mqMyEc
November 27, 2020 at 06:38PM by imsachinshah
https://ift.tt/3mhWrUI
reddit
Hey Everyone! I am currently learning App Development Using...
Posted in u/imsachinshah • 1 point and 1 comment
New post on /r/flutterdev subreddit:
Flutter Riverpod Tutorial - The Better Provider (Reso Coder)
https://www.youtube.com/watch?v=atwWbkBdepE
November 27, 2020 at 10:47PM by Elixane
https://ift.tt/3mfHxOZ
Flutter Riverpod Tutorial - The Better Provider (Reso Coder)
https://www.youtube.com/watch?v=atwWbkBdepE
November 27, 2020 at 10:47PM by Elixane
https://ift.tt/3mfHxOZ
YouTube
Flutter Riverpod Tutorial - The Better Provider
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-riverpod
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Riverpod is the response to all the…
https://resocoder.com/flutter-riverpod
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Riverpod is the response to all the…
New post on /r/flutterdev subreddit:
Flutter Map App
A Map App made on FLutter along with Firestore/Firebase backend and Google Maps API. A replica/clone of Uber: able to get directions to locations of users on the app.Detect the current location of the userUse Geocoding for converting addresses to coordinates and vice versaAdd Markers to the Map ViewDraw the route between two places using Polylines and Directions APILive location is also available or manually specify location.source code:(https://github.com/shehriyarmalik/flutterMaps)
November 27, 2020 at 10:44PM by shehriyar_
https://ift.tt/2Jfu2jZ
Flutter Map App
A Map App made on FLutter along with Firestore/Firebase backend and Google Maps API. A replica/clone of Uber: able to get directions to locations of users on the app.Detect the current location of the userUse Geocoding for converting addresses to coordinates and vice versaAdd Markers to the Map ViewDraw the route between two places using Polylines and Directions APILive location is also available or manually specify location.source code:(https://github.com/shehriyarmalik/flutterMaps)
November 27, 2020 at 10:44PM by shehriyar_
https://ift.tt/2Jfu2jZ
GitHub
GitHub - shehriyarmalik/flutterMaps
Contribute to shehriyarmalik/flutterMaps development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Monitor layout changes on your mobile app
On my mobile developer career it was always hard to control which layout changes was made before a release. Sometimes the changes isn't good enough to product team or has some info that mustn't be there. Do you remember of nissan developer busted for copying code from stack overflow? (www.theverge.com/tldr/2016/5/4/11593084/dont-get-busted-copying-code-from-stack-overflow)The process to control the changes is very massive. Usually is like either open the app screen by screen and simulate an user or see screenshots of UI tests one by one and compare them. It is specially hard to small teams because this process waste too much time.I'm creating the LayoutDiff to help my team control layout changes effortlessly and integrated with development process improving the accuracy of quality assurance and getting fast visual feedbacks.To know more about it click on the below link:https://www.layoutdiff.comThe first open source project is free!
November 28, 2020 at 02:49AM by andrelramos
https://ift.tt/39m2DaB
Monitor layout changes on your mobile app
On my mobile developer career it was always hard to control which layout changes was made before a release. Sometimes the changes isn't good enough to product team or has some info that mustn't be there. Do you remember of nissan developer busted for copying code from stack overflow? (www.theverge.com/tldr/2016/5/4/11593084/dont-get-busted-copying-code-from-stack-overflow)The process to control the changes is very massive. Usually is like either open the app screen by screen and simulate an user or see screenshots of UI tests one by one and compare them. It is specially hard to small teams because this process waste too much time.I'm creating the LayoutDiff to help my team control layout changes effortlessly and integrated with development process improving the accuracy of quality assurance and getting fast visual feedbacks.To know more about it click on the below link:https://www.layoutdiff.comThe first open source project is free!
November 28, 2020 at 02:49AM by andrelramos
https://ift.tt/39m2DaB
The Verge
Nissan app developer busted for copying code from Stack Overflow
But anyone who may...
New post on /r/flutterdev subreddit:
Philz Coffee UI in Flutter
https://ift.tt/2JgJADM
November 28, 2020 at 05:04AM by bimsina
https://ift.tt/3l8WoJG
Philz Coffee UI in Flutter
https://ift.tt/2JgJADM
November 28, 2020 at 05:04AM by bimsina
https://ift.tt/3l8WoJG
GitHub
bimsina/philzcoffee_flutter
Contribute to bimsina/philzcoffee_flutter development by creating an account on GitHub.
New post on Flutter Dev Google group:
Desktop Application
I am creating desktop application from an existing app. The command given in documentation is : flutter create . Running this command in the root of project directory I am getting this error "MyAppName" is not a valid Dart package name. Can somebody help??
November 28, 2020 at 10:56AM by Sharanya
https://ift.tt/33nwKLb
Desktop Application
I am creating desktop application from an existing app. The command given in documentation is : flutter create . Running this command in the root of project directory I am getting this error "MyAppName" is not a valid Dart package name. Can somebody help??
November 28, 2020 at 10:56AM by Sharanya
https://ift.tt/33nwKLb
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:
Document oriented databases in Flutter
I've recently stumbled across Flutter and I like it very much, so as my CS study is coming to an end, and with it the thesis that I have to write, I've decided to write about Document oriented databases available in Flutter, so i've searched through pub.dev and https://fluttergems.dev/ and found some of packages:FirestoreSembastObjectDBMongoDBNow I would like to ask you, if anyone has stumbled over any other document oriented database or if other not particular document oriented databases have an different implementation that allows the database to support saving documents, becouse it will help me A LOT.Thanks for your suggestions infront.
November 28, 2020 at 12:11PM by jurkko
https://ift.tt/3q7hmME
Document oriented databases in Flutter
I've recently stumbled across Flutter and I like it very much, so as my CS study is coming to an end, and with it the thesis that I have to write, I've decided to write about Document oriented databases available in Flutter, so i've searched through pub.dev and https://fluttergems.dev/ and found some of packages:FirestoreSembastObjectDBMongoDBNow I would like to ask you, if anyone has stumbled over any other document oriented database or if other not particular document oriented databases have an different implementation that allows the database to support saving documents, becouse it will help me A LOT.Thanks for your suggestions infront.
November 28, 2020 at 12:11PM by jurkko
https://ift.tt/3q7hmME
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
Reflectly UI
An onboarding UI replica of popular Flutter masterpiece app Reflectly with avatar glow and delayed animation.It includes the animation with delayed effects. Go check it out.source code: https://github.com/shehriyarmalik/ReflectlyUI
November 28, 2020 at 12:49PM by shehriyar_
https://ift.tt/3fLbJiv
Reflectly UI
An onboarding UI replica of popular Flutter masterpiece app Reflectly with avatar glow and delayed animation.It includes the animation with delayed effects. Go check it out.source code: https://github.com/shehriyarmalik/ReflectlyUI
November 28, 2020 at 12:49PM by shehriyar_
https://ift.tt/3fLbJiv
GitHub
GitHub - shehriyarmalik/ReflectlyUI
Contribute to shehriyarmalik/ReflectlyUI development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Store Image as String in SQLite Database in Flutter
https://ift.tt/3mhL2V9
November 28, 2020 at 12:27PM by rrtutors
https://ift.tt/3lgAp3F
Store Image as String in SQLite Database in Flutter
https://ift.tt/3mhL2V9
November 28, 2020 at 12:27PM by rrtutors
https://ift.tt/3lgAp3F
Rrtutors
Store Image as String in SQLite Database in Flutter
Save Image in SQLite database, SQFLite
New post on /r/flutterdev subreddit:
Food Ordering App - Detail Screen With Stack Widget
https://youtu.be/aCBL1h0jljg
November 28, 2020 at 01:59PM by draculamasterwinzy
https://ift.tt/3lgrajQ
Food Ordering App - Detail Screen With Stack Widget
https://youtu.be/aCBL1h0jljg
November 28, 2020 at 01:59PM by draculamasterwinzy
https://ift.tt/3lgrajQ
YouTube
Detail Screen | Flutter Food Ordering App With Backend | FlutterFood Ordering App | Flutter Food App
Let's code a Detail Screen For Pizzato with help of Cloud Firestore and Stack Widget ! Detail Screen With Stack Widget - Pizzato🍕 Flutter Food Ordering App With Backend🍕 | Flutter Food Ordering App | Flutter Food App
⛄Support Me(please) To Get Complete…
⛄Support Me(please) To Get Complete…
New post on /r/flutterdev subreddit:
How To Debug Flutter Apps with DevTools
https://youtu.be/b4dCHbINmyk
November 28, 2020 at 02:20PM by immacoder
https://ift.tt/3o8Ydbv
How To Debug Flutter Apps with DevTools
https://youtu.be/b4dCHbINmyk
November 28, 2020 at 02:20PM by immacoder
https://ift.tt/3o8Ydbv
YouTube
How to Debug Flutter Apps with DevTools
How to Debug Flutter Apps with DevTools
One of the big differences between a Professional Developer and a Beginner is the ability to debug problems quickly and efficiently. Flutter provides a powerful tool to assist you in debugging your issues. It's called…
One of the big differences between a Professional Developer and a Beginner is the ability to debug problems quickly and efficiently. Flutter provides a powerful tool to assist you in debugging your issues. It's called…
New post on /r/flutterdev subreddit:
Flutter desktop - custom window titlebar, minimize, maximize, close buttons on Windows
https://www.youtube.com/watch?v=bee2AHQpGK4&t=5s
November 28, 2020 at 03:22PM by bitsdojo
https://ift.tt/2Vem5Oy
Flutter desktop - custom window titlebar, minimize, maximize, close buttons on Windows
https://www.youtube.com/watch?v=bee2AHQpGK4&t=5s
November 28, 2020 at 03:22PM by bitsdojo
https://ift.tt/2Vem5Oy
YouTube
Flutter desktop - custom window title bar, minimize, maximize, close buttons on Windows
This video shows how you can hide the standard Windows title bar and display your own using Flutter.
Packages used: https://pub.dev/packages/bitsdojo_window
You can also find me on Twitter:
https://twitter.com/callmebit
Packages used: https://pub.dev/packages/bitsdojo_window
You can also find me on Twitter:
https://twitter.com/callmebit
New post on /r/flutterdev subreddit:
Flutter animations on macOS
https://twitter.com/creativemaybeno/status/1332689862785458178?s=20
November 28, 2020 at 03:18PM by creativemaybeno
https://ift.tt/3o8rYJd
Flutter animations on macOS
https://twitter.com/creativemaybeno/status/1332689862785458178?s=20
November 28, 2020 at 03:18PM by creativemaybeno
https://ift.tt/3o8rYJd
Twitter
creativecreatorormaybenot
My #Flutter animation package running pretty smoothly on macOS I would say ✨ https://t.co/HypICXklkb
New post on /r/flutterdev subreddit:
The im_stepper Package version 0.1.2+8 available now!
Introducing an easier way to to control the steppers in im_stepper package. Version 0.1.2+8 available now.
November 28, 2020 at 03:05PM by imujtaba8488
https://ift.tt/33mKeqE
The im_stepper Package version 0.1.2+8 available now!
Introducing an easier way to to control the steppers in im_stepper package. Version 0.1.2+8 available now.
November 28, 2020 at 03:05PM by imujtaba8488
https://ift.tt/33mKeqE
Dart packages
im_stepper | Flutter package
A growing collection of beautiful, easy to use, stepper and page indicator widgets.
New post on Flutter Dev Google group:
Dartpad not showing when i run flutter with web support
Hi, Dartpad not showing when i run flutter with web support.. I have enabled cookies also .. What is the problem here ?[image: Screenshot 2020-11-28 at 8.49.14 PM.png] [image: Screenshot 2020-11-28 at 8.47.40 PM.png]
November 28, 2020 at 04:20PM by Vanlalhmangaiha Khiangte
https://ift.tt/3fLaGyY
Dartpad not showing when i run flutter with web support
Hi, Dartpad not showing when i run flutter with web support.. I have enabled cookies also .. What is the problem here ?[image: Screenshot 2020-11-28 at 8.49.14 PM.png] [image: Screenshot 2020-11-28 at 8.47.40 PM.png]
November 28, 2020 at 04:20PM by Vanlalhmangaiha Khiangte
https://ift.tt/3fLaGyY
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:
automatically save contacts
Hi, My name is munaim. I want to make an flutter App which *pick the number from newly arrive messages from unknown number or call from unknown number*, and save that number into my phone contact list. Thanks Regards: Munaim
November 28, 2020 at 05:24PM by munaim naeem
https://ift.tt/36dPUFc
automatically save contacts
Hi, My name is munaim. I want to make an flutter App which *pick the number from newly arrive messages from unknown number or call from unknown number*, and save that number into my phone contact list. Thanks Regards: Munaim
November 28, 2020 at 05:24PM by munaim naeem
https://ift.tt/36dPUFc
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 - SnackBar - Deep Dive (Tutorial)
https://www.youtube.com/watch?v=UkudAgCEhBI
November 28, 2020 at 05:23PM by JohannesMilke
https://ift.tt/33rYC0D
Flutter Tutorial - SnackBar - Deep Dive (Tutorial)
https://www.youtube.com/watch?v=UkudAgCEhBI
November 28, 2020 at 05:23PM by JohannesMilke
https://ift.tt/33rYC0D
YouTube
Flutter Tutorial - SnackBar - Deep Dive
Notify the user with custom messages by using SnackBars in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/snackbar_example
- Buy My Courses: ht…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/snackbar_example
- Buy My Courses: ht…
New post on /r/flutterdev subreddit:
Game jams but for mobile app dev ?
Sup guys ! I was wondering if there was anything like that where you have lets say a week to create an app with a theme or something similar ?Thanks !
November 29, 2020 at 06:13AM by GaLzZy
https://ift.tt/39lrnzX
Game jams but for mobile app dev ?
Sup guys ! I was wondering if there was anything like that where you have lets say a week to create an app with a theme or something similar ?Thanks !
November 29, 2020 at 06:13AM by GaLzZy
https://ift.tt/39lrnzX
reddit
Game jams but for mobile app dev ?
Sup guys ! I was wondering if there was anything like that where you have lets say a week to create an app with a theme or something similar...
New post on /r/flutterdev subreddit:
Explaining Flutter Scaffold with Example
https://www.instagram.com/p/CIKi-S9ACZT/?igshid=10z17vzpdfnvz
November 29, 2020 at 07:44AM by Thori_Manoj
https://ift.tt/3fJT6LT
Explaining Flutter Scaffold with Example
https://www.instagram.com/p/CIKi-S9ACZT/?igshid=10z17vzpdfnvz
November 29, 2020 at 07:44AM by Thori_Manoj
https://ift.tt/3fJT6LT
New post on Flutter Dev Google group:
Need help with shared preference within a settings menu
when I click on a switch to turn it on in the settings menu... it turns on but after clicking back button and back into the settings menu the switch is off I tried to overcome this by using the shared preference dependency, but even though am in the green still isn't working on my app: code
November 29, 2020 at 09:56AM by shahbaz shiekh
https://ift.tt/36hYsuM
Need help with shared preference within a settings menu
when I click on a switch to turn it on in the settings menu... it turns on but after clicking back button and back into the settings menu the switch is off I tried to overcome this by using the shared preference dependency, but even though am in the green still isn't working on my app: code
November 29, 2020 at 09:56AM by shahbaz shiekh
https://ift.tt/36hYsuM
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:
Seeking for your perfect app idea through the COVID-19 norm
Hei Developers! I'm currently working on a school project, and this is the theme:Create a mobile app solution that will help your selected community navigate their way through the new COVID-19 norm. The solution is literally in the palm of your hand!Example of sectors: education, business, economy, health.Anyone have any cool ideas? Do comments down below
November 29, 2020 at 09:27AM by Yiek_SH
https://ift.tt/2VbgubC
Seeking for your perfect app idea through the COVID-19 norm
Hei Developers! I'm currently working on a school project, and this is the theme:Create a mobile app solution that will help your selected community navigate their way through the new COVID-19 norm. The solution is literally in the palm of your hand!Example of sectors: education, business, economy, health.Anyone have any cool ideas? Do comments down below
November 29, 2020 at 09:27AM by Yiek_SH
https://ift.tt/2VbgubC
reddit
Seeking for your perfect app idea through the COVID-19 norm
A subreddit for Google's portable UI framework.