New tweet from FlutterDev:
🌟 #BoringShow Ep. 49 🌟 Join @filiphracek and @Fitzface as they upgrade the ancient Hacker News app to Flutter 2... and almost succeed. Watch → https://t.co/mc2cQF1fiy https://t.co/fhFr8ez03m— Flutter (@FlutterDev) Jun 25, 2021
June 25, 2021 at 07:47PM
http://twitter.com/FlutterDev/status/1408482072654721024
🌟 #BoringShow Ep. 49 🌟 Join @filiphracek and @Fitzface as they upgrade the ancient Hacker News app to Flutter 2... and almost succeed. Watch → https://t.co/mc2cQF1fiy https://t.co/fhFr8ez03m— Flutter (@FlutterDev) Jun 25, 2021
June 25, 2021 at 07:47PM
http://twitter.com/FlutterDev/status/1408482072654721024
YouTube
Migrating an old app to Flutter 2 (The Boring Flutter Development Show, Ep. 49)
Filip and Fitz revisit the ancient Hacker News app which was started in the very first episodes of the Boring Show. They update their code to null safety, regenerate the code, and reflect on how much Flutter has evolved.
0:00 - Introduction
4:20 Getting…
0:00 - Introduction
4:20 Getting…
New post on Flutter Dev Google group:
I get this error with flutter doctor
[image: flutter doctor error.png]
June 25, 2021 at 08:55PM by Sara Paguaga
https://ift.tt/3wT9OjA
I get this error with flutter doctor
[image: flutter doctor error.png]
June 25, 2021 at 08:55PM by Sara Paguaga
https://ift.tt/3wT9OjA
New post on /r/flutterdev subreddit:
Migrating an old app to Flutter 2 (top takeaways) #Shorts
https://youtube.com/watch?v=z7f5_wCLTCU&feature=share
June 25, 2021 at 08:01PM by Pixelreddit
https://ift.tt/3jdTDcB
Migrating an old app to Flutter 2 (top takeaways) #Shorts
https://youtube.com/watch?v=z7f5_wCLTCU&feature=share
June 25, 2021 at 08:01PM by Pixelreddit
https://ift.tt/3jdTDcB
YouTube
Migrating an old app to Flutter 2 (top takeaways) #Shorts
New post on /r/flutterdev subreddit:
Are the specs of this Macbook air good enough for what I need?
Hi, basically I'm starting a new dev position and going to be working in Flutter. I already have a beefy PC which I'll be using for developing which isn't an issue, however I was originally planning on getting a MacOS VM to deploy the iOS side of things. Coincidentally, my gf wants to sell her 2017 i5 8gb MacBook air so I thought I could just take it off her and then use that. I've seen some threads saying 8gb isnt enough especially on the airs, but since I wont actually be using it for developing but just compiling etc, will it be enough? I know obviously its cheaper to get the VM but just pretend money isn't a consideration. Any input would be appreciated, thanks :)P.S im aware theres similar threads to this but I just thought my situ was a tad different to whats out there :)
June 25, 2021 at 07:57PM by hunterchubz
https://ift.tt/35UmydP
Are the specs of this Macbook air good enough for what I need?
Hi, basically I'm starting a new dev position and going to be working in Flutter. I already have a beefy PC which I'll be using for developing which isn't an issue, however I was originally planning on getting a MacOS VM to deploy the iOS side of things. Coincidentally, my gf wants to sell her 2017 i5 8gb MacBook air so I thought I could just take it off her and then use that. I've seen some threads saying 8gb isnt enough especially on the airs, but since I wont actually be using it for developing but just compiling etc, will it be enough? I know obviously its cheaper to get the VM but just pretend money isn't a consideration. Any input would be appreciated, thanks :)P.S im aware theres similar threads to this but I just thought my situ was a tad different to whats out there :)
June 25, 2021 at 07:57PM by hunterchubz
https://ift.tt/35UmydP
reddit
Are the specs of this Macbook air good enough for what I need?
Hi, basically I'm starting a new dev position and going to be working in Flutter. I already have a beefy PC which I'll be using for developing...
New post on Flutter Dev Google group:
can anyone resolve this error
June 25, 2021 at 09:52PM by Eman Khadim
https://ift.tt/3xTC2e5
can anyone resolve this error
June 25, 2021 at 09:52PM by Eman Khadim
https://ift.tt/3xTC2e5
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 do you name your ChangeNotifiers?
I use the ChangeNotifier class (along with provider) extensively to handle state in my flutter applications. Unfortunately, I have never really come up with a good name for my classes that extend change notifier.Generally when I extend ChangeNotifier, the class will encapsulate some data, and provide methods that invoke behaviours that change the data. So for example, I have a UserLogon class that exposes methods like "signIn" and "signOut", and exposes properties like "isSignedIn" and "user". Usually I will have multiple class in an app that follow this pattern, and I want to have them to all share a common suffix.A reasonable option would be to just call them ChangeNotifier. So "UserChangeNotifier" and "SomeDataChangeNotifier" etc etc. Not a horrible option.Regardless, I am curious what other developers who leverage the same pattern do for naming convention.Thanks.
June 25, 2021 at 09:06PM by scorr204
https://ift.tt/3x2v5HG
What do you name your ChangeNotifiers?
I use the ChangeNotifier class (along with provider) extensively to handle state in my flutter applications. Unfortunately, I have never really come up with a good name for my classes that extend change notifier.Generally when I extend ChangeNotifier, the class will encapsulate some data, and provide methods that invoke behaviours that change the data. So for example, I have a UserLogon class that exposes methods like "signIn" and "signOut", and exposes properties like "isSignedIn" and "user". Usually I will have multiple class in an app that follow this pattern, and I want to have them to all share a common suffix.A reasonable option would be to just call them ChangeNotifier. So "UserChangeNotifier" and "SomeDataChangeNotifier" etc etc. Not a horrible option.Regardless, I am curious what other developers who leverage the same pattern do for naming convention.Thanks.
June 25, 2021 at 09:06PM by scorr204
https://ift.tt/3x2v5HG
reddit
r/FlutterDev - What do you name your ChangeNotifiers?
0 votes and 5 comments so far on Reddit
New post on Flutter Dev Google group:
flutter test questions
It seems the pump with duration doesn't work, for exmaple, the below code, it doesn't wait for 25 seconds at all, always returns quickly? await tester.pump(new Duration(seconds: 25)); Also, how can I see debugPrint result of the app code when I pumpWidget? Thanks
June 26, 2021 at 01:14AM by wyx....@gmail.com
https://ift.tt/3dgVNV1
flutter test questions
It seems the pump with duration doesn't work, for exmaple, the below code, it doesn't wait for 25 seconds at all, always returns quickly? await tester.pump(new Duration(seconds: 25)); Also, how can I see debugPrint result of the app code when I pumpWidget? Thanks
June 26, 2021 at 01:14AM by wyx....@gmail.com
https://ift.tt/3dgVNV1
New post on /r/flutterdev subreddit:
I like the Simplicity of Flutter App Architecture and File/Folder Structure Discussed here. I am thinking of adapting my architectures towards this. Works with Provider
https://ift.tt/3vSBYtQ
June 25, 2021 at 09:24AM by lohanidamodar
https://ift.tt/2UFX0ir
I like the Simplicity of Flutter App Architecture and File/Folder Structure Discussed here. I am thinking of adapting my architectures towards this. Works with Provider
https://ift.tt/3vSBYtQ
June 25, 2021 at 09:24AM by lohanidamodar
https://ift.tt/2UFX0ir
DEV Community
Building scalable Flutter apps (Architecture, Styling, Conventions, State management)
After two years of Fluttering, I would like to share in this article the best practices that I’ve...
New post on /r/flutterdev subreddit:
Top Flutter CrossPlatform Trick
https://ift.tt/2U7ScBS
June 26, 2021 at 01:30AM by fredgrott
https://ift.tt/35Qk2oT
Top Flutter CrossPlatform Trick
https://ift.tt/2U7ScBS
June 26, 2021 at 01:30AM by fredgrott
https://ift.tt/35Qk2oT
Medium
Top Flutter CrossPlatform Trick
This top flutter cross-platform trick is not in the flutter docs. In fact, the reason I know it is that I found hints of it in source code…
New post on /r/flutterdev subreddit:
Fast Flutter: Building an app with Flutter & FastAPI
https://www.youtube.com/watch?v=GtaHEdYUryE&list=PLgRx2Eap1Wm0ecrO3pcgvcETNr7zcSOdK
June 26, 2021 at 03:13AM by tylersavery
https://ift.tt/3A26OTW
Fast Flutter: Building an app with Flutter & FastAPI
https://www.youtube.com/watch?v=GtaHEdYUryE&list=PLgRx2Eap1Wm0ecrO3pcgvcETNr7zcSOdK
June 26, 2021 at 03:13AM by tylersavery
https://ift.tt/3A26OTW
YouTube
Fast Flutter - Part 1
This is part one of an exciting series of building apps in Flutter. Scoped towards beginners with a bit of coding/flutter knowledge, we're going to build an app throughout 6 videos + a 7th bonus video for the backend/API service.
Not a beginner? I still…
Not a beginner? I still…
New post on /r/flutterdev subreddit:
Flutter Offline Rest API Data Sync
https://youtu.be/Vs39uIJqKp4
June 26, 2021 at 09:51AM by K_SNIPPET
https://ift.tt/3dgCAml
Flutter Offline Rest API Data Sync
https://youtu.be/Vs39uIJqKp4
June 26, 2021 at 09:51AM by K_SNIPPET
https://ift.tt/3dgCAml
YouTube
Flutter Offline Rest API Data Sync
In this video, we learn how to make the flutter application to access the rest API in offline Mode by using SnippetCoder latest package api_cache_manager
⏱TIMESTAMPS
00:00 - Video Introduction
00:30 - API Cache Manager Flutter Package
01:16 - Package Features…
⏱TIMESTAMPS
00:00 - Video Introduction
00:30 - API Cache Manager Flutter Package
01:16 - Package Features…
New post on /r/flutterdev subreddit:
Figma to Flutter Unit Translation
I'm currently working on a project which has a Figma UI design. Using the pixel dimensions of the Figma project gets messy real quick as they don't have 1:1 correspondence with Flutter's.Is there a standard conversion rate between Figma and Flutter units or would I just have to do everything based on best guesses/intuition?
June 26, 2021 at 09:44AM by Hendwage
https://ift.tt/3jkAxBF
Figma to Flutter Unit Translation
I'm currently working on a project which has a Figma UI design. Using the pixel dimensions of the Figma project gets messy real quick as they don't have 1:1 correspondence with Flutter's.Is there a standard conversion rate between Figma and Flutter units or would I just have to do everything based on best guesses/intuition?
June 26, 2021 at 09:44AM by Hendwage
https://ift.tt/3jkAxBF
reddit
Figma to Flutter Unit Translation
I'm currently working on a project which has a Figma UI design. Using the pixel dimensions of the Figma project gets messy real quick as they...
New post on /r/flutterdev subreddit:
GraphQL in Flutter - Building a Mobile Shop using Saleor API
https://ift.tt/3w7zyI1
June 26, 2021 at 11:06AM by zaiste
https://ift.tt/3vX7tD3
GraphQL in Flutter - Building a Mobile Shop using Saleor API
https://ift.tt/3w7zyI1
June 26, 2021 at 11:06AM by zaiste
https://ift.tt/3vX7tD3
Saleor Commerce
GraphQL in Flutter - Building a Mobile Shop using Saleor API
This tutorial will show you how to create a simple mobile app in Flutter on top of the Saleor API that exchanges the data using GraphQL. Along with some basic styling.
New post on /r/flutterdev subreddit:
I have created (ugly) PoC of flutter app hosting to easily share your app with clients by web. What do you think?
https://twitter.com/Kubenqpl/status/1408723800418656258
June 26, 2021 at 11:51AM by kubenqpl
https://ift.tt/3xUFPI3
I have created (ugly) PoC of flutter app hosting to easily share your app with clients by web. What do you think?
https://twitter.com/Kubenqpl/status/1408723800418656258
June 26, 2021 at 11:51AM by kubenqpl
https://ift.tt/3xUFPI3
Twitter
Kuba Neukirch
#FlutterDev, would you be interested in basic flutter app hosting? You would upload exported web project and could embed it on your site or share URL to your clients. It would be easy way to show progress and quickly verify progress on app. @mcflyDev what…
New post on /r/flutterdev subreddit:
Just installed flutter, can't figure out this error pls help
https://imguploader.net/images/tKjo53UIoeRxWhen I run it on chrome (web) it works fine but when I try to run it on my emulator i get this error.
June 26, 2021 at 11:25AM by mudigone
https://ift.tt/3jcneTT
Just installed flutter, can't figure out this error pls help
https://imguploader.net/images/tKjo53UIoeRxWhen I run it on chrome (web) it works fine but when I try to run it on my emulator i get this error.
June 26, 2021 at 11:25AM by mudigone
https://ift.tt/3jcneTT
New post on /r/flutterdev subreddit:
How to get good at Flutter and Dart
https://ift.tt/3x0vGtk
June 26, 2021 at 01:13PM by Suragch
https://ift.tt/3dhqBFk
How to get good at Flutter and Dart
https://ift.tt/3x0vGtk
June 26, 2021 at 01:13PM by Suragch
https://ift.tt/3dhqBFk
Medium
How to get good at Flutter and Dart
Programming is difficult. But with sufficient motivation and a plan, you can do it. Here are a few categories that you’ll want to consider.
New post on /r/flutterdev subreddit:
Asynchronous Programming | Working With Data Using Flutter | Tutorial # 1
https://youtu.be/Mf7iqCfvlvc
June 26, 2021 at 04:50PM by ITMastering
https://ift.tt/3quKi1W
Asynchronous Programming | Working With Data Using Flutter | Tutorial # 1
https://youtu.be/Mf7iqCfvlvc
June 26, 2021 at 04:50PM by ITMastering
https://ift.tt/3quKi1W
New post on /r/flutterdev subreddit:
Flutter extract text from image | Tesseract OCR package
https://youtu.be/dtpOdjPJMPo
June 26, 2021 at 05:25PM by mheshm
https://ift.tt/3xUp4g5
Flutter extract text from image | Tesseract OCR package
https://youtu.be/dtpOdjPJMPo
June 26, 2021 at 05:25PM by mheshm
https://ift.tt/3xUp4g5
YouTube
Flutter extract text from image | Tesseract OCR package
⭐Source code:
- https://github.com/MahmoudHesham099/Flutter-Tesseract-OCR-extract-text-from-image
📦Packages:
- https://pub.dev/packages/tesseract_ocr
- https://pub.dev/packages/image_picker
🎨Design credit:
- https://www.behance.net/gallery/110026223/Scan…
- https://github.com/MahmoudHesham099/Flutter-Tesseract-OCR-extract-text-from-image
📦Packages:
- https://pub.dev/packages/tesseract_ocr
- https://pub.dev/packages/image_picker
🎨Design credit:
- https://www.behance.net/gallery/110026223/Scan…
New post on /r/flutterdev subreddit:
Is Flutter more similar to ReactJS or VueJS?
Hey Everyone,Before learning Flutter, I learned reactjs with server-side rendering for my PWA web apps.I've now transitioned my app dev to Flutter, but I have some aspects of my Flutter app that I want to be more public web facing and SEO optimized, so I am going to be using Next js or Nuxt js to do the server-side rendered, or static file generation build out of those elements.(Flutter web is not meant for SEO or static web pages, so that's a different argument)I am very interested in VueJS / NuxtJS - however, I would like to stick to a framework that is most conceptually similar to Flutter's Inheritance Widget model. I started some very early tutorials for VueJS and it seems to have a very different templating engine / overall approach to React / Flutter.React Components and JSX, as well as the state / lifecycle seemed pretty similar to Flutter when I was learning Flutter. But I don't know enough about Vue to really say if Vue is actually less similar.I am wondering if anyone else has experience with all of these technologies, and can make a recommendation for which JavaScript framework is most similar to Flutter. Again, my end goal is server-side rendering / static site generation via NextJS or NuxtJS (using the same datasets that power my Flutter mobile app).My brain space would like it best to not have to maintain two very conceptually different frameworks.I have not used ReactJS since version 16.5 (and at that time I never got into hooks or context), so I feel that when I dive back into these this, I have a lot to learn, so it's a good opportunity to evaluate Vue against React.Thanks!
June 26, 2021 at 05:20PM by boon4376
https://ift.tt/3hb7Vbd
Is Flutter more similar to ReactJS or VueJS?
Hey Everyone,Before learning Flutter, I learned reactjs with server-side rendering for my PWA web apps.I've now transitioned my app dev to Flutter, but I have some aspects of my Flutter app that I want to be more public web facing and SEO optimized, so I am going to be using Next js or Nuxt js to do the server-side rendered, or static file generation build out of those elements.(Flutter web is not meant for SEO or static web pages, so that's a different argument)I am very interested in VueJS / NuxtJS - however, I would like to stick to a framework that is most conceptually similar to Flutter's Inheritance Widget model. I started some very early tutorials for VueJS and it seems to have a very different templating engine / overall approach to React / Flutter.React Components and JSX, as well as the state / lifecycle seemed pretty similar to Flutter when I was learning Flutter. But I don't know enough about Vue to really say if Vue is actually less similar.I am wondering if anyone else has experience with all of these technologies, and can make a recommendation for which JavaScript framework is most similar to Flutter. Again, my end goal is server-side rendering / static site generation via NextJS or NuxtJS (using the same datasets that power my Flutter mobile app).My brain space would like it best to not have to maintain two very conceptually different frameworks.I have not used ReactJS since version 16.5 (and at that time I never got into hooks or context), so I feel that when I dive back into these this, I have a lot to learn, so it's a good opportunity to evaluate Vue against React.Thanks!
June 26, 2021 at 05:20PM by boon4376
https://ift.tt/3hb7Vbd
Reddit
Is Flutter more similar to ReactJS or VueJS? : r/FlutterDev
105K subscribers in the FlutterDev community. A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Heyy everyone, if someone is looking for offline database solution in Flutter, sqfentity is working really well for me, so here is an example on how to set it up! 😊
https://youtu.be/RvGdL57ruVo
June 26, 2021 at 06:43PM by weird-human-of-earth
https://ift.tt/2UIFXfB
Heyy everyone, if someone is looking for offline database solution in Flutter, sqfentity is working really well for me, so here is an example on how to set it up! 😊
https://youtu.be/RvGdL57ruVo
June 26, 2021 at 06:43PM by weird-human-of-earth
https://ift.tt/2UIFXfB
YouTube
SQFEntity ToDo List App tutorial in [FLUTTER]
Okay, today we are going to look into offline database plugin SQFEntity and how to use it in an example app!
You can get the code parts here: https://medium.com/@thefujii/todo-list-beginner-flutter-tutorial-1f394d6fb9f6
JOIN OUR DISCORD:
https://discord.gg/wtckKfERpS
You can get the code parts here: https://medium.com/@thefujii/todo-list-beginner-flutter-tutorial-1f394d6fb9f6
JOIN OUR DISCORD:
https://discord.gg/wtckKfERpS
New post on /r/flutterdev subreddit:
*flutter/flutter* just passed 123.456k stars on GitHub
https://twitter.com/github_tracker/status/1408768429784436736?s=20
June 26, 2021 at 06:41PM by creativemaybeno
https://ift.tt/3h77oay
*flutter/flutter* just passed 123.456k stars on GitHub
https://twitter.com/github_tracker/status/1408768429784436736?s=20
June 26, 2021 at 06:41PM by creativemaybeno
https://ift.tt/3h77oay
Twitter
GitHub Tracker
The *flutter/flutter* repo just crossed the 123.456k 🌟 milestone on #GitHub 🎉 Way to go @FlutterDev and congrats on reaching this epic milestone 💪#flutter #Dart github.com/flutter/flutter