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
New post on /r/flutterdev subreddit:
Simplify test new features in Flutter app with debug_friend
When we are working on a large product, development is carried out in teams. We divide the work into sprints, weeks, functions and periods. Recently, I began to notice such a situation. The first developer deals with the UI part of the new functionality. The second developer writes the logic for this.In general, everything is fine in this example. Everyone goes about their business and does not touch their friend. But sometimes the developer dealing with the UI part does not have time to do something by the right time. A logic guy can write unit tests for his code. But he will not be able to call this logic from the application without any crutches.I came up with a solution to this problem. Now the developer will be able to call new features from the auxiliary menu. I called this menu DebugFriend.The menu presented in this package now has 4 screens:
- Device Info
- App data
- Debug actions
- Custom actionsMore information about each of them:
Device Info
On this screen, you can view information about the device on which your application is running.App data
On this screen, you can view and manage all the cache data of your application (stored in the root directory of your application )Debug actions
This screen allows you to interact with the Flutter Inspector features directly from the application. In addition, there are several more custom actions. An example is exiting the application.Custom actions
A list of features of your application. You can test them right here. This is a reference to the problem that I described above.QuickstartIf you have read up to this point, then it’s time to find out how to use this package in your code. First of all, install this package in your applicationWrap your MaterialApp’s home or builder widget in a DebugFriendView.
Like in exampleBy default, you will not see the debug menu and the debug button in the release build. But if you suddenly want to change this, change the value of the enabled boolean field to the one you want. For more information about the package, see the github documentation.In the end, I would like to say that I already use this package on several of my work projects. I will support and develop it in the near future. If it’s not difficult for you, put star on Github and participate in the development, if you want.
September 06, 2021 at 02:12PM by frezycode
https://ift.tt/2Yqx3Ff
Simplify test new features in Flutter app with debug_friend
When we are working on a large product, development is carried out in teams. We divide the work into sprints, weeks, functions and periods. Recently, I began to notice such a situation. The first developer deals with the UI part of the new functionality. The second developer writes the logic for this.In general, everything is fine in this example. Everyone goes about their business and does not touch their friend. But sometimes the developer dealing with the UI part does not have time to do something by the right time. A logic guy can write unit tests for his code. But he will not be able to call this logic from the application without any crutches.I came up with a solution to this problem. Now the developer will be able to call new features from the auxiliary menu. I called this menu DebugFriend.The menu presented in this package now has 4 screens:
- Device Info
- App data
- Debug actions
- Custom actionsMore information about each of them:
Device Info
On this screen, you can view information about the device on which your application is running.App data
On this screen, you can view and manage all the cache data of your application (stored in the root directory of your application )Debug actions
This screen allows you to interact with the Flutter Inspector features directly from the application. In addition, there are several more custom actions. An example is exiting the application.Custom actions
A list of features of your application. You can test them right here. This is a reference to the problem that I described above.QuickstartIf you have read up to this point, then it’s time to find out how to use this package in your code. First of all, install this package in your applicationWrap your MaterialApp’s home or builder widget in a DebugFriendView.
Like in exampleBy default, you will not see the debug menu and the debug button in the release build. But if you suddenly want to change this, change the value of the enabled boolean field to the one you want. For more information about the package, see the github documentation.In the end, I would like to say that I already use this package on several of my work projects. I will support and develop it in the near future. If it’s not difficult for you, put star on Github and participate in the development, if you want.
September 06, 2021 at 02:12PM by frezycode
https://ift.tt/2Yqx3Ff
Dart packages
debug_friend | Flutter package
Flutter debug helper widget with device info, common and custom actions.
New post on /r/flutterdev subreddit:
Simple Flutter app (daily wisdom from Game of Thrones) looking for adoption
Hi, I just wanted to share the source code of an app I made last summer in case anyone wants to take on the project.Last summer I decided to start learning Flutter and play a bit with it. After following some tutorials, I made my first simple app: it's a sort of calendar, where for every day you get a random quote from the A Song of Ice and Fire books. You can also insert your name or nickname, which will change the seed for the random number generator, thus providing some kind of personalization; there are also nine themes available, based on some popular houses. The app should be ready for publishing, at least for Android, but then life got in the way and I abandoned the project. Now I've changed computer and I'm not going to reinstall the Android SDK and all of that because I don't plan to code Flutter apps in the near future. However, I thought it would be a pity to completely abandon the project, because I still really like the idea, so if anyone wants to mess with it and maybe publish it here's the link to the complete app folder (plus a couple screenshots): https://drive.google.com/drive/folders/1tjSJgeAX6oAd0sKEFHoBbyiZePzKv8un?usp=sharingIf you decide to do something with this project we can keep in touch :)
September 06, 2021 at 03:40PM by JMarty97
https://ift.tt/2WYs6TS
Simple Flutter app (daily wisdom from Game of Thrones) looking for adoption
Hi, I just wanted to share the source code of an app I made last summer in case anyone wants to take on the project.Last summer I decided to start learning Flutter and play a bit with it. After following some tutorials, I made my first simple app: it's a sort of calendar, where for every day you get a random quote from the A Song of Ice and Fire books. You can also insert your name or nickname, which will change the seed for the random number generator, thus providing some kind of personalization; there are also nine themes available, based on some popular houses. The app should be ready for publishing, at least for Android, but then life got in the way and I abandoned the project. Now I've changed computer and I'm not going to reinstall the Android SDK and all of that because I don't plan to code Flutter apps in the near future. However, I thought it would be a pity to completely abandon the project, because I still really like the idea, so if anyone wants to mess with it and maybe publish it here's the link to the complete app folder (plus a couple screenshots): https://drive.google.com/drive/folders/1tjSJgeAX6oAd0sKEFHoBbyiZePzKv8un?usp=sharingIf you decide to do something with this project we can keep in touch :)
September 06, 2021 at 03:40PM by JMarty97
https://ift.tt/2WYs6TS