New post on /r/flutterdev subreddit:
SwiftSet - Advanced exercise searching app. Made with Flutter
Hey guys I had originally built this app with android native but I realized I needed to create and IOS version and Flutter was the perfect solution so I completely rewrote it in Flutter!I follow a ton of lifting YouTube channels and blogs and have found a ton of good exercise variations from them but it's impossible to remember every exercise when writing a new program so I built an app to help people find all those exercises quickly.There's over 1100 in the database now and you can search for them by any combination of the following:Muscle GroupMovement PatternEquipment NeededTempoCompound or IsolationUnilateral ExercisesPush or Pull ExercisesGripPlyometricsLevel Of Inclineand moreAfter you find an exercise save it to your favorites or watch and example video!Play Store: https://play.google.com/store/apps/details?id=com.michaeloles.swiftset&hl=en
App Store: https://apps.apple.com/us/app/swiftset/id1527297876
Source Code: https://github.com/mikeoles/SwiftSetFlutter
September 03, 2020 at 10:35PM by OlesLS
https://ift.tt/3bosEFm
SwiftSet - Advanced exercise searching app. Made with Flutter
Hey guys I had originally built this app with android native but I realized I needed to create and IOS version and Flutter was the perfect solution so I completely rewrote it in Flutter!I follow a ton of lifting YouTube channels and blogs and have found a ton of good exercise variations from them but it's impossible to remember every exercise when writing a new program so I built an app to help people find all those exercises quickly.There's over 1100 in the database now and you can search for them by any combination of the following:Muscle GroupMovement PatternEquipment NeededTempoCompound or IsolationUnilateral ExercisesPush or Pull ExercisesGripPlyometricsLevel Of Inclineand moreAfter you find an exercise save it to your favorites or watch and example video!Play Store: https://play.google.com/store/apps/details?id=com.michaeloles.swiftset&hl=en
App Store: https://apps.apple.com/us/app/swiftset/id1527297876
Source Code: https://github.com/mikeoles/SwiftSetFlutter
September 03, 2020 at 10:35PM by OlesLS
https://ift.tt/3bosEFm
Google Play
SwiftSet - Exercise Finder - Apps on Google Play
Search 1100+ exercises. Quickly find, view and save the perfect exercise
New tweet from FlutterDev:
Our writer @kwalrath also works with docs for the Exposure Notifications API — part of a Google-Apple effort to enable apps that notify users of recent viral exposures.
This new doc helps officials determine what counts as a meaningful exposure.
Read → https://t.co/bcMAs4MJvZ pic.twitter.com/5adOd6N56S— Dart Language (@dart_lang) September 3, 2020
September 03, 2020 at 11:17PM
http://twitter.com/FlutterDev/status/1301630394115137536
Our writer @kwalrath also works with docs for the Exposure Notifications API — part of a Google-Apple effort to enable apps that notify users of recent viral exposures.
This new doc helps officials determine what counts as a meaningful exposure.
Read → https://t.co/bcMAs4MJvZ pic.twitter.com/5adOd6N56S— Dart Language (@dart_lang) September 3, 2020
September 03, 2020 at 11:17PM
http://twitter.com/FlutterDev/status/1301630394115137536
Twitter
Kathy Walrath (@KWalrath) | Twitter
The latest Tweets from Kathy Walrath (@KWalrath). I write @dart_lang developer docs. Yup. San Francisco bay area
New post on Flutter Dev Google group:
Flutter IntelliJ Plugin M49 Release
Flutter IntelliJ Plugin M49 Release DevTools There is now an experimental option to show the DevTools inspector embedded in IntelliJ. This means the layout explorer is available directly. Note: This is available for MacOS today. We have not been able to fully test on Windows and Linux. Embedded
September 04, 2020 at 01:04AM by Steve Messick
https://ift.tt/3lOUory
Flutter IntelliJ Plugin M49 Release
Flutter IntelliJ Plugin M49 Release DevTools There is now an experimental option to show the DevTools inspector embedded in IntelliJ. This means the layout explorer is available directly. Note: This is available for MacOS today. We have not been able to fully test on Windows and Linux. Embedded
September 04, 2020 at 01:04AM by Steve Messick
https://ift.tt/3lOUory
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:
Error running pod install; Error launching application on iPhone 11; Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies
Hello, I just started coding and I'm new to this. I'm using flutter on Visual Studio Code. Every time I "start debugging" I get the following message: "Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies. To update the CocoaPods specs, run: pod repo update; Error
September 04, 2020 at 01:48AM by Alvaro Gonzalez Rico
https://ift.tt/3hW1h80
Error running pod install; Error launching application on iPhone 11; Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies
Hello, I just started coding and I'm new to this. I'm using flutter on Visual Studio Code. Every time I "start debugging" I get the following message: "Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies. To update the CocoaPods specs, run: pod repo update; Error
September 04, 2020 at 01:48AM by Alvaro Gonzalez Rico
https://ift.tt/3hW1h80
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 future for Flutter web and PWAs?
I've been developing an app in Flutter for over a year. It's the first app I ever developed, and I chose Flutter because I could simultaneously develop for Android and iOS; Dart was easy to pick up and more like the backend languages I'm used to; the framework just "made more sense" to me compared with native code in which I've dabbled; and the design looks good out of the box.Unfortunately I could not get my app past the censors at either the Play Store or the App Store, and I am unwilling to change my app to suit capricious rules that restrict market access. Consequently, I am painstaking converting my app into a Flutter web app. I've almost got it, but it wasn't quite as smooth as I hoped, and I had to roll back some functionality. Many packages that I would consider core to a developer are still not web-enabled.All this makes me wonder what the outlook is for Flutter web. Do you think Google will really invest the necessary resources to make Flutter on the web as good as it is for mobile? Does the developer community really expect progressive web apps to rival native apps in functionality and user experience in the near future (say, 1-2 years)? If I ever find the time to do a complete rewrite of my app, provided I stay on the web, should I be looking at Angular or some other framework to replace Flutter?
September 04, 2020 at 02:41AM by begoniaboy
https://ift.tt/3lNuNzd
What is the future for Flutter web and PWAs?
I've been developing an app in Flutter for over a year. It's the first app I ever developed, and I chose Flutter because I could simultaneously develop for Android and iOS; Dart was easy to pick up and more like the backend languages I'm used to; the framework just "made more sense" to me compared with native code in which I've dabbled; and the design looks good out of the box.Unfortunately I could not get my app past the censors at either the Play Store or the App Store, and I am unwilling to change my app to suit capricious rules that restrict market access. Consequently, I am painstaking converting my app into a Flutter web app. I've almost got it, but it wasn't quite as smooth as I hoped, and I had to roll back some functionality. Many packages that I would consider core to a developer are still not web-enabled.All this makes me wonder what the outlook is for Flutter web. Do you think Google will really invest the necessary resources to make Flutter on the web as good as it is for mobile? Does the developer community really expect progressive web apps to rival native apps in functionality and user experience in the near future (say, 1-2 years)? If I ever find the time to do a complete rewrite of my app, provided I stay on the web, should I be looking at Angular or some other framework to replace Flutter?
September 04, 2020 at 02:41AM by begoniaboy
https://ift.tt/3lNuNzd
reddit
What is the future for Flutter web and PWAs?
I've been developing an app in Flutter for over a year. It's the first app I ever developed, and I chose Flutter because I could simultaneously...
New post on /r/flutterdev subreddit:
Tips for debugging FFI in flutter output sample string or struct
Hi guys I need tips on debugging flutter FFI shared object file im tying to create a wrapper for a library libindi.so
September 04, 2020 at 04:29AM by blacksun10
https://ift.tt/3i0h0D3
Tips for debugging FFI in flutter output sample string or struct
Hi guys I need tips on debugging flutter FFI shared object file im tying to create a wrapper for a library libindi.so
September 04, 2020 at 04:29AM by blacksun10
https://ift.tt/3i0h0D3
New post on /r/flutterdev subreddit:
Snack-bars can now be shared between Scaffolds
https://ift.tt/2Z2LCfC
September 04, 2020 at 05:12AM by EngineerScientist
https://ift.tt/2Z62MsP
Snack-bars can now be shared between Scaffolds
https://ift.tt/2Z2LCfC
September 04, 2020 at 05:12AM by EngineerScientist
https://ift.tt/2Z62MsP
GitHub
ScaffoldMessenger by Piinks · Pull Request #64101 · flutter/flutter
Description
Framework Migration: #64170
Migration Guide: flutter/website#4527
This introduces the ScaffoldMessenger, a new widget for handling SnackBars.
The ScaffoldState methods of [showSnackBar,...
Framework Migration: #64170
Migration Guide: flutter/website#4527
This introduces the ScaffoldMessenger, a new widget for handling SnackBars.
The ScaffoldState methods of [showSnackBar,...
New post on Flutter Dev Google group:
Launching an isolate on macOS
Hi everybody, I'm trying to launch an isolate on macOS with an entrypoint in a library (that's not the main app library). On iOS, this is done with the FlutterEngine class's -runWithEntrypoint:libraryURI: method, but the macOS method does not have a libraryURI parameter. Is there a way to do
September 04, 2020 at 05:17AM by hacker1024
https://ift.tt/2EOSfeZ
Launching an isolate on macOS
Hi everybody, I'm trying to launch an isolate on macOS with an entrypoint in a library (that's not the main app library). On iOS, this is done with the FlutterEngine class's -runWithEntrypoint:libraryURI: method, but the macOS method does not have a libraryURI parameter. Is there a way to do
September 04, 2020 at 05:17AM by hacker1024
https://ift.tt/2EOSfeZ
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:
Built a flutter app? Would you have still built in flutter knowing what you know now?
So I am considering building an app in Flutter, other candidates are Meteor JS, React Native and Xamarin. I've found the best way to find out about a framework is; ask someone who has built a flutter app, if, knowing what you know now, would you have still built your app in flutter or used a different framework? Can you list the bugs/issues you encountered so I'm filled in on what to expect? Also would be good to know if you have built apps in other frameworks, ie, you can compare the development experience of flutter to other frameworks.Here's some information about the app I need to build:The app lets users book a certain type of freelancer. So users will search for relevant freelancers near them, view their profiles, book (and pay for) a freelance service.
To be released on iOS and Android
Will use the phones gps to list users around them
Users will make purchases within the app
Users login/register/logout
Tiny development team (2 developers)
Ridiculously short development time (2-3 months to build the MVP)
Needs to display a calendar on the device so users can make bookings, pay for bookings, cancel bookings.
If we use flutter we plan to use Firebase as the 'server'/backend. So we plan to use the firebase Stripe plugin to handle payments, use firebase to send emails and push notifications, use firebase to store users, bookings, etc.
PS: does anyone know of a good flutter sample app or boilerplate we could use as a starting point? Any sample app that lists products/users/etc and allows for purchases would be a great starter project we could build off on and hopefully achieve a short dev time.
September 04, 2020 at 06:36AM by sqzr2
https://ift.tt/3lNW1FV
Built a flutter app? Would you have still built in flutter knowing what you know now?
So I am considering building an app in Flutter, other candidates are Meteor JS, React Native and Xamarin. I've found the best way to find out about a framework is; ask someone who has built a flutter app, if, knowing what you know now, would you have still built your app in flutter or used a different framework? Can you list the bugs/issues you encountered so I'm filled in on what to expect? Also would be good to know if you have built apps in other frameworks, ie, you can compare the development experience of flutter to other frameworks.Here's some information about the app I need to build:The app lets users book a certain type of freelancer. So users will search for relevant freelancers near them, view their profiles, book (and pay for) a freelance service.
To be released on iOS and Android
Will use the phones gps to list users around them
Users will make purchases within the app
Users login/register/logout
Tiny development team (2 developers)
Ridiculously short development time (2-3 months to build the MVP)
Needs to display a calendar on the device so users can make bookings, pay for bookings, cancel bookings.
If we use flutter we plan to use Firebase as the 'server'/backend. So we plan to use the firebase Stripe plugin to handle payments, use firebase to send emails and push notifications, use firebase to store users, bookings, etc.
PS: does anyone know of a good flutter sample app or boilerplate we could use as a starting point? Any sample app that lists products/users/etc and allows for purchases would be a great starter project we could build off on and hopefully achieve a short dev time.
September 04, 2020 at 06:36AM by sqzr2
https://ift.tt/3lNW1FV
reddit
Built a flutter app? Would you have still built in flutter knowing...
So I am considering building an app in Flutter, other candidates are Meteor JS, React Native and Xamarin. I've found the best way to find out...
New post on /r/flutterdev subreddit:
Question about using Flame vs making the whole game myself?
Hey guys, if you saw my pacman video a week ago, I’m going down a rabbit hole of making games with flutter. I am now trying to build platform style games where a character can jump. I made it without using any packages and just coded it from scratch. I have never used FLAME before but apparently that’s really good to build games. Similar to how you don’t need to reinvent the wheel, it’s probably more practical to use a package like Flame instead of coding the whole game myself right? On the flipside I see some beauty and neatness to just creating it from scratch. What do you guys think?https://instagram.com/createdbykokoYou can check out my MARIO jumping that I made without Flame on my instagram
September 04, 2020 at 09:17AM by Heisenlife
https://ift.tt/3jJybsV
Question about using Flame vs making the whole game myself?
Hey guys, if you saw my pacman video a week ago, I’m going down a rabbit hole of making games with flutter. I am now trying to build platform style games where a character can jump. I made it without using any packages and just coded it from scratch. I have never used FLAME before but apparently that’s really good to build games. Similar to how you don’t need to reinvent the wheel, it’s probably more practical to use a package like Flame instead of coding the whole game myself right? On the flipside I see some beauty and neatness to just creating it from scratch. What do you guys think?https://instagram.com/createdbykokoYou can check out my MARIO jumping that I made without Flame on my instagram
September 04, 2020 at 09:17AM by Heisenlife
https://ift.tt/3jJybsV
New post on /r/flutterdev subreddit:
Why do you use the Bloc pattern? How to start using it?
I'm pretty new to Flutter and I've listened about this Bloc pattern around but I'm not sure why and how using it..what are the advantages compared to not using it?Is it a must for real world apps or it can be avoid?How to implement practically the Bloc pattern? Is there a package or something else?
September 04, 2020 at 10:11AM by sfabio1
https://ift.tt/31ZqVDv
Why do you use the Bloc pattern? How to start using it?
I'm pretty new to Flutter and I've listened about this Bloc pattern around but I'm not sure why and how using it..what are the advantages compared to not using it?Is it a must for real world apps or it can be avoid?How to implement practically the Bloc pattern? Is there a package or something else?
September 04, 2020 at 10:11AM by sfabio1
https://ift.tt/31ZqVDv
reddit
Why do you use the Bloc pattern? How to start using it?
I'm pretty new to Flutter and I've listened about this Bloc pattern around but I'm not sure why and how using it.. what are the advantages...
New post on /r/flutterdev subreddit:
Swipeable Pages & Navbar QUICK & EASY with scroll_navigation Package
https://www.youtube.com/watch?v=LTn_aCm6Ez4&feature=share
September 04, 2020 at 12:46PM by syntacops
https://ift.tt/3jJxwrC
Swipeable Pages & Navbar QUICK & EASY with scroll_navigation Package
https://www.youtube.com/watch?v=LTn_aCm6Ez4&feature=share
September 04, 2020 at 12:46PM by syntacops
https://ift.tt/3jJxwrC
YouTube
Swipeable Pages & Navbar QUICK & EASY with scroll_navigation Package
Make your pages swipeable and your navigation bar reactive to that without having too much boiler plate code quick and easy buy using the package scroll_navigation from seel-channel.
#swipeable #pages #package
-------------------------------------------…
#swipeable #pages #package
-------------------------------------------…
New post on /r/flutterdev subreddit:
A flutter package to scrape data from the Google Play Store.
I have created a Flutter package to scrape data from the Google Play Store.Check it out here => google_play_store_scraper_dartor on Github => varamsky/google_play_store_scraper_dartIf you like this work please share and star the Github repository.#flutter #flutter_package #pub_dev #google_play_store_scraper #google_play_store #google_play_store_scraper_dart #github #flutterdev #dart #git #google
September 04, 2020 at 12:17PM by varamsky
https://ift.tt/3lPJnGn
A flutter package to scrape data from the Google Play Store.
I have created a Flutter package to scrape data from the Google Play Store.Check it out here => google_play_store_scraper_dartor on Github => varamsky/google_play_store_scraper_dartIf you like this work please share and star the Github repository.#flutter #flutter_package #pub_dev #google_play_store_scraper #google_play_store #google_play_store_scraper_dart #github #flutterdev #dart #git #google
September 04, 2020 at 12:17PM by varamsky
https://ift.tt/3lPJnGn
Dart packages
google_play_store_scraper_dart | Flutter Package
A flutter package to scrape data from the Google Play Store.
New post on Flutter Dev Google group:
Update map markers of Future Builder
Hello to all the Flutter community! I am about to finish an app, but I have this issue that I cannot solve, I looked online for correct implementation of what I'm trying to achieve without luck. As you can see in the next image when the user opens this page see a map with the original red marker
September 04, 2020 at 12:44PM by Fer Buero Trebino
https://ift.tt/3h0qFZ9
Update map markers of Future Builder
Hello to all the Flutter community! I am about to finish an app, but I have this issue that I cannot solve, I looked online for correct implementation of what I'm trying to achieve without luck. As you can see in the next image when the user opens this page see a map with the original red marker
September 04, 2020 at 12:44PM by Fer Buero Trebino
https://ift.tt/3h0qFZ9
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:
Best firebase structure to use for messaging app?
I read this in a post on reddit that one document per message is expensive and shouldn't be used to make a messaging app. the user also suggested to use some sort of array structure to store the messages.. I'm really confused. what do you think should be the best structure for messaging or should I just use third party apis
September 04, 2020 at 03:31PM by _maverick_96
https://ift.tt/31WAJ0Q
Best firebase structure to use for messaging app?
I read this in a post on reddit that one document per message is expensive and shouldn't be used to make a messaging app. the user also suggested to use some sort of array structure to store the messages.. I'm really confused. what do you think should be the best structure for messaging or should I just use third party apis
September 04, 2020 at 03:31PM by _maverick_96
https://ift.tt/31WAJ0Q
reddit
Best firebase structure to use for messaging app?
I read this in a post on reddit that one document per message is expensive and shouldn't be used to make a messaging app. the user also suggested...
New post on /r/flutterdev subreddit:
ISO a Flutter package to manage contacts, specifically Blocking Contacts. (BlockedNumberContract)
I know there are packages that allow for viewing the contact list, but I want to see the blocked contact list and hopefully add/remove from that list.From my research, I see that since Android 7.0, there has been BlockedNumberContract which seems like what I want.Curious if this exists already.
September 04, 2020 at 03:17PM by maylortaylor
https://ift.tt/3bqZuW9
ISO a Flutter package to manage contacts, specifically Blocking Contacts. (BlockedNumberContract)
I know there are packages that allow for viewing the contact list, but I want to see the blocked contact list and hopefully add/remove from that list.From my research, I see that since Android 7.0, there has been BlockedNumberContract which seems like what I want.Curious if this exists already.
September 04, 2020 at 03:17PM by maylortaylor
https://ift.tt/3bqZuW9
New post on Flutter Dev Google group:
Flutter iOS Webview - backboardd Error invalid parameters
Dear community, i have a iOS flutter app that show a website within a WebView. After touching a image slider back and forward suddenly the interface freeze and you can't do anything on the website. If i touch the screen console says: backboardd(CoreBrightness)[59]
Flutter iOS Webview - backboardd Error invalid parameters
Dear community, i have a iOS flutter app that show a website within a WebView. After touching a image slider back and forward suddenly the interface freeze and you can't do anything on the website. If i touch the screen console says: backboardd(CoreBrightness)[59]
New post on /r/flutterdev subreddit:
Use Advanced Photo Filters II (Tutorial)
https://www.youtube.com/watch?v=IqvS3zjCqu4
September 04, 2020 at 05:06PM by JohannesMilke
https://ift.tt/358ZuZI
Use Advanced Photo Filters II (Tutorial)
https://www.youtube.com/watch?v=IqvS3zjCqu4
September 04, 2020 at 05:06PM by JohannesMilke
https://ift.tt/358ZuZI
YouTube
Flutter Tutorial - Photo Filters - Advanced II
Make use of many advanced filters to change the appearance of the images in your Flutter app.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/photo_filters_ii_example…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/photo_filters_ii_example…
New post on /r/flutterdev subreddit:
How to simulate an LED display in Flutter
https://ift.tt/2EPaEZ3
September 04, 2020 at 05:35PM by flutterclutter
https://ift.tt/3i0Cpfl
How to simulate an LED display in Flutter
https://ift.tt/2EPaEZ3
September 04, 2020 at 05:35PM by flutterclutter
https://ift.tt/3i0Cpfl
Flutter Clutter
How to simulate an LED display in Flutter
Let's simulate the displays we know from trains, airports, stadiums etc.
New post on /r/flutterdev subreddit:
How mature is Flutter Web?
Hi, is there anybody who has built a website with Flutter web? If yes, how was the experience, and how quickly is Flutter web improving? How close is it to "production-ready?"Context:For the past 8 years, I did backend development with PHP, Go, and Node. I've also programmed native iOS for about 5 years. (not as much as it sounds though). In the last 6 months, as I get into Flutter, I really fell in love with it. I'm been working on a mobile app with a team of 3, and everything was so simple and straight. It's just what the software development experience should have been in my opinion. I really love it.Recently I had an idea that I thought has great potentials. It required me to build a website (web app). I've never gotten into web dev before, but I thought I could work on the project while learning the technologies, just like how I did with Flutter. I know basic HTML and little to none CSS, but I have some extensive experience with backend JS/TS so I thought I would be fine. However, the entire experience has just been AWFUL.Styling with CSS is way uglier compared to Flutter, and I find it really boring for some reasons. A lot of times shit just don't work (probably because I suck) and it took me a lot more time than I expected to display what I think should be very basic stuff.Aside from styling and visuals, the javascript work itself was also confusing. It spent me way too much time researching what f**king framework I should be using. Eventually, I went with VueJS, because it seemed like the least confusing one (aside from just vanilla js), and it was still confusing. I went with Vue 3.0 and apparently a lot of tutorials don't work on this version.I must be really bad at coding because I find this entire HTML/CSS/JS/<PUT IN YOUR FRAMEWORK> stack to be really far from elegant. I'd really appreciate any help because I think I'm probably not finding a good way to learn, but man! I need Flutter Web!
September 04, 2020 at 05:55PM by dcmacsman
https://ift.tt/3596OVc
How mature is Flutter Web?
Hi, is there anybody who has built a website with Flutter web? If yes, how was the experience, and how quickly is Flutter web improving? How close is it to "production-ready?"Context:For the past 8 years, I did backend development with PHP, Go, and Node. I've also programmed native iOS for about 5 years. (not as much as it sounds though). In the last 6 months, as I get into Flutter, I really fell in love with it. I'm been working on a mobile app with a team of 3, and everything was so simple and straight. It's just what the software development experience should have been in my opinion. I really love it.Recently I had an idea that I thought has great potentials. It required me to build a website (web app). I've never gotten into web dev before, but I thought I could work on the project while learning the technologies, just like how I did with Flutter. I know basic HTML and little to none CSS, but I have some extensive experience with backend JS/TS so I thought I would be fine. However, the entire experience has just been AWFUL.Styling with CSS is way uglier compared to Flutter, and I find it really boring for some reasons. A lot of times shit just don't work (probably because I suck) and it took me a lot more time than I expected to display what I think should be very basic stuff.Aside from styling and visuals, the javascript work itself was also confusing. It spent me way too much time researching what f**king framework I should be using. Eventually, I went with VueJS, because it seemed like the least confusing one (aside from just vanilla js), and it was still confusing. I went with Vue 3.0 and apparently a lot of tutorials don't work on this version.I must be really bad at coding because I find this entire HTML/CSS/JS/<PUT IN YOUR FRAMEWORK> stack to be really far from elegant. I'd really appreciate any help because I think I'm probably not finding a good way to learn, but man! I need Flutter Web!
September 04, 2020 at 05:55PM by dcmacsman
https://ift.tt/3596OVc
reddit
How mature is Flutter Web?
Hi, is there anybody who has built a website with Flutter web? If yes, how was the experience, and how quickly is Flutter web improving? How close...