New tweet from FlutterDev:
RT @GooglePlayDev: 👋🎊 Congratulations to the winners of the #IndieGamesFestival and the #IndieGamesAccelerator class of 2021. Learn more a…— Flutter (@FlutterDev) Sep 4, 2021
September 04, 2021 at 06:26PM
http://twitter.com/FlutterDev/status/1434191138919964673
RT @GooglePlayDev: 👋🎊 Congratulations to the winners of the #IndieGamesFestival and the #IndieGamesAccelerator class of 2021. Learn more a…— Flutter (@FlutterDev) Sep 4, 2021
September 04, 2021 at 06:26PM
http://twitter.com/FlutterDev/status/1434191138919964673
Twitter
Google Play Apps & Games
👋🎊 Congratulations to the winners of the #IndieGamesFestival and the #IndieGamesAccelerator class of 2021. Learn more about these incredible game creators here ↓ goo.gle/3zMwbc2
New post on /r/flutterdev subreddit:
Flutter 4 Fun - UI Challenge 6
Check out our new blog post in Flutter 4 Fun:UI Challenge 6 – Juice Product App By Arman Chowdhury NijumYou can subscribe to our Blog's notification or Twitter account to get notified of a new post.
September 04, 2021 at 07:12PM by imaN_NeoFighT
https://ift.tt/3DPmYlJ
Flutter 4 Fun - UI Challenge 6
Check out our new blog post in Flutter 4 Fun:UI Challenge 6 – Juice Product App By Arman Chowdhury NijumYou can subscribe to our Blog's notification or Twitter account to get notified of a new post.
September 04, 2021 at 07:12PM by imaN_NeoFighT
https://ift.tt/3DPmYlJ
Flutter 4 Fun
UI Challenge 6 – Juice Product App by Arman Chowdhury Nijum
Hi, there! Today, we are going to implement Juice Product App by Arman Chowdhury Nijum. I dropped the final result below to catch your eye (check the source code here). If you’re ready, let’s get started! It seems straightforward. BTW let’s break it into…
New post on /r/flutterdev subreddit:
We need Flutter Instant Apps
I really wish we could tap on a link and open a Flutter app without the need to download or install anything.Outside Silicon valley app based companies such as Uber and Doordash, web is king and mobile apps are treated like a second class citizen for most parts IMHO.As much, if not more of the development budget goes towards the mobile website as the mobile app in many companies. Even though often the end result is that the mobile website lacks the performance and capabilities of the app. Instead, we should be able to tap on a link and open a native, lag free Flutter instant app experience.Currently, what are the technical barriers to Flutter instant apps?Currently, the biggest barrier is the instant app size limit of 4MB. An empty Flutter app is 15.8 MB. Splitting the APK based on target platform brings the size down to 5.8MB. The bulk of the space is taken up by the Flutter engine (4.7MB). What if this engine could be decoupled?Decoupling the engine from the app.Flutter apps ship with their own runtime and Skia engine. If the engine was decoupled, then the host device would need to have the target engine embedded. This creates the problem of a potential mismatch between engine and app. One potential solution is to create a Flutter Instant app target. A fixed engine version could be deployed to client devices (perhaps via Google Play Services). If a developer wishes to support Instant apps, they will need to build a version for that specific engine target.Speed up Flutter web.If Flutter apps could be decoupled from the underlying engine, then Flutter web apps could potentially also ship with a fixed runtime. Then, Flutter web apps could load much faster than they do now.Ignoring that there are other devices than Android and Chrome, Flutter + Instant apps could be a game changer and the future of mobile web.
September 04, 2021 at 08:51PM by Codelessly
https://ift.tt/3BGHAdR
We need Flutter Instant Apps
I really wish we could tap on a link and open a Flutter app without the need to download or install anything.Outside Silicon valley app based companies such as Uber and Doordash, web is king and mobile apps are treated like a second class citizen for most parts IMHO.As much, if not more of the development budget goes towards the mobile website as the mobile app in many companies. Even though often the end result is that the mobile website lacks the performance and capabilities of the app. Instead, we should be able to tap on a link and open a native, lag free Flutter instant app experience.Currently, what are the technical barriers to Flutter instant apps?Currently, the biggest barrier is the instant app size limit of 4MB. An empty Flutter app is 15.8 MB. Splitting the APK based on target platform brings the size down to 5.8MB. The bulk of the space is taken up by the Flutter engine (4.7MB). What if this engine could be decoupled?Decoupling the engine from the app.Flutter apps ship with their own runtime and Skia engine. If the engine was decoupled, then the host device would need to have the target engine embedded. This creates the problem of a potential mismatch between engine and app. One potential solution is to create a Flutter Instant app target. A fixed engine version could be deployed to client devices (perhaps via Google Play Services). If a developer wishes to support Instant apps, they will need to build a version for that specific engine target.Speed up Flutter web.If Flutter apps could be decoupled from the underlying engine, then Flutter web apps could potentially also ship with a fixed runtime. Then, Flutter web apps could load much faster than they do now.Ignoring that there are other devices than Android and Chrome, Flutter + Instant apps could be a game changer and the future of mobile web.
September 04, 2021 at 08:51PM by Codelessly
https://ift.tt/3BGHAdR
reddit
We need Flutter Instant Apps
I really wish we could tap on a link and open a Flutter app without the need to download or install anything. Outside Silicon valley app based...
New post on /r/flutterdev subreddit:
Can Flutter Web be used to build a Twitch extension ?
Hi!I am trying to build a twitch extension with Flutter web! However, I get a blank screen on Twitch when I export the build/web folder to Twitch. Did someone already try to make an extension with Flutter Web ? Is it even possible ? I guess it should be. If yes, am I missing something?Love 😘
September 04, 2021 at 10:16PM by EskAere
https://ift.tt/3h2z5Ce
Can Flutter Web be used to build a Twitch extension ?
Hi!I am trying to build a twitch extension with Flutter web! However, I get a blank screen on Twitch when I export the build/web folder to Twitch. Did someone already try to make an extension with Flutter Web ? Is it even possible ? I guess it should be. If yes, am I missing something?Love 😘
September 04, 2021 at 10:16PM by EskAere
https://ift.tt/3h2z5Ce
reddit
Can Flutter Web be used to build a Twitch extension ?
Hi! I am trying to build a twitch extension with Flutter web! However, I get a blank screen on Twitch when I export the build/web folder to...
New post on /r/flutterdev subreddit:
Flutter UI Message Chat App Tutorial Part 2
https://youtu.be/xEFz-kznOpY
September 05, 2021 at 01:07AM by Confident-Basket-896
https://ift.tt/3n4CELG
Flutter UI Message Chat App Tutorial Part 2
https://youtu.be/xEFz-kznOpY
September 05, 2021 at 01:07AM by Confident-Basket-896
https://ift.tt/3n4CELG
YouTube
Flutter UI Chat Message App Tutorial | App from Scratch Part 2
Welcome to my Flutter Apps from Scratch tutorial series. In this video, we will build the chat message app UI and you will learn how to build this beautiful flutter app from the scratch.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Part 1 for…
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Part 1 for…
New post on /r/flutterdev subreddit:
Displaying SnackBars in Flutter
https://ift.tt/3h2rPpI
September 05, 2021 at 09:08AM by VandadNahavandipoor
https://ift.tt/3BHg6ov
Displaying SnackBars in Flutter
https://ift.tt/3h2rPpI
September 05, 2021 at 09:08AM by VandadNahavandipoor
https://ift.tt/3BHg6ov
New post on /r/flutterdev subreddit:
Simple Scale Transition Animation in Flutter | Basics
https://www.youtube.com/watch?v=ybmoR-GZPXI
September 05, 2021 at 08:19AM by Dhanraj_Flutterdev
https://ift.tt/3kUkEkv
Simple Scale Transition Animation in Flutter | Basics
https://www.youtube.com/watch?v=ybmoR-GZPXI
September 05, 2021 at 08:19AM by Dhanraj_Flutterdev
https://ift.tt/3kUkEkv
YouTube
ScaleTransition Flutter Animation | Flutter Tutorials
In This video we will learn how you can get simple scale transition animation in Flutter.
Like the Video If You Found It Helpful.
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become…
Like the Video If You Found It Helpful.
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become…
New post on /r/flutterdev subreddit:
Is it possible to use WebSockets to push media into a Flutter App?
My Flutter Application uses media (Images / Videos), is it possible to delete / modify / add new media to the device through a local server using WebSocket and socket.io?
September 05, 2021 at 09:38AM by iEmerald
https://ift.tt/38HTCHG
Is it possible to use WebSockets to push media into a Flutter App?
My Flutter Application uses media (Images / Videos), is it possible to delete / modify / add new media to the device through a local server using WebSocket and socket.io?
September 05, 2021 at 09:38AM by iEmerald
https://ift.tt/38HTCHG
Reddit
From the FlutterDev community on Reddit: Is it possible to use WebSockets to push media into a Flutter App?
Posted by iEmerald - 4 votes and 14 comments
New post on /r/flutterdev subreddit:
FlutterForce — Week 136
https://ift.tt/2WVOHQY
September 05, 2021 at 01:31PM by flutterist
https://ift.tt/3jMl8tL
FlutterForce — Week 136
https://ift.tt/2WVOHQY
September 05, 2021 at 01:31PM by flutterist
https://ift.tt/3jMl8tL
Medium
FlutterForce — #Week 136
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
New Flutter newsletter
https://ift.tt/3yJDrnt
September 05, 2021 at 02:11PM by g123k
https://ift.tt/2WYV9GX
New Flutter newsletter
https://ift.tt/3yJDrnt
September 05, 2021 at 02:11PM by g123k
https://ift.tt/2WYV9GX
Flutter Croissants
Flutter Croissants : all Flutter in your mailbox!
Receive every Monday all the news about Flutter and the world of mobility. And it's totally free!
New post on /r/flutterdev subreddit:
Can i block websites with flutter packages?(ios and android)
Hi there, I am fresh with programming.I want to make a parental control app to control their children activity on smartphones. For example if parents do not want to accessing on google, they will choose google.com and restrict them. I've learned dart basics, flutter basics but i cant find a package to block websites on smartphone iOS and android. Thanks for reading :)
September 05, 2021 at 04:05PM by Muccolotto
https://ift.tt/3n4vSFL
Can i block websites with flutter packages?(ios and android)
Hi there, I am fresh with programming.I want to make a parental control app to control their children activity on smartphones. For example if parents do not want to accessing on google, they will choose google.com and restrict them. I've learned dart basics, flutter basics but i cant find a package to block websites on smartphone iOS and android. Thanks for reading :)
September 05, 2021 at 04:05PM by Muccolotto
https://ift.tt/3n4vSFL
New post on /r/flutterdev subreddit:
Production-Ready Doctor Consultant App UI - Splash & Registration Page - Flutter - Episode 1
https://youtu.be/Lq5M1nmqcLU
September 05, 2021 at 07:19PM by anwarabir
https://ift.tt/3jS3LYJ
Production-Ready Doctor Consultant App UI - Splash & Registration Page - Flutter - Episode 1
https://youtu.be/Lq5M1nmqcLU
September 05, 2021 at 07:19PM by anwarabir
https://ift.tt/3jS3LYJ
YouTube
Production-Ready Doctor Consultant App UI - Splash & Registration Page - Flutter - Episode 1
In this full series, we will show you how to Building Production-Ready Healthcare/ Doctor Consult Android and iOS app #UI using #Flutter. This full app contains more than 15 screens like Splash Screen, log in & Sign up page. In episode one we will show you…
New post on /r/flutterdev subreddit:
Dart Classes for C# Programmers
https://ift.tt/3BJBbi1
September 05, 2021 at 11:29PM by emanresu_2017
https://ift.tt/38If673
Dart Classes for C# Programmers
https://ift.tt/3BJBbi1
September 05, 2021 at 11:29PM by emanresu_2017
https://ift.tt/38If673
Flutter from a .NET Perspective
Dart Classes for C# Programmers
Building classes in Dart is similar to C#, but there are some quirks that you need to be aware of. This article shows you how to write Dart classes and the major differences between Dart and C#
The Basics
Here is a typical C# class with three propert...
The Basics
Here is a typical C# class with three propert...
New post on /r/flutterdev subreddit:
Registration | The Next Airbnb #3
https://youtu.be/6pYeAVVUIMo
September 06, 2021 at 01:42AM by Fox520
https://ift.tt/3zO6IPo
Registration | The Next Airbnb #3
https://youtu.be/6pYeAVVUIMo
September 06, 2021 at 01:42AM by Fox520
https://ift.tt/3zO6IPo
YouTube
Registration | The Next Airbnb #3
In part three of the series of videos, we initiate app development in Flutter.
The series is about building a cloud independent Airbnb like system, backend to frontend!
🛒Links
Frontend: https://github.com/Fox520/Away
Backend: https://github.com/Fox520/away_backend…
The series is about building a cloud independent Airbnb like system, backend to frontend!
🛒Links
Frontend: https://github.com/Fox520/Away
Backend: https://github.com/Fox520/away_backend…
New post on /r/flutterdev subreddit:
The second part of 'How To Architect A Production-Level App In Flutter: Phone Number Authentication' is ready. In this part, I covered the Application and Presentation layers.
https://ift.tt/3yMITGn
September 06, 2021 at 03:58AM by erkansahnn
https://ift.tt/3thHiqU
The second part of 'How To Architect A Production-Level App In Flutter: Phone Number Authentication' is ready. In this part, I covered the Application and Presentation layers.
https://ift.tt/3yMITGn
September 06, 2021 at 03:58AM by erkansahnn
https://ift.tt/3thHiqU
New post on /r/flutterdev subreddit:
Where in the world are you developing with Flutter from?
I'll go first: Virginia, USA
September 06, 2021 at 04:06AM by 31Carlton7
https://ift.tt/2VjcHNb
Where in the world are you developing with Flutter from?
I'll go first: Virginia, USA
September 06, 2021 at 04:06AM by 31Carlton7
https://ift.tt/2VjcHNb
New post on /r/flutterdev subreddit:
Statefull Vs Stateless Widget, Know The Basic Difference Between Two
What Is Statefull Vs Stateless Widget In Flutter? Here are all details of Statefull Vs. Stateless widget when Pursuing Flutter App Development Stateful Vs Stateless Widget, Know The Basic Difference Between Two (kodytechnolab.com)
September 06, 2021 at 08:07AM by tapas_raval6303
https://ift.tt/2YpLOYV
Statefull Vs Stateless Widget, Know The Basic Difference Between Two
What Is Statefull Vs Stateless Widget In Flutter? Here are all details of Statefull Vs. Stateless widget when Pursuing Flutter App Development Stateful Vs Stateless Widget, Know The Basic Difference Between Two (kodytechnolab.com)
September 06, 2021 at 08:07AM by tapas_raval6303
https://ift.tt/2YpLOYV
Kody Technolab
Stateful vs Stateless Widget - Flutter App Development
Developing an app in Flutter and searching about different states? Learn everything about what Is Stateful Vs Stateless Widget in Flutter here
New post on /r/flutterdev subreddit:
Glassmorphism design in Flutter App
https://ift.tt/3zNS2zS
September 06, 2021 at 01:22PM by pravindia
https://ift.tt/3DLs56p
Glassmorphism design in Flutter App
https://ift.tt/3zNS2zS
September 06, 2021 at 01:22PM by pravindia
https://ift.tt/3DLs56p
Smazee
Implement glassmorphism in your flutter app
Glassmorphism is a unified name for the popular Frosted Glass design. It focuses on a light transparent and blurred effect on a container that matched the background. However, when it comes to putting code into practise, things get a little more complicated…
New post on /r/flutterdev subreddit:
Notifications (maybe local) for flutter
Hey,I've been trying out a few different ways of sending notifications but haven't been completely satisfied with any of them. The feature I want to have in my app is to send notifications X days before an event occurs. Any tips or suggestions? What do you guys use? Maybe your own server for sending notifications?Also what happens when a user changes his device? How do you transfer his notifications?Thanks in advance!
September 06, 2021 at 02:53PM by StulcyOnReddit
https://ift.tt/3E1o4Ll
Notifications (maybe local) for flutter
Hey,I've been trying out a few different ways of sending notifications but haven't been completely satisfied with any of them. The feature I want to have in my app is to send notifications X days before an event occurs. Any tips or suggestions? What do you guys use? Maybe your own server for sending notifications?Also what happens when a user changes his device? How do you transfer his notifications?Thanks in advance!
September 06, 2021 at 02:53PM by StulcyOnReddit
https://ift.tt/3E1o4Ll
reddit
Notifications (maybe local) for flutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Simplify test new features in Flutter app with debug_friend
https://ift.tt/2YAQqvH
September 06, 2021 at 02:14PM by frezycode
https://ift.tt/3yIhbKU
Simplify test new features in Flutter app with debug_friend
https://ift.tt/2YAQqvH
September 06, 2021 at 02:14PM by frezycode
https://ift.tt/3yIhbKU
GitHub
GitHub - Frezyx/flutter_admin: :bug: Flutter debug helper widget with common and custom actions [Work in progress]
:bug: Flutter debug helper widget with common and custom actions [Work in progress] - Frezyx/flutter_admin
New post on /r/flutterdev subreddit:
Flutter Croissants 🥐 #01
https://ift.tt/3tiNoas
September 06, 2021 at 02:13PM by g123k
https://ift.tt/3BRaMPD
Flutter Croissants 🥐 #01
https://ift.tt/3tiNoas
September 06, 2021 at 02:13PM by g123k
https://ift.tt/3BRaMPD