New post on Flutter Dev Google group:
Provider gives error after upgrading from ^3.1.0 to ^4.0.0 or above
I'm using provider: ^3.1.0, and my code works fine. After I upgrade Provider to provider: ^4.0.0 or above , it starts giving below error. Any suggestion? Syntax that gives error: Provider.of
Provider gives error after upgrading from ^3.1.0 to ^4.0.0 or above
I'm using provider: ^3.1.0, and my code works fine. After I upgrade Provider to provider: ^4.0.0 or above , it starts giving below error. Any suggestion? Syntax that gives error: Provider.of
New post on /r/flutterdev subreddit:
Announcing Appwrite 0.6 With Full Flutter Support
After about six long weeks of hard work since the last version release, Appwrite 0.6 is finally out with full support for Flutter integration and more new features 🥳If you haven’t heard about Appwrite before, It’s an open-source BAAS (backend-as-a-service) that abstracts a lot of the complexity and repetitiveness required when building a backend API from scratch. The server comes packaged as a set of Docker containers you can host anywhere really quickly, and it has lots of built-in security features.You can read the full announcements on Medium: https://medium.com/@eldadfux/introducing-appwrite-0-6-with-flutter-support-1eb4dce820f3?sk=8f3b0ff0446fdb667d31d558bc540456 or you can watch the online announcement at the *live* meetup we held yesterday: https://www.youtube.com/watch?v=KNQzncq10CIIf you think Appwrite can be a good fit for your next Flutter app, you can learn more about the project at the official website or on the GitHub repository:https://appwrite.io
https://github.com/appwrite/appwriteYou can also join the Appwrite Flutter community on Discord (https://discord.gg/GSeTUeA), where you can get support and updates.
May 20, 2020 at 09:06AM by eldadfux
https://ift.tt/3g80obW
Announcing Appwrite 0.6 With Full Flutter Support
After about six long weeks of hard work since the last version release, Appwrite 0.6 is finally out with full support for Flutter integration and more new features 🥳If you haven’t heard about Appwrite before, It’s an open-source BAAS (backend-as-a-service) that abstracts a lot of the complexity and repetitiveness required when building a backend API from scratch. The server comes packaged as a set of Docker containers you can host anywhere really quickly, and it has lots of built-in security features.You can read the full announcements on Medium: https://medium.com/@eldadfux/introducing-appwrite-0-6-with-flutter-support-1eb4dce820f3?sk=8f3b0ff0446fdb667d31d558bc540456 or you can watch the online announcement at the *live* meetup we held yesterday: https://www.youtube.com/watch?v=KNQzncq10CIIf you think Appwrite can be a good fit for your next Flutter app, you can learn more about the project at the official website or on the GitHub repository:https://appwrite.io
https://github.com/appwrite/appwriteYou can also join the Appwrite Flutter community on Discord (https://discord.gg/GSeTUeA), where you can get support and updates.
May 20, 2020 at 09:06AM by eldadfux
https://ift.tt/3g80obW
Medium
Introducing Appwrite 0.6 with Flutter Support
We are incredibly excited to announce the release of Appwrite 0.6. The new Appwrite version is our 10th release since we launched the…
New post on /r/flutterdev subreddit:
Optimizing performance in Flutter web apps with tree shaking and deferred loading
https://ift.tt/3e3gqCi
May 20, 2020 at 08:27AM by Elixane
https://ift.tt/3cLoNSM
Optimizing performance in Flutter web apps with tree shaking and deferred loading
https://ift.tt/3e3gqCi
May 20, 2020 at 08:27AM by Elixane
https://ift.tt/3cLoNSM
Medium
Optimizing performance in Flutter web apps with tree shaking and deferred loading
For the best user experience it is important that an app loads fast. The initial load time of a Flutter web application can be improved by…
New post on /r/flutterdev subreddit:
What is FutureBuilder? | Flutter Basics
https://m.youtube.com/watch?feature=youtu.be&v=m75FyrYS7BU
May 20, 2020 at 08:25AM by Elixane
https://ift.tt/2zVUrOB
What is FutureBuilder? | Flutter Basics
https://m.youtube.com/watch?feature=youtu.be&v=m75FyrYS7BU
May 20, 2020 at 08:25AM by Elixane
https://ift.tt/2zVUrOB
YouTube
What is FutureBuilder? | Flutter Basics
What is FutureBuilder? | Flutter Basics
One of the most underused widgets (at least by me) is the FutureBuilder. I usually just have my own checks to whether the future is null or not and displaying what I want. But using a FutureBuilder makes the code a…
One of the most underused widgets (at least by me) is the FutureBuilder. I usually just have my own checks to whether the future is null or not and displaying what I want. But using a FutureBuilder makes the code a…
New post on Flutter Dev Google group:
how to handle event from widget at the bottom of Stack?
say here is a Stack widget, it has 2 children widgets, like this: Stack( children:
how to handle event from widget at the bottom of Stack?
say here is a Stack widget, it has 2 children widgets, like this: Stack( children:
New post on Flutter Dev Google group:
Themes
Hi, I am interested in how a theme can be built for Flutter. We design our UI in Adobe XD. Thanks, Bisser
May 20, 2020 at 11:49AM by Bisser Stoyanov
https://ift.tt/2LHdYF9
Themes
Hi, I am interested in how a theme can be built for Flutter. We design our UI in Adobe XD. Thanks, Bisser
May 20, 2020 at 11:49AM by Bisser Stoyanov
https://ift.tt/2LHdYF9
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:
Don't make this mistake while using shared Preferences.
https://youtu.be/dLHN2pUbCwA
May 20, 2020 at 12:43PM by abhishekmah98
https://ift.tt/3cOPdTC
Don't make this mistake while using shared Preferences.
https://youtu.be/dLHN2pUbCwA
May 20, 2020 at 12:43PM by abhishekmah98
https://ift.tt/3cOPdTC
YouTube
Don't make this mistake while using shared preferences to persist login! | Flutter Theory Explained
Namaste!
In this video I talk about the theory of logic to persist login and detect any problems with the data stored. Secondly, I talk about how most people do it in the beginning and why it is not ideal to do as like that. Lastly, I show a diagram i made…
In this video I talk about the theory of logic to persist login and detect any problems with the data stored. Secondly, I talk about how most people do it in the beginning and why it is not ideal to do as like that. Lastly, I show a diagram i made…
New post on /r/flutterdev subreddit:
New app built using Flutter
Hello everyone!I've developed and recently published a mobile app (iOS + Android) for managing your timesheet for clients and generate invoices directly from your phone. As a freelancer I wanted something more simpler, more faster and a more straightforward way to manage your time spent on projects and later summarize it into invoices.Links:- https://apps.apple.com/us/app/projects-timesheet-invoices/id1513127709?ls=1- https://play.google.com/store/apps/details?id=ro.adrian.mateoaea.projects.androidHope you guys like it!
May 20, 2020 at 12:40PM by rrrasputin0
https://ift.tt/2ZjoDy0
New app built using Flutter
Hello everyone!I've developed and recently published a mobile app (iOS + Android) for managing your timesheet for clients and generate invoices directly from your phone. As a freelancer I wanted something more simpler, more faster and a more straightforward way to manage your time spent on projects and later summarize it into invoices.Links:- https://apps.apple.com/us/app/projects-timesheet-invoices/id1513127709?ls=1- https://play.google.com/store/apps/details?id=ro.adrian.mateoaea.projects.androidHope you guys like it!
May 20, 2020 at 12:40PM by rrrasputin0
https://ift.tt/2ZjoDy0
New post on /r/flutterdev subreddit:
Build Flutter Color Matching Game with Provider #0 Showcase
https://youtu.be/pNwP6rvSehs
May 20, 2020 at 03:36PM by 26Waga
https://ift.tt/2ygniwG
Build Flutter Color Matching Game with Provider #0 Showcase
https://youtu.be/pNwP6rvSehs
May 20, 2020 at 03:36PM by 26Waga
https://ift.tt/2ygniwG
YouTube
Build Flutter Color Matching App with Provider #0 AppShowcase
This is the first video in a series building a color matching app using Flutter
New post on /r/flutterdev subreddit:
ListTile
https://youtu.be/kKj1IdCdQUw
May 20, 2020 at 04:13PM by TheTechDesigner
https://ift.tt/2ZiywvX
ListTile
https://youtu.be/kKj1IdCdQUw
May 20, 2020 at 04:13PM by TheTechDesigner
https://ift.tt/2ZiywvX
YouTube
Flutter Widget | 39 | ListTile | ListTileTheme, SwitchListTile, CheckboxListTile |Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#bool #ListView #ListTile #contentPadding #selected #onLongPress #print #onTap #title #Text #leading #backgroundColor #CircleAvatar #Colors #trailing #Icons…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#bool #ListView #ListTile #contentPadding #selected #onLongPress #print #onTap #title #Text #leading #backgroundColor #CircleAvatar #Colors #trailing #Icons…
New post on /r/flutterdev subreddit:
App Feedback: Anagram, Word Scramble Solver, Android, iOS
I just had a minimal Flutter app published to the App Store and Play Store. The app solves word scrambles and anagrams using an internal dictionary and can work completely offline.This app takes advantage of an internal isolate to offload the anagram computation and prevent blocking the UI. Further enhancements will be made to support Spanish, provide feedback ability for missing or incorrect words and offer word scores for both Scrabble and Words with Friends. Additionally, sorting of the results by word length or word score will be added.iOS App Store Download
https://apps.apple.com/us/app/solve-word-scrambles/id1514127557?ls=1Android Play Store Download
https://play.google.com/store/apps/details?id=com.jspell.anagramsFeedback is welcome!
May 20, 2020 at 04:39PM by utilitycoder
https://ift.tt/36exjae
App Feedback: Anagram, Word Scramble Solver, Android, iOS
I just had a minimal Flutter app published to the App Store and Play Store. The app solves word scrambles and anagrams using an internal dictionary and can work completely offline.This app takes advantage of an internal isolate to offload the anagram computation and prevent blocking the UI. Further enhancements will be made to support Spanish, provide feedback ability for missing or incorrect words and offer word scores for both Scrabble and Words with Friends. Additionally, sorting of the results by word length or word score will be added.iOS App Store Download
https://apps.apple.com/us/app/solve-word-scrambles/id1514127557?ls=1Android Play Store Download
https://play.google.com/store/apps/details?id=com.jspell.anagramsFeedback is welcome!
May 20, 2020 at 04:39PM by utilitycoder
https://ift.tt/36exjae
App Store
Word Anagram Solver
Get the highest score in word games. Quickly solve word scrambles and anagrams for the English and Spanish language. Works offline. Shows total word score.
New post on /r/flutterdev subreddit:
Flutter Package Ecosystem Update
https://ift.tt/2LLSxmA
May 20, 2020 at 05:31PM by Purple_Pizzazz
https://ift.tt/3cPvnHJ
Flutter Package Ecosystem Update
https://ift.tt/2LLSxmA
May 20, 2020 at 05:31PM by Purple_Pizzazz
https://ift.tt/3cPvnHJ
Medium
Flutter Package Ecosystem Update
New Flutter Favorites, Apple Sign In and bringing prerelease Flutter plugins into production
New tweet from FlutterDev:
⚡️Flutter Package Ecosystem Update!#FlutterGoodNewsWednesday
New Flutter Favorite plugins, Apple Sign In, and progress on bringing pre-release Flutter plugins into production.
More here → https://t.co/BYcYRj7LHv pic.twitter.com/LydrwUR3RD— Flutter (@FlutterDev) May 20, 2020
May 20, 2020 at 05:17PM
http://twitter.com/FlutterDev/status/1263126787774504962
⚡️Flutter Package Ecosystem Update!#FlutterGoodNewsWednesday
New Flutter Favorite plugins, Apple Sign In, and progress on bringing pre-release Flutter plugins into production.
More here → https://t.co/BYcYRj7LHv pic.twitter.com/LydrwUR3RD— Flutter (@FlutterDev) May 20, 2020
May 20, 2020 at 05:17PM
http://twitter.com/FlutterDev/status/1263126787774504962
Twitter
#fluttergoodnewswednesday hashtag on Twitter
On May 6 @FlutterDev tweeted: "It's here! 🎉Flutter 1.17
✅Metal suppor.." - read what others are saying and join the conversation.
✅Metal suppor.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Persimos para uso de camara.
Hola grupo, necesito ayuda en algo muy puntual, necesito utilizar la cámara para leer códigos qr, instale las dependencias en el .yaml (qrcode_reader: ^0.4.4) y también lo importe (import 'package:qrcode_reader/qrcode_reader.dart, pero a la hora de querer usar la cámara no se activa, si el
May 20, 2020 at 08:05PM by Sergio Morales
https://ift.tt/2ZlypzC
Persimos para uso de camara.
Hola grupo, necesito ayuda en algo muy puntual, necesito utilizar la cámara para leer códigos qr, instale las dependencias en el .yaml (qrcode_reader: ^0.4.4) y también lo importe (import 'package:qrcode_reader/qrcode_reader.dart, pero a la hora de querer usar la cámara no se activa, si el
May 20, 2020 at 08:05PM by Sergio Morales
https://ift.tt/2ZlypzC
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:
Full Flutter App Development Life Cycle
https://youtu.be/QbRBrnG22SA
May 20, 2020 at 09:31PM by thehappyharis
https://ift.tt/3bK2BXD
Full Flutter App Development Life Cycle
https://youtu.be/QbRBrnG22SA
May 20, 2020 at 09:31PM by thehappyharis
https://ift.tt/3bK2BXD
YouTube
Full Flutter App Development Life Cycle
The full flutter app development life cycle. Yikes.
Photo by Austin Distel on Unsplash
👉 Pre Sign Up to Create a Flutter Portfolio with Flutter Web Course:
https://relentless-painter-1519.ck.page/fwp
⏰ Timeline:
00:00 - Introduction
02:01 - 1. Problem…
Photo by Austin Distel on Unsplash
👉 Pre Sign Up to Create a Flutter Portfolio with Flutter Web Course:
https://relentless-painter-1519.ck.page/fwp
⏰ Timeline:
00:00 - Introduction
02:01 - 1. Problem…
New post on Flutter Dev Google group:
Apps on a device, breaking with iOS 13.5
I can't get my apps to load to my iPhone 11 after just updating to iOS 13.5. Seems to work OK in simulator mode. ERROR: Error launching app. Try launching from within Xcode via: open ios /Runner.xcworkspace Your Xcode version may be too old for your iOS version. FYI, also now not working in Xcode
May 20, 2020 at 10:22PM by jerry hamby
https://ift.tt/2zTZm2Q
Apps on a device, breaking with iOS 13.5
I can't get my apps to load to my iPhone 11 after just updating to iOS 13.5. Seems to work OK in simulator mode. ERROR: Error launching app. Try launching from within Xcode via: open ios /Runner.xcworkspace Your Xcode version may be too old for your iOS version. FYI, also now not working in Xcode
May 20, 2020 at 10:22PM by jerry hamby
https://ift.tt/2zTZm2Q
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:
how to make child item to reoderable
I have a parent containers and child containers under each parent. I want to make the parent container to reoderable and also for the child. I was able to make the parent item to reorderable but not for the child containers so any suggestion or help on how to implement it. Thaks import
May 20, 2020 at 11:32PM by aasenomad
https://ift.tt/2yj2qoz
how to make child item to reoderable
I have a parent containers and child containers under each parent. I want to make the parent container to reoderable and also for the child. I was able to make the parent item to reorderable but not for the child containers so any suggestion or help on how to implement it. Thaks import
May 20, 2020 at 11:32PM by aasenomad
https://ift.tt/2yj2qoz
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:
Thoughts on .NET MAUI (Multi-platform App UI)?
https://ift.tt/3e4oItp
May 21, 2020 at 12:45AM by chimon2000
https://ift.tt/2LNiMsG
Thoughts on .NET MAUI (Multi-platform App UI)?
https://ift.tt/3e4oItp
May 21, 2020 at 12:45AM by chimon2000
https://ift.tt/2LNiMsG
.NET Blog
Introducing .NET Multi-platform App UI | .NET Blog
You can build anything with .NET. It’s one of the main reasons millions of developers choose .NET as the platform for their careers, and companies invest for their businesses. With .NET 5 we begin our journey of unifying the .NET platform,
New post on /r/flutterdev subreddit:
Building a Beat Machine in Flutter
This article, is about a simple beat machine demo, and teaches about the underlying design patterns used in the development of this app:https://medium.com/@kennethreilly/building-a-beat-machine-in-flutter-2b25b27d5a5b?source=friends_link&sk=93c7b0da12de7efb0037d6aa7cee89a0
May 21, 2020 at 12:29AM by alliscode
https://ift.tt/3cR4umK
Building a Beat Machine in Flutter
This article, is about a simple beat machine demo, and teaches about the underlying design patterns used in the development of this app:https://medium.com/@kennethreilly/building-a-beat-machine-in-flutter-2b25b27d5a5b?source=friends_link&sk=93c7b0da12de7efb0037d6aa7cee89a0
May 21, 2020 at 12:29AM by alliscode
https://ift.tt/3cR4umK
Medium
Building a Beat Machine in Flutter
How to build a beat machine with sequencer in Dart / Flutter
New post on /r/flutterdev subreddit:
Are there any start to finish (app creation) videos out there?
I'm kind of weird, the kind of weird that watches people on twitch make games and just work on stuff. So when it comes to flutter, I learn about things differently by just watching developers make stuff (I've learned about about features I didn't know about just watching the boring show on youtube and it wasn't even in the discussion they were talking about, but sometimes that's how information is passed. indirectly) and I'm wondering if there are any start to finish videos out there of people making real apps of things. Not tutorials or guides, just raw opening up android studio and going at it.
May 21, 2020 at 01:14AM by SaltTM
https://ift.tt/3cQwEOU
Are there any start to finish (app creation) videos out there?
I'm kind of weird, the kind of weird that watches people on twitch make games and just work on stuff. So when it comes to flutter, I learn about things differently by just watching developers make stuff (I've learned about about features I didn't know about just watching the boring show on youtube and it wasn't even in the discussion they were talking about, but sometimes that's how information is passed. indirectly) and I'm wondering if there are any start to finish videos out there of people making real apps of things. Not tutorials or guides, just raw opening up android studio and going at it.
May 21, 2020 at 01:14AM by SaltTM
https://ift.tt/3cQwEOU
reddit
Are there any start to finish (app creation) videos out there?
I'm kind of weird, the kind of weird that watches people on twitch make games and just work on stuff. So when it comes to flutter, I learn about...
New post on /r/flutterdev subreddit:
Supernova dynamic linking
Hi Guys,I'm wondering if supernova supports dynamic linking, similar what XCode is having, in other words; you can change the UI without updating the code and vice versa. I have read all articles on their website and found no references.Basically, we need to rework the functions and linking after every export!Let me know your opinionThanks
May 21, 2020 at 01:52AM by abuchery
https://ift.tt/3e4cVeF
Supernova dynamic linking
Hi Guys,I'm wondering if supernova supports dynamic linking, similar what XCode is having, in other words; you can change the UI without updating the code and vice versa. I have read all articles on their website and found no references.Basically, we need to rework the functions and linking after every export!Let me know your opinionThanks
May 21, 2020 at 01:52AM by abuchery
https://ift.tt/3e4cVeF
reddit
Supernova dynamic linking
Hi Guys, I'm wondering if supernova supports dynamic linking, similar what XCode is having, in other words; you can change the UI without...