New post on /r/flutterdev subreddit:
An example app for you - Levelhead Browser
Thanks to Flutter, I finally launched my app on Google Play Store, Levelhead Browser.Get it on Google PlayCheck out the source codeThe source code has many aspects that you might be interested in to see in an app.It uses Bloc library to manage states, such as managing navigation, data management using API, deep link to launch your app with a custom link on the internet, detecting first launch and showing welcome screen, changing AppBar depending on the current state etc.It uses providers and repositories to manage data coming from an API.It utilizes reusable components so you DRY.
July 29, 2021 at 03:12PM by erayerdin
https://ift.tt/3zInmzo
An example app for you - Levelhead Browser
Thanks to Flutter, I finally launched my app on Google Play Store, Levelhead Browser.Get it on Google PlayCheck out the source codeThe source code has many aspects that you might be interested in to see in an app.It uses Bloc library to manage states, such as managing navigation, data management using API, deep link to launch your app with a custom link on the internet, detecting first launch and showing welcome screen, changing AppBar depending on the current state etc.It uses providers and repositories to manage data coming from an API.It utilizes reusable components so you DRY.
July 29, 2021 at 03:12PM by erayerdin
https://ift.tt/3zInmzo
New tweet from FlutterDev:
💙 Included in the Flutter SDK, package:collection lets you... ✔️ Check two collections for deep equality ✔️ Implement a priority queue ✔️ "Do maths" Watch #PackageoftheWeek for more → https://t.co/YcPctZ4KVZ https://t.co/qnjHYkmZMR— Flutter (@FlutterDev) Jul 29, 2021
July 29, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1420798892686381062
💙 Included in the Flutter SDK, package:collection lets you... ✔️ Check two collections for deep equality ✔️ Implement a priority queue ✔️ "Do maths" Watch #PackageoftheWeek for more → https://t.co/YcPctZ4KVZ https://t.co/qnjHYkmZMR— Flutter (@FlutterDev) Jul 29, 2021
July 29, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1420798892686381062
YouTube
Collection (Flutter Package of the Week)
Learn more about Collection→ https://goo.gle/pub-dev-collection
Tired of doing all the work on your own and just want some help dealing with lists, maps, and sets in your app? package:collection lets you check if two collections contain other collections…
Tired of doing all the work on your own and just want some help dealing with lists, maps, and sets in your app? package:collection lets you check if two collections contain other collections…
New post on /r/flutterdev subreddit:
My journey on finding the best architecture for a production-level social app using Flutter
https://ift.tt/3xdpu0g
July 29, 2021 at 07:41PM by erkansahnn
https://ift.tt/2V4zBHZ
My journey on finding the best architecture for a production-level social app using Flutter
https://ift.tt/3xdpu0g
July 29, 2021 at 07:41PM by erkansahnn
https://ift.tt/2V4zBHZ
Medium
How to architect a production-level app in Flutter
Challenges in architecting a real-world application
New post on /r/flutterdev subreddit:
Flutter packages for background services part 1
https://ift.tt/3x6Fj9e
July 29, 2021 at 07:38PM by Hosterlkr
https://ift.tt/3rH27eA
Flutter packages for background services part 1
https://ift.tt/3x6Fj9e
July 29, 2021 at 07:38PM by Hosterlkr
https://ift.tt/3rH27eA
Flut Dev
Flutter packages for background services part 1
Hi, I am Lokesh Jangid. it's my personal blog for flutter developers.
New post on /r/flutterdev subreddit:
Best WebSocket library?
The last time I tried, in around 2019, I started with WebSocketChannel and I found the error handling to be problematic.I don't recall all of the issues other than it was not easy to trap all errors and in the end I resorted to using the underlying WebSocket class instead.Has the situation improved or are there alternatives? I noticed there is now a Socket.IO library for Flutter - is this worth a try?
July 29, 2021 at 07:22PM by jsnab
https://ift.tt/3lbAlps
Best WebSocket library?
The last time I tried, in around 2019, I started with WebSocketChannel and I found the error handling to be problematic.I don't recall all of the issues other than it was not easy to trap all errors and in the end I resorted to using the underlying WebSocket class instead.Has the situation improved or are there alternatives? I noticed there is now a Socket.IO library for Flutter - is this worth a try?
July 29, 2021 at 07:22PM by jsnab
https://ift.tt/3lbAlps
New post on /r/flutterdev subreddit:
Collection (Flutter Package of the Week)
https://youtube.com/watch?v=Ymw9xfRucK0&feature=share
July 29, 2021 at 07:19PM by Pixelreddit
https://ift.tt/3rF6dE5
Collection (Flutter Package of the Week)
https://youtube.com/watch?v=Ymw9xfRucK0&feature=share
July 29, 2021 at 07:19PM by Pixelreddit
https://ift.tt/3rF6dE5
YouTube
Collection (Flutter Package of the Week)
Learn more about Collection→ https://goo.gle/pub-dev-collection
Tired of doing all the work on your own and just want some help dealing with lists, maps, and sets in your app? package:collection lets you check if two collections contain other collections…
Tired of doing all the work on your own and just want some help dealing with lists, maps, and sets in your app? package:collection lets you check if two collections contain other collections…
New post on /r/flutterdev subreddit:
I am so excited to invite you to join my Twitch stream. We will talk about flutter and build so cool things together live. Don’t miss it 🚀
https://ift.tt/3fcKIFx
July 29, 2021 at 08:35PM by YazeedAlKhalaf
https://ift.tt/3zPZf20
I am so excited to invite you to join my Twitch stream. We will talk about flutter and build so cool things together live. Don’t miss it 🚀
https://ift.tt/3fcKIFx
July 29, 2021 at 08:35PM by YazeedAlKhalaf
https://ift.tt/3zPZf20
Twitch
YazeedAlKhalaf - Twitch
Flutter Developer 🚀
New post on /r/flutterdev subreddit:
Get Rid Of Stateful Widgets, Listenable Models
https://ift.tt/3f9X5Co
July 29, 2021 at 10:12PM by fredgrott
https://ift.tt/3fbgD9o
Get Rid Of Stateful Widgets, Listenable Models
https://ift.tt/3f9X5Co
July 29, 2021 at 10:12PM by fredgrott
https://ift.tt/3fbgD9o
Medium
Get Rid Of Stateful Widgets, Listenable Models
This is your first pattern of getting rid of the Stateful Widgets using Inherited Model and Listenables. Just like previous articles, I am…
New post on /r/flutterdev subreddit:
What is the best way to record the user saying something, then transform it to text in a flutter app and also have text-to-speech available?
I want to implement speech recognition, but I don't know what software to implement so it works best with my flutter app. Also, after the speech is turned into text, the app should also be able to have a text-to-speech, that can repeat the text from the input so the user can see how it sounds like (when he inserts it by typing, not voice)
July 29, 2021 at 10:39PM by electro-pug-2017
https://ift.tt/2WqveqU
What is the best way to record the user saying something, then transform it to text in a flutter app and also have text-to-speech available?
I want to implement speech recognition, but I don't know what software to implement so it works best with my flutter app. Also, after the speech is turned into text, the app should also be able to have a text-to-speech, that can repeat the text from the input so the user can see how it sounds like (when he inserts it by typing, not voice)
July 29, 2021 at 10:39PM by electro-pug-2017
https://ift.tt/2WqveqU
reddit
What is the best way to record the user saying something, then...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Handle Navigations In Flutter - Unnamed Routes - Flutter for Beginners
https://www.youtube.com/watch?v=EbsDmdJwvww
July 29, 2021 at 10:20PM by olu_tayormi
https://ift.tt/3j0rmED
Handle Navigations In Flutter - Unnamed Routes - Flutter for Beginners
https://www.youtube.com/watch?v=EbsDmdJwvww
July 29, 2021 at 10:20PM by olu_tayormi
https://ift.tt/3j0rmED
YouTube
Handle Navigations In Flutter - Unnamed Routes - Flutter for Beginners
In this video, you will learn how to handle Navigations in Flutter with Navigator 1.0.
Project Repo: https://github.com/tayormi/flutter_learning
---
👉 Twitter: https://twitter.com/olu_tayormi
👉 Linkedin: https://linkedin.com/in/tayormi
👉 Github: https:…
Project Repo: https://github.com/tayormi/flutter_learning
---
👉 Twitter: https://twitter.com/olu_tayormi
👉 Linkedin: https://linkedin.com/in/tayormi
👉 Github: https:…
New post on /r/flutterdev subreddit:
Confusion around designing custom app themes
My current issue is not with understanding/manipulating ThemeData per se... its about knowing WHAT is getting manipulated when I change a particular configuration.This is crucial information for both developer / designer perspectives.For example,How are designers supposed to know which widgets use subtitle2 vs subtitle1 etc. when writing app designs in a program such as Figma (which allows textTheme components similar to Flutter)How are developers supposed to know which widgets are being manipulated when changing a textTheme or color throughout the app?I would expect a resource to exist in the documentation which provides mappings for these configurations however I can only find dated user-made excel sheets at best. How are other people dealing with this issue / am I missing something?I get that I can drill down into a specific widget's source code, but I need to do the opposite, find all references to a color/textTheme to write accurate designs and better understand what will be changed.
July 30, 2021 at 12:09AM by ben_dev_
https://ift.tt/3yenbeY
Confusion around designing custom app themes
My current issue is not with understanding/manipulating ThemeData per se... its about knowing WHAT is getting manipulated when I change a particular configuration.This is crucial information for both developer / designer perspectives.For example,How are designers supposed to know which widgets use subtitle2 vs subtitle1 etc. when writing app designs in a program such as Figma (which allows textTheme components similar to Flutter)How are developers supposed to know which widgets are being manipulated when changing a textTheme or color throughout the app?I would expect a resource to exist in the documentation which provides mappings for these configurations however I can only find dated user-made excel sheets at best. How are other people dealing with this issue / am I missing something?I get that I can drill down into a specific widget's source code, but I need to do the opposite, find all references to a color/textTheme to write accurate designs and better understand what will be changed.
July 30, 2021 at 12:09AM by ben_dev_
https://ift.tt/3yenbeY
reddit
Confusion around designing custom app themes
My current issue is not with understanding/manipulating ThemeData per se... its about knowing WHAT is getting manipulated when I change a...
New post on /r/flutterdev subreddit:
Flutter Clean Architecture, Background Playback & Co. - 28 - PUB.DEV REL...
https://youtube.com/watch?v=3TYQwpONvBs&feature=share
July 29, 2021 at 11:27PM by syntacops
https://ift.tt/3j3UZ8g
Flutter Clean Architecture, Background Playback & Co. - 28 - PUB.DEV REL...
https://youtube.com/watch?v=3TYQwpONvBs&feature=share
July 29, 2021 at 11:27PM by syntacops
https://ift.tt/3j3UZ8g
YouTube
Flutter Clean Architecture, Background Playback & Co. - 28 - PUB.DEV RELEASES
The most liked Flutter packages of week 28 (from July 12 to 18) is a Flutter Clean Architecture CLI. On top of that we also get background playback, an animated flip counter and 7 additional package releases. #flutter #clean #architecture
📺 FULL PLAYLIST:…
📺 FULL PLAYLIST:…
New post on /r/flutterdev subreddit:
Flutter x Prepare a macOS app for distribution
https://ift.tt/3fdfu13
July 30, 2021 at 04:56AM by dubyduu
https://ift.tt/3j2whVF
Flutter x Prepare a macOS app for distribution
https://ift.tt/3fdfu13
July 30, 2021 at 04:56AM by dubyduu
https://ift.tt/3j2whVF
Medium
Flutter x Prepare a macOS app for distribution
I once received three consecutive rejection emails from the Apple Store review team for my first macOS application, and I learned a lot of…
New post on /r/flutterdev subreddit:
How to Develop a Chat App in Flutter With Firebase?
https://ift.tt/3BWO4WX
July 30, 2021 at 06:18AM by RachaelGrey28
https://ift.tt/3lcvnZE
How to Develop a Chat App in Flutter With Firebase?
https://ift.tt/3BWO4WX
July 30, 2021 at 06:18AM by RachaelGrey28
https://ift.tt/3lcvnZE
Medium
How to Develop a Chat App in Flutter With Firebase?
Learn how to build a Chat Application with Flutter and Firebase
New post on /r/flutterdev subreddit:
How would you compare React and Flutter Web
Hi there. How would you compare using React and Flutter Web? Basically how is:The development flow like? Do you have ready made components in React like widgets in flutter?How is the SEO story with using React? versus Flutter web.
July 30, 2021 at 07:14AM by finlaydotweber
https://ift.tt/3zOn8XA
How would you compare React and Flutter Web
Hi there. How would you compare using React and Flutter Web? Basically how is:The development flow like? Do you have ready made components in React like widgets in flutter?How is the SEO story with using React? versus Flutter web.
July 30, 2021 at 07:14AM by finlaydotweber
https://ift.tt/3zOn8XA
reddit
How would you compare React and Flutter Web
Hi there. How would you compare using React and Flutter Web? Basically how is: - The development flow like? Do you have ready made components in...
New post on /r/flutterdev subreddit:
Flutter - Google Sign In - Social Login Series - EP 01
https://youtu.be/2GdJnV-C5GI
July 30, 2021 at 08:42AM by K_SNIPPET
https://ift.tt/3j2sTdB
Flutter - Google Sign In - Social Login Series - EP 01
https://youtu.be/2GdJnV-C5GI
July 30, 2021 at 08:42AM by K_SNIPPET
https://ift.tt/3j2sTdB
YouTube
Flutter - Google Sign-In - Social Login Series - EP 01
In this video we will learn how to integrate Google Sign-In in Flutter Application.
⏱TIMESTAMPS
00:00 - Video Introduction
00:54 - Flutter Packages
01:29 - Firebase Project Setup - Android
04:03 - Google Cloud Project Setup
05:38 - UI Integration
12:36…
⏱TIMESTAMPS
00:00 - Video Introduction
00:54 - Flutter Packages
01:29 - Firebase Project Setup - Android
04:03 - Google Cloud Project Setup
05:38 - UI Integration
12:36…
New post on /r/flutterdev subreddit:
Comparison between react native and flutter
I am in the situation where I am learning Flutter but considering switching to react native due to the lack of seo via flutter web. This is because the app I am working on also needs to be usable via the web and not just only on native.So far so good I am getting up to speed with the flutter model of development. Where everything is a widget, and where you have a whole lots of widget available to you by default.My question now is, what is the development story like when using react native? Is it as convenient as what flutter offers? How would you compare the two.Thoughts and opinions are welcome. Thanks!
July 30, 2021 at 09:13AM by finlaydotweber
https://ift.tt/3yfHU23
Comparison between react native and flutter
I am in the situation where I am learning Flutter but considering switching to react native due to the lack of seo via flutter web. This is because the app I am working on also needs to be usable via the web and not just only on native.So far so good I am getting up to speed with the flutter model of development. Where everything is a widget, and where you have a whole lots of widget available to you by default.My question now is, what is the development story like when using react native? Is it as convenient as what flutter offers? How would you compare the two.Thoughts and opinions are welcome. Thanks!
July 30, 2021 at 09:13AM by finlaydotweber
https://ift.tt/3yfHU23
reddit
Comparison between react native and flutter
I am in the situation where I am learning Flutter but considering switching to react native due to the lack of seo via flutter web. This is...
New post on /r/flutterdev subreddit:
How to make a Flutter package? Complete tutorial from code to publishing on Pub Dev
https://youtu.be/ZLP9BPdtd-E
July 30, 2021 at 10:19AM by adityathakurxd
https://ift.tt/2VkZD9u
How to make a Flutter package? Complete tutorial from code to publishing on Pub Dev
https://youtu.be/ZLP9BPdtd-E
July 30, 2021 at 10:19AM by adityathakurxd
https://ift.tt/2VkZD9u
YouTube
How to make a Flutter Package? Build and Publish First Package
In this video, I'll show you how to build and publish your first Flutter package complete with code walkthrough.
Timestamps:
0:00 Introduction
0:39 Why make a Flutter package?
01:39 How to make a Flutter package?
01:44 Step 1 Create a new project
01:59 Difference…
Timestamps:
0:00 Introduction
0:39 Why make a Flutter package?
01:39 How to make a Flutter package?
01:44 Step 1 Create a new project
01:59 Difference…
New post on /r/flutterdev subreddit:
People who landed a job with flutter, could you share some of your work or portfolio?
I am starting grad school in a few weeks. As part of the curriculum I need to secure an internship in summer (which in most cases leads to full-time position after school). I love flutter and been using it for almost 2.5 years now. I have made a few production level apps too. I feel confident enough to get a job/internship but all my projects have been solo so I don't know where exactly I stand.
July 30, 2021 at 12:42PM by diedFindingAUsername
https://ift.tt/3j88LXt
People who landed a job with flutter, could you share some of your work or portfolio?
I am starting grad school in a few weeks. As part of the curriculum I need to secure an internship in summer (which in most cases leads to full-time position after school). I love flutter and been using it for almost 2.5 years now. I have made a few production level apps too. I feel confident enough to get a job/internship but all my projects have been solo so I don't know where exactly I stand.
July 30, 2021 at 12:42PM by diedFindingAUsername
https://ift.tt/3j88LXt
reddit
People who landed a job with flutter, could you share some of your...
I am starting grad school in a few weeks. As part of the curriculum I need to secure an internship in summer (which in most cases leads to...
New post on /r/flutterdev subreddit:
I was a React Native developer. I switched to Flutter 📱. Do you want to know what mobile technology is best suited for you? I wrote this article to help you choose.
https://ift.tt/3fdvC2G
July 30, 2021 at 12:37PM by Matthieu_Pernelle
https://ift.tt/3xdqTUP
I was a React Native developer. I switched to Flutter 📱. Do you want to know what mobile technology is best suited for you? I wrote this article to help you choose.
https://ift.tt/3fdvC2G
July 30, 2021 at 12:37PM by Matthieu_Pernelle
https://ift.tt/3xdqTUP
blog.bam.tech
React Native or Flutter: the decision tree.
Flutter or React Native ?
If you want to build a mobile application, this decision will help you chose the right technology.
If you want to build a mobile application, this decision will help you chose the right technology.
New post on /r/flutterdev subreddit:
Resources for beginners + Work with others
Hello everyone. I've compiled a small number of resources that can be really helpful for beginners.Also if any of you want to work with others in a Project or discuss dart/flutter related topics with others then DM me, we can all help each other in a discord group. Senior developers are also welcome if they want to help juniors or give task/work to juniors (We will happily work for seniors to learn from them)Anyway, here's the list.This dart playlist is a Must for those who are new to coding, It'll teach you Basics of Dart + important concepts like factory constructors, abstractions, interface, future async await etc Dart Playlist - Must watch if you're coding for first tme https://youtube.com/playlist?list=PLfNDfEpg5eOPazLXpSseGz3AbR6Ll8GRxFlutter Playlist (Really nicely explained, You'll learn about all the important things in Flutter) The same channel has Provider tutorials as well. https://youtube.com/playlist?list=PLfNDfEpg5eOOxE6arbfrloHtieJ4aSY9vThis contains almost all flutter resources that one will ever need, from basics to clean code, architectures, unit testing and firebase. 200+ Flutter resources https://wilsonwilson.dev/articles/flutter-resourcesFor new people they can follow this 30 days roadmap to learn flutter. Flutter learning Roadmap https://drive.google.com/file/d/1rh0UM2nkmJhUFzQQobeSXi26JdvTqRpo/view
July 30, 2021 at 02:03PM by opinvader
https://ift.tt/3xfAhXQ
Resources for beginners + Work with others
Hello everyone. I've compiled a small number of resources that can be really helpful for beginners.Also if any of you want to work with others in a Project or discuss dart/flutter related topics with others then DM me, we can all help each other in a discord group. Senior developers are also welcome if they want to help juniors or give task/work to juniors (We will happily work for seniors to learn from them)Anyway, here's the list.This dart playlist is a Must for those who are new to coding, It'll teach you Basics of Dart + important concepts like factory constructors, abstractions, interface, future async await etc Dart Playlist - Must watch if you're coding for first tme https://youtube.com/playlist?list=PLfNDfEpg5eOPazLXpSseGz3AbR6Ll8GRxFlutter Playlist (Really nicely explained, You'll learn about all the important things in Flutter) The same channel has Provider tutorials as well. https://youtube.com/playlist?list=PLfNDfEpg5eOOxE6arbfrloHtieJ4aSY9vThis contains almost all flutter resources that one will ever need, from basics to clean code, architectures, unit testing and firebase. 200+ Flutter resources https://wilsonwilson.dev/articles/flutter-resourcesFor new people they can follow this 30 days roadmap to learn flutter. Flutter learning Roadmap https://drive.google.com/file/d/1rh0UM2nkmJhUFzQQobeSXi26JdvTqRpo/view
July 30, 2021 at 02:03PM by opinvader
https://ift.tt/3xfAhXQ
YouTube
Dart Basics and a bit more
Learn the basics of the Dart language