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
New post on /r/flutterdev subreddit:
App Feedback Thread - July 30, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
July 30, 2021 at 03:00PM by AutoModerator
https://ift.tt/37dnuLb
App Feedback Thread - July 30, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
July 30, 2021 at 03:00PM by AutoModerator
https://ift.tt/37dnuLb
reddit
App Feedback Thread - July 30, 2021
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
A Flutter guide to visual overlap: padding, viewPadding, and viewInsets
https://ift.tt/3faXO64
July 30, 2021 at 02:15PM by lgn03
https://ift.tt/3rMg9f8
A Flutter guide to visual overlap: padding, viewPadding, and viewInsets
https://ift.tt/3faXO64
July 30, 2021 at 02:15PM by lgn03
https://ift.tt/3rMg9f8
Medium
A Flutter guide to visual overlap: padding, viewPadding, and viewInsets
Flutter is designed to run to a variety of devices. And to run on multiple devices is to adapt to each device’s quirks and features.
New post on /r/flutterdev subreddit:
How to be a bulldog developer
https://youtu.be/6V4dmNzWVZY
July 30, 2021 at 03:30PM by plangora
https://ift.tt/37dq7wx
How to be a bulldog developer
https://youtu.be/6V4dmNzWVZY
July 30, 2021 at 03:30PM by plangora
https://ift.tt/37dq7wx
YouTube
How to be a bulldog developer - Flying High with Flutter #17
Hi everyone! We had a great time with John Sonmez. In this episode, John taught us how to move forward, learn and grow through adversity, and we found his life experience really motivational. Watch the video now and share it with your friends!
#allenwyma…
#allenwyma…