New post on /r/flutterdev subreddit:
[Weekend Project] Building a Clubhouse clone in Flutter
Over the last weekend, I & my friend collaborated to build an audio room app very similar to the likes of Clubhouse for flutter.We created a blog and shared it with 100ms, the SDK which we used to build the app. The blog got published recently and I am happy to share it with you guys.Read here - https://www.100ms.live/blog/building-clubhouse-clone-using-100ms-in-flutter
You can connect with us here - https://twitter.com/himanstwt
December 13, 2021 at 06:27AM by scarneck_professor
https://ift.tt/3INawVR
[Weekend Project] Building a Clubhouse clone in Flutter
Over the last weekend, I & my friend collaborated to build an audio room app very similar to the likes of Clubhouse for flutter.We created a blog and shared it with 100ms, the SDK which we used to build the app. The blog got published recently and I am happy to share it with you guys.Read here - https://www.100ms.live/blog/building-clubhouse-clone-using-100ms-in-flutter
You can connect with us here - https://twitter.com/himanstwt
December 13, 2021 at 06:27AM by scarneck_professor
https://ift.tt/3INawVR
100ms.live
Building a Clubhouse Clone in Flutter using 100ms
Audio rooms are all rage now days. Here is a step-by-step guide on how to build a basic Clubhouse clone like app using Flutter and 100ms SDK
New post on /r/flutterdev subreddit:
Flutter 2.8: What's new with Filip Hráček
https://www.youtube.com/watch?v=0LXfnfiK_TA
December 13, 2021 at 11:55AM by MarkOSullivan
https://ift.tt/3DOfazq
Flutter 2.8: What's new with Filip Hráček
https://www.youtube.com/watch?v=0LXfnfiK_TA
December 13, 2021 at 11:55AM by MarkOSullivan
https://ift.tt/3DOfazq
YouTube
Flutter 2.8: What's new
Flutter 2.8 brings "significant performance improvements in both the engine and in Flutter DevTools, a stable release of the Google Mobile Ads SDK for Flutter, a slew of new Firebase features and improvements, WebView 3.0, a new batch of Flutter Favorite…
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 115 - Tutorials, videos, packages, and much more!
https://ift.tt/33uUu33
December 13, 2021 at 03:26PM by vensign
https://ift.tt/3oMSnja
Flutter Tap Weekly Newsletter Week 115 - Tutorials, videos, packages, and much more!
https://ift.tt/33uUu33
December 13, 2021 at 03:26PM by vensign
https://ift.tt/3oMSnja
Fluttertap
Newsletter Issue 115
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 115
New post on /r/flutterdev subreddit:
Changing the Elevated Button Color in Flutter - A Complete Guide - FlutterBeads
https://ift.tt/3IKrDYm
December 13, 2021 at 04:16PM by pinkeshdarji
https://ift.tt/3EQtbha
Changing the Elevated Button Color in Flutter - A Complete Guide - FlutterBeads
https://ift.tt/3IKrDYm
December 13, 2021 at 04:16PM by pinkeshdarji
https://ift.tt/3EQtbha
FlutterBeads
Change Elevated Button Color in Flutter (Ultimate Guide) - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">6</span> <span class="rt-label rt-postfix">min read</span></span> The ElevatedButton is one of the most and widely used widgets in Flutter.…
New tweet from FlutterDev:
🦋💚 Learn Flutter with the Flutter Community 💙 On December 15th, we will review chapters 16, 17, & 18 of #flutterapprentice, learn all about deploying an app to both Android and iOS, and answer your questions! Join the discussion 👉 https://t.co/WrLLDaSZkj https://t.co/teL2LwpPDT— Flutter (@FlutterDev) Dec 13, 2021
December 13, 2021 at 06:05PM
https://twitter.com/FlutterDev/status/1470439629111316486
🦋💚 Learn Flutter with the Flutter Community 💙 On December 15th, we will review chapters 16, 17, & 18 of #flutterapprentice, learn all about deploying an app to both Android and iOS, and answer your questions! Join the discussion 👉 https://t.co/WrLLDaSZkj https://t.co/teL2LwpPDT— Flutter (@FlutterDev) Dec 13, 2021
December 13, 2021 at 06:05PM
https://twitter.com/FlutterDev/status/1470439629111316486
YouTube
Deployment :: 15th Dec 2021 :: Flutter Apprentice Book Club
Chapters 16, 17 & 18
Get the book https://flutter.dev/apprentice-giveaway
Community
https://www.meetup.com/pro/flutter
https://fluttercommunity.dev/joinslack
https://discord.com/invite/N7Yshp4
https://www.reddit.com/r/FlutterDev/
https://stackoverfl…
Get the book https://flutter.dev/apprentice-giveaway
Community
https://www.meetup.com/pro/flutter
https://fluttercommunity.dev/joinslack
https://discord.com/invite/N7Yshp4
https://www.reddit.com/r/FlutterDev/
https://stackoverfl…
New post on /r/flutterdev subreddit:
Flutter Flame Sprite Component Explained Quickly
https://youtu.be/TwdXNd4WWrg
December 13, 2021 at 06:21PM by sonicworkflow
https://ift.tt/30nvNnV
Flutter Flame Sprite Component Explained Quickly
https://youtu.be/TwdXNd4WWrg
December 13, 2021 at 06:21PM by sonicworkflow
https://ift.tt/30nvNnV
New post on /r/flutterdev subreddit:
AWS Amplify in production - any tips, gotchas?
HiHas anyone used AWS Amplify in production (Cognito, Datastore), and if so, any gotchas, regrets?I built and published one app with Flutter a while back and learned a lot. In the New Year, I will be starting a fairly large new project for a client, who is already invested in AWS. I'm currently evaluating the best libraries to use by building a ToDo app (of course).I've settled on Mobx for state management (let's not get into a discussion about the ridiculous number of options out there - I like Mobx, and can use the same pattern for the React app we are building). And I've successfully added Hive to persist the state locally.Last night I started reading the Amplify docs (which seem really good). It seems I might not need to use Hive, as Amplify takes an offline-approach first and provides it's own local db which can then be sync'd. Anyone got any experience with this? Seems great if it works.Thx
December 13, 2021 at 08:01PM by badlyDrawnToy
https://ift.tt/3DPGf5i
AWS Amplify in production - any tips, gotchas?
HiHas anyone used AWS Amplify in production (Cognito, Datastore), and if so, any gotchas, regrets?I built and published one app with Flutter a while back and learned a lot. In the New Year, I will be starting a fairly large new project for a client, who is already invested in AWS. I'm currently evaluating the best libraries to use by building a ToDo app (of course).I've settled on Mobx for state management (let's not get into a discussion about the ridiculous number of options out there - I like Mobx, and can use the same pattern for the React app we are building). And I've successfully added Hive to persist the state locally.Last night I started reading the Amplify docs (which seem really good). It seems I might not need to use Hive, as Amplify takes an offline-approach first and provides it's own local db which can then be sync'd. Anyone got any experience with this? Seems great if it works.Thx
December 13, 2021 at 08:01PM by badlyDrawnToy
https://ift.tt/3DPGf5i
reddit
AWS Amplify in production - any tips, gotchas?
Hi Has anyone used AWS Amplify in production (Cognito, Datastore), and if so, any gotchas, regrets? I built and published one app with Flutter a...
New tweet from FlutterDev:
📝💙 Read Flutter Apprentice while you still can! Grab a copy of #flutterapprentice to build your Flutter skills and prepare for our newest Flutter challenge, before free access ends on January 6. Stay tuned for more details coming soon… 🦋 Get ready 👉 https://t.co/grR1J1rxAc https://t.co/GPNlmq6M4N— Flutter (@FlutterDev) Dec 13, 2021
December 13, 2021 at 09:02PM
https://twitter.com/FlutterDev/status/1470484307575820290
📝💙 Read Flutter Apprentice while you still can! Grab a copy of #flutterapprentice to build your Flutter skills and prepare for our newest Flutter challenge, before free access ends on January 6. Stay tuned for more details coming soon… 🦋 Get ready 👉 https://t.co/grR1J1rxAc https://t.co/GPNlmq6M4N— Flutter (@FlutterDev) Dec 13, 2021
December 13, 2021 at 09:02PM
https://twitter.com/FlutterDev/status/1470484307575820290
docs.flutter.dev
Get free access to Flutter Apprentice
You can have free online access to Flutter Apprentice book through January 6, 2022.
New post on /r/flutterdev subreddit:
New package `simple_async_builder` is out. It has the easies Future and StreamBuilder with useful defaults. Let me know what you think.
https://ift.tt/31Due5q
December 13, 2021 at 09:59PM by bartektartanus
https://ift.tt/3m3wdax
New package `simple_async_builder` is out. It has the easies Future and StreamBuilder with useful defaults. Let me know what you think.
https://ift.tt/31Due5q
December 13, 2021 at 09:59PM by bartektartanus
https://ift.tt/3m3wdax
New tweet from FlutterDev:
📝 Know a great tech writer? We have a job opening! https://t.co/bUBw5yEah6— Flutter (@FlutterDev) Dec 13, 2021
December 14, 2021
https://twitter.com/FlutterDev/status/1470528962724044807
📝 Know a great tech writer? We have a job opening! https://t.co/bUBw5yEah6— Flutter (@FlutterDev) Dec 13, 2021
December 14, 2021
https://twitter.com/FlutterDev/status/1470528962724044807
New post on /r/flutterdev subreddit:
Some fears before I start Flutter
How to handle global state managing? There are lot of options here. bloc, provider, riverpod etc. I prefer writing less code. But smells bloc is writing bunch of class snippets which I dont like.... What is the simplest and popular active libLack of 3rd party libs. This is kind of the invisible fear part. I don't know what features will be inside in the feature. For now it looks good, but at the point I realized that this required feature is missing on libs....Then i need to write native codes or make a base code...Which is also a noob level....Also invisible fear part. Unknown weird issues. I made 2 projects when RN was early stage version 0.3~0.4. And I spent most of time debugging weird issues or performance, memory, frame drop issue. How often does flutter has this?
December 14, 2021 at 05:54AM by gigas02
https://ift.tt/3IJvghk
Some fears before I start Flutter
How to handle global state managing? There are lot of options here. bloc, provider, riverpod etc. I prefer writing less code. But smells bloc is writing bunch of class snippets which I dont like.... What is the simplest and popular active libLack of 3rd party libs. This is kind of the invisible fear part. I don't know what features will be inside in the feature. For now it looks good, but at the point I realized that this required feature is missing on libs....Then i need to write native codes or make a base code...Which is also a noob level....Also invisible fear part. Unknown weird issues. I made 2 projects when RN was early stage version 0.3~0.4. And I spent most of time debugging weird issues or performance, memory, frame drop issue. How often does flutter has this?
December 14, 2021 at 05:54AM by gigas02
https://ift.tt/3IJvghk
reddit
Some fears before I start Flutter
1. How to handle global state managing? There are lot of options here. bloc, provider, riverpod etc. I prefer writing less code. But smells bloc...
New post on /r/flutterdev subreddit:
Minimum Viable Product (AKA MVP)
https://ift.tt/31ZQFSu
December 14, 2021 at 10:20AM by iisprey
https://ift.tt/3lZv2Zx
Minimum Viable Product (AKA MVP)
https://ift.tt/31ZQFSu
December 14, 2021 at 10:20AM by iisprey
https://ift.tt/3lZv2Zx
Medium
Minimum Viable Product (AKA MVP)
Every developer should know that!
New post on /r/flutterdev subreddit:
Flutter Tutorial: Login, Role, and Permissions
https://ift.tt/30oftTM
December 14, 2021 at 12:38PM by didinj
https://ift.tt/3GKWuCf
Flutter Tutorial: Login, Role, and Permissions
https://ift.tt/30oftTM
December 14, 2021 at 12:38PM by didinj
https://ift.tt/3GKWuCf
Djamware.com
Flutter Tutorial: Login, Role, and Permissions
The comprehensive step by step Flutter tutorial on building Android and iOS apps that can Login with role-based and permissions from REST API
New post on /r/flutterdev subreddit:
in_app_purchase Plugin Update 2.0.0 - Whats new?
https://ift.tt/3oQPoGs
December 14, 2021 at 04:57PM by alex_tnx
https://ift.tt/323CPi8
in_app_purchase Plugin Update 2.0.0 - Whats new?
https://ift.tt/3oQPoGs
December 14, 2021 at 04:57PM by alex_tnx
https://ift.tt/323CPi8
www.linkfive.io
in_app_purchase Plugin Update 2.0.0 - Whats new? - Flutter Subscription Blog - LinkFive
The Flutter team recently update the flutter plugin in_app_purchase to version 2.0.0. We've checked the changes and here is what is new.
New post on /r/flutterdev subreddit:
Telegram bot with Dart, Docker and VDS
Hi there! There was a case where I was need to build telegram bot. So here is article about it. Hope it will help someone! article
December 14, 2021 at 07:27PM by Kharitonov_al
https://ift.tt/3GIWJ0R
Telegram bot with Dart, Docker and VDS
Hi there! There was a case where I was need to build telegram bot. So here is article about it. Hope it will help someone! article
December 14, 2021 at 07:27PM by Kharitonov_al
https://ift.tt/3GIWJ0R
Medium
Telegram bot with Dart and Docker
In this article I want to share my experience on building Telegram bot with Dart and Docker.
New post on /r/flutterdev subreddit:
is Flutter Desktop production ready?
Hello . I want to make a desktop app using flutter, the same app should work on macOS, Windows, and Linux. is flutter desktop good for production ? and what are the challenges if not?Thanks a lot
December 14, 2021 at 08:54PM by addimo
https://ift.tt/3dW5fNq
is Flutter Desktop production ready?
Hello . I want to make a desktop app using flutter, the same app should work on macOS, Windows, and Linux. is flutter desktop good for production ? and what are the challenges if not?Thanks a lot
December 14, 2021 at 08:54PM by addimo
https://ift.tt/3dW5fNq
reddit
is Flutter Desktop production ready?
>!Hello .!< I want to make a desktop app using flutter, the same app should work on macOS, Windows, and Linux. is flutter desktop good for...
New post on /r/flutterdev subreddit:
BLoC with Flutter!
https://ift.tt/3GMwMxd
December 14, 2021 at 08:40PM by YazeedAlKhalaf
https://ift.tt/3oSK8BZ
BLoC with Flutter!
https://ift.tt/3GMwMxd
December 14, 2021 at 08:40PM by YazeedAlKhalaf
https://ift.tt/3oSK8BZ
Medium
BLoC with Flutter!
Learn BLoC with Flutter from ZERO!
New tweet from FlutterDev:
🦋 Chapter 10: Pop Quiz! Serializing classes into JSON is helpful when implementing which feature? #flutterapprentice— Flutter (@FlutterDev) Dec 14, 2021
December 14, 2021 at 09:06PM
https://twitter.com/FlutterDev/status/1470847654045237250
🦋 Chapter 10: Pop Quiz! Serializing classes into JSON is helpful when implementing which feature? #flutterapprentice— Flutter (@FlutterDev) Dec 14, 2021
December 14, 2021 at 09:06PM
https://twitter.com/FlutterDev/status/1470847654045237250
Twitter
Flutter
🦋 Chapter 10: Pop Quiz! Serializing classes into JSON is helpful when implementing which feature? #flutterapprentice
New post on /r/flutterdev subreddit:
17 year old Looking to make an app any advice
Any advice is helpful thank you
December 14, 2021 at 09:30PM by CommercialAd717
https://ift.tt/3IQ028s
17 year old Looking to make an app any advice
Any advice is helpful thank you
December 14, 2021 at 09:30PM by CommercialAd717
https://ift.tt/3IQ028s
reddit
17 year old Looking to make an app any advice
Any advice is helpful thank you
New post on /r/flutterdev subreddit:
Show simple calculator in Flutter app
https://youtu.be/OVn7LPz-uAc
December 14, 2021 at 11:51PM by Vikkybliz_dev
https://ift.tt/3IMn002
Show simple calculator in Flutter app
https://youtu.be/OVn7LPz-uAc
December 14, 2021 at 11:51PM by Vikkybliz_dev
https://ift.tt/3IMn002
YouTube
Simple Calculator in Flutter
We will add a simple calculator in our Flutter app today. Don't forget to subscribe to my YouTube channel
#flutter #Vikkybliz
Source code -https://github.com/Vikkybliz/simple-calculator
Package used - https://pub.dev/packages/flutter_simple_calculator
Maze…
#flutter #Vikkybliz
Source code -https://github.com/Vikkybliz/simple-calculator
Package used - https://pub.dev/packages/flutter_simple_calculator
Maze…
New post on /r/flutterdev subreddit:
Is it advised to learn Flutter without knowing the basics of App Development?
I am a beginner at coding and would like to learn app development. When I was looking for the best learning methods, most of the articles(and my friends) recommended using Flutter to develop apps. I have no prior experience in app development at all, so is it ok if I start learning Flutter and Dart straight away without knowing Java or Kotlin? Also, I don't know how to use Android Studio. Is this a pre-requisite to learning Flutter?Thank you for your time!
December 14, 2021 at 11:36PM by Not-A-myth
https://ift.tt/30s4poF
Is it advised to learn Flutter without knowing the basics of App Development?
I am a beginner at coding and would like to learn app development. When I was looking for the best learning methods, most of the articles(and my friends) recommended using Flutter to develop apps. I have no prior experience in app development at all, so is it ok if I start learning Flutter and Dart straight away without knowing Java or Kotlin? Also, I don't know how to use Android Studio. Is this a pre-requisite to learning Flutter?Thank you for your time!
December 14, 2021 at 11:36PM by Not-A-myth
https://ift.tt/30s4poF
reddit
Is it advised to learn Flutter without knowing the basics of App...
I am a beginner at coding and would like to learn app development. When I was looking for the best learning methods, most of the articles(and my...