New post on /r/flutterdev subreddit:
Flutter for Windows: All Packages Reviewed
https://youtube.com/watch?v=eDIQBj3Z1j8&feature=share
February 08, 2022 at 03:01PM by syntacops
https://ift.tt/WxPs6R8
Flutter for Windows: All Packages Reviewed
https://youtube.com/watch?v=eDIQBj3Z1j8&feature=share
February 08, 2022 at 03:01PM by syntacops
https://ift.tt/WxPs6R8
YouTube
Flutter for Windows: All Packages Reviewed
Flutter for Windows is here. The release version 2.10 has been published. Along numerous new features, some packages were also promoted, which help to make it easier to develop apps for Windows. How reliable are these packages really? In this video, I go…
New post on /r/flutterdev subreddit:
Fixing Unable to Load Asset in Flutter - FlutterBeads
https://ift.tt/bYVX0rv
February 08, 2022 at 03:34PM by pinkeshdarji
https://ift.tt/LkMdeni
Fixing Unable to Load Asset in Flutter - FlutterBeads
https://ift.tt/bYVX0rv
February 08, 2022 at 03:34PM by pinkeshdarji
https://ift.tt/LkMdeni
FlutterBeads
2 Easy Steps to Fix Unable to Load Asset in Flutter (2022) - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">3</span> <span class="rt-label rt-postfix">min read</span></span> Any mobile app would be monotonous if it doesn’t contain some sort of media…
New post on /r/flutterdev subreddit:
Develop for Windows without Visual Studio?
There are some conflicting answers about this topic out there, so I'm not sure what is actually true. Now where Windows support is considered stable, probably a lot more people will use Flutter to build Windows apps. Do you actually need Visual Studio, and therefore a valid, expensive license in many cases, or is there a way to install the necessary tools independently? So far I never needed to start Visual Studio for Flutter work for Windows, I just had it installed anyway, so this seems to be kind of a waste of the license if it is required. Flutter doctor also specifically mentions the C++ workload, so can you just install that and be done with Visual Studio without requiring license?
February 08, 2022 at 03:25PM by Apple8292
https://ift.tt/fw0eWDl
Develop for Windows without Visual Studio?
There are some conflicting answers about this topic out there, so I'm not sure what is actually true. Now where Windows support is considered stable, probably a lot more people will use Flutter to build Windows apps. Do you actually need Visual Studio, and therefore a valid, expensive license in many cases, or is there a way to install the necessary tools independently? So far I never needed to start Visual Studio for Flutter work for Windows, I just had it installed anyway, so this seems to be kind of a waste of the license if it is required. Flutter doctor also specifically mentions the C++ workload, so can you just install that and be done with Visual Studio without requiring license?
February 08, 2022 at 03:25PM by Apple8292
https://ift.tt/fw0eWDl
reddit
Develop for Windows without Visual Studio?
There are some conflicting answers about this topic out there, so I'm not sure what is actually true. Now where Windows support is considered...
New post on /r/flutterdev subreddit:
Minimal Banking App ui Speed code
https://youtu.be/yJU_5xJST7k
February 08, 2022 at 03:15PM by base77
https://ift.tt/cBMpEqW
Minimal Banking App ui Speed code
https://youtu.be/yJU_5xJST7k
February 08, 2022 at 03:15PM by base77
https://ift.tt/cBMpEqW
YouTube
Animated Finance App UI | Speed Code | Flutter UI
Enjoy Building minimal, simple, and easy-to-use Banking UI.
You will learn how to use custom SVG as Icons, how to create our own custom widgets, and not to always depend on the inbuilt widgets when you need customization. Adding simple and clean animations…
You will learn how to use custom SVG as Icons, how to create our own custom widgets, and not to always depend on the inbuilt widgets when you need customization. Adding simple and clean animations…
New post on /r/flutterdev subreddit:
end-user behavioural analytics
Hello, Flutter community! We are developing an in-device end-user behavioural analytics platform with a strong location analytics emphasis.The general idea is that the raw data never leaves the device, all the queries are run on-device and only statistical metrics are sent out and aggregated before showing them on the dashboard.It would be very interesting to hear your feedback, what analytics platforms and how you are using them. What are the main use-cases and insights you are collecting? And what are the use-cases you'd like to solve, but for whatever reason, you can't?Thank you in advance for the feedback!We do already have a beta version also for Flutter:
https://github.com/dldbdev/dldb_sdk_flutter
https://dldb.io/#Beta
February 08, 2022 at 03:14PM by kasper_kerem
https://ift.tt/FV2MLkq
end-user behavioural analytics
Hello, Flutter community! We are developing an in-device end-user behavioural analytics platform with a strong location analytics emphasis.The general idea is that the raw data never leaves the device, all the queries are run on-device and only statistical metrics are sent out and aggregated before showing them on the dashboard.It would be very interesting to hear your feedback, what analytics platforms and how you are using them. What are the main use-cases and insights you are collecting? And what are the use-cases you'd like to solve, but for whatever reason, you can't?Thank you in advance for the feedback!We do already have a beta version also for Flutter:
https://github.com/dldbdev/dldb_sdk_flutter
https://dldb.io/#Beta
February 08, 2022 at 03:14PM by kasper_kerem
https://ift.tt/FV2MLkq
GitHub
GitHub - dldbdev/dldb_sdk_flutter
Contribute to dldbdev/dldb_sdk_flutter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Was Flutter Web initial load up time significantly reduced?
So more or less I've been following the evolution of Flutter web the past year to see if it is a viable option for our team. We know it is not supposed to be used for building a "regular website" but rather for web app.Biggest concerns were:initial load up timeno SEO (there is a workaround though)wierd text selection (could be solved with the mix of Super Editor and wilsonowilson's solution)wierd scrolling (can be made less wierd by using this package)mobile browser performance (on my Xiaomi Poco X3 it is smooth 60 fps, but in other cases there are major laggs)So as you can see 3 out of 5 has unofficial solutions, however the first problem was not solvable - we used to get 7-12 seconds initial load up times.Luckily, I stumbled upon a talented Flutter developer's portfolio site, which is happened to be using Flutter Web:https://davidcobbina.comSo I've tested his website's load up time on Desktop - it is 3-4 seconds for the very first time without cache, after that it is 2 seconds for me. Also tested on 7 different phones (sent to friends and family), they reported 3-4 seconds load up too. With one exception being ~20 seconds but he had really bad connection at that time.Hopefully they can do something with mobile browser performance too.So I'm probably late to that party, when did they reduce the initial load up time?
February 08, 2022 at 04:47PM by iGhostR
https://ift.tt/iINlvBD
Was Flutter Web initial load up time significantly reduced?
So more or less I've been following the evolution of Flutter web the past year to see if it is a viable option for our team. We know it is not supposed to be used for building a "regular website" but rather for web app.Biggest concerns were:initial load up timeno SEO (there is a workaround though)wierd text selection (could be solved with the mix of Super Editor and wilsonowilson's solution)wierd scrolling (can be made less wierd by using this package)mobile browser performance (on my Xiaomi Poco X3 it is smooth 60 fps, but in other cases there are major laggs)So as you can see 3 out of 5 has unofficial solutions, however the first problem was not solvable - we used to get 7-12 seconds initial load up times.Luckily, I stumbled upon a talented Flutter developer's portfolio site, which is happened to be using Flutter Web:https://davidcobbina.comSo I've tested his website's load up time on Desktop - it is 3-4 seconds for the very first time without cache, after that it is 2 seconds for me. Also tested on 7 different phones (sent to friends and family), they reported 3-4 seconds load up too. With one exception being ~20 seconds but he had really bad connection at that time.Hopefully they can do something with mobile browser performance too.So I'm probably late to that party, when did they reduce the initial load up time?
February 08, 2022 at 04:47PM by iGhostR
https://ift.tt/iINlvBD
YouTube
SEO in Flutter? Part 2
** This is the second part of the series but works as a stand-alone video if you are more interested in the SEO part of things. **
Today we'll be solving a problem that comes with any single page application. How do we let crawlers understand our dynamic…
Today we'll be solving a problem that comes with any single page application. How do we let crawlers understand our dynamic…
New post on /r/flutterdev subreddit:
Flutter Mobile Apps - How to create Flutter Row Widget
https://youtube.com/watch?v=C-q4qzkC9O4&feature=share
February 08, 2022 at 05:51PM by osppro
https://ift.tt/cnf4rzD
Flutter Mobile Apps - How to create Flutter Row Widget
https://youtube.com/watch?v=C-q4qzkC9O4&feature=share
February 08, 2022 at 05:51PM by osppro
https://ift.tt/cnf4rzD
YouTube
Flutter Mobile Apps - How to create Flutter Row Widget
Flutter Mobile Apps How to create Flutter Row Widget
Learn how to use Row widget in flutter mobile apps
Join Whatsapp Group ..
https://chat.whatsapp.com/JnJXVhSwV5f4BsE840r9t8
Learn how to use Row widget in flutter mobile apps
Join Whatsapp Group ..
https://chat.whatsapp.com/JnJXVhSwV5f4BsE840r9t8
New tweet from FlutterDev:
🌀✨ Adding animations to your Flutter project? Tune in tomorrow at 9:00AM PT for Volume #3 of the #FlutterPuzzleHack for ideas on how to upgrade your Flutter project with @rive_app animations. Set a reminder 👉 https://t.co/NeKZtSI7A8 https://t.co/4idBHk2eA2— Flutter (@FlutterDev) Feb 8, 2022
February 08, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1491094480006651908
🌀✨ Adding animations to your Flutter project? Tune in tomorrow at 9:00AM PT for Volume #3 of the #FlutterPuzzleHack for ideas on how to upgrade your Flutter project with @rive_app animations. Set a reminder 👉 https://t.co/NeKZtSI7A8 https://t.co/4idBHk2eA2— Flutter (@FlutterDev) Feb 8, 2022
February 08, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1491094480006651908
YouTube
Adding Rive animations to your Flutter Project :: Flutter Puzzle Hack :: Volume 3 of 4
https://rive.io/puzzlehack
Source code for the example: https://rive.io/puzzlehackcode
Rive community post for the example assets: https://rive.io/puzzlehackdesign
Join Michael Myers (Designer Relations Lead) and Zach Plata (Developer Relations Lead) at…
Source code for the example: https://rive.io/puzzlehackcode
Rive community post for the example assets: https://rive.io/puzzlehackdesign
Join Michael Myers (Designer Relations Lead) and Zach Plata (Developer Relations Lead) at…
New post on /r/flutterdev subreddit:
What do you think Steve Jobs would say of Flutter?
I was just reading this letter from Steve Jobs about his decision to no longer support Flash, and this one note really struck a chord. I was wondering, what does the community think about this statement, a decade later?Sixth, the most important reason.Besides the fact that Flash is closed and proprietary, has major technical drawbacks, and doesn’t support touch based devices, there is an even more important reason we do not allow Flash on iPhones, iPods and iPads. We have discussed the downsides of using Flash to play video and interactive content from websites, but Adobe also wants developers to adopt Flash to create apps that run on our mobile devices.We know from painful experience that letting a third party layer of software come between the platform and the developer ultimately results in sub-standard apps and hinders the enhancement and progress of the platform. If developers grow dependent on third party development libraries and tools, they can only take advantage of platform enhancements if and when the third party chooses to adopt the new features. We cannot be at the mercy of a third party deciding if and when they will make our enhancements available to our developers.This becomes even worse if the third party is supplying a cross platform development tool. The third party may not adopt enhancements from one platform unless they are available on all of their supported platforms. Hence developers only have access to the lowest common denominator set of features. Again, we cannot accept an outcome where developers are blocked from using our innovations and enhancements because they are not available on our competitor’s platforms.Flash is a cross platform development tool. It is not Adobe’s goal to help developers write the best iPhone, iPod and iPad apps. It is their goal to help developers write cross platform apps. And Adobe has been painfully slow to adopt enhancements to Apple’s platforms. For example, although Mac OS X has been shipping for almost 10 years now, Adobe just adopted it fully (Cocoa) two weeks ago when they shipped CS5. Adobe was the last major third party developer to fully adopt Mac OS X.from https://www.forbes.com/sites/greatspeculations/2011/11/09/adobes-flash-surrender-proves-steve-jobs-and-apple-were-right-all-along-with-html5/?sh=504c542e21c3
February 08, 2022 at 07:06PM by Direct-Ad-7922
https://ift.tt/cO8Xba4
What do you think Steve Jobs would say of Flutter?
I was just reading this letter from Steve Jobs about his decision to no longer support Flash, and this one note really struck a chord. I was wondering, what does the community think about this statement, a decade later?Sixth, the most important reason.Besides the fact that Flash is closed and proprietary, has major technical drawbacks, and doesn’t support touch based devices, there is an even more important reason we do not allow Flash on iPhones, iPods and iPads. We have discussed the downsides of using Flash to play video and interactive content from websites, but Adobe also wants developers to adopt Flash to create apps that run on our mobile devices.We know from painful experience that letting a third party layer of software come between the platform and the developer ultimately results in sub-standard apps and hinders the enhancement and progress of the platform. If developers grow dependent on third party development libraries and tools, they can only take advantage of platform enhancements if and when the third party chooses to adopt the new features. We cannot be at the mercy of a third party deciding if and when they will make our enhancements available to our developers.This becomes even worse if the third party is supplying a cross platform development tool. The third party may not adopt enhancements from one platform unless they are available on all of their supported platforms. Hence developers only have access to the lowest common denominator set of features. Again, we cannot accept an outcome where developers are blocked from using our innovations and enhancements because they are not available on our competitor’s platforms.Flash is a cross platform development tool. It is not Adobe’s goal to help developers write the best iPhone, iPod and iPad apps. It is their goal to help developers write cross platform apps. And Adobe has been painfully slow to adopt enhancements to Apple’s platforms. For example, although Mac OS X has been shipping for almost 10 years now, Adobe just adopted it fully (Cocoa) two weeks ago when they shipped CS5. Adobe was the last major third party developer to fully adopt Mac OS X.from https://www.forbes.com/sites/greatspeculations/2011/11/09/adobes-flash-surrender-proves-steve-jobs-and-apple-were-right-all-along-with-html5/?sh=504c542e21c3
February 08, 2022 at 07:06PM by Direct-Ad-7922
https://ift.tt/cO8Xba4
Forbes
Adobe's Flash Surrender Proves Steve Jobs And Apple Were Right All Along With HTML5
The breaking news last night was that Adobe disclosed in a surprise about-face email that it is ceasing the development of mobile Flash. After a big fight with Jobs, Adobe is now on board to start developing tools using HTML5, the technology Jobs championed.
New post on /r/flutterdev subreddit:
AppBundle is larger then Apk
When I run flutter build appbundle I got a 29MB .aab file I know it's huge because it contains apk for all the 3 android variants but when I upload to play store and want to go to download the app it showed that the size is 22MB my phone is android-arm64When I split the appbundle to my android variant locally I got 12MB .aab fileWhy ? Is the play store isn't split the appbundle or what ?
February 08, 2022 at 09:45PM by ANDRUXUIS
https://ift.tt/qbSdg2t
AppBundle is larger then Apk
When I run flutter build appbundle I got a 29MB .aab file I know it's huge because it contains apk for all the 3 android variants but when I upload to play store and want to go to download the app it showed that the size is 22MB my phone is android-arm64When I split the appbundle to my android variant locally I got 12MB .aab fileWhy ? Is the play store isn't split the appbundle or what ?
February 08, 2022 at 09:45PM by ANDRUXUIS
https://ift.tt/qbSdg2t
reddit
AppBundle is larger then Apk
When I run **flutter build appbundle** I got a 29MB .aab file I know it's huge because it contains apk for all the 3 android variants but when I...
New post on /r/flutterdev subreddit:
I am building a self-hosted solution similar to Google Photos using Flutter, feedback is welcome!
https://ift.tt/OsoML16
February 08, 2022 at 09:29PM by altran1502
https://ift.tt/hZ5w0yL
I am building a self-hosted solution similar to Google Photos using Flutter, feedback is welcome!
https://ift.tt/OsoML16
February 08, 2022 at 09:29PM by altran1502
https://ift.tt/hZ5w0yL
GitHub
GitHub - immich-app/immich: Self-hosted photo and video backup solution directly from your mobile phone.
Self-hosted photo and video backup solution directly from your mobile phone. - GitHub - immich-app/immich: Self-hosted photo and video backup solution directly from your mobile phone.
New post on /r/flutterdev subreddit:
Riverpod Ultimate Guide for Flutter Developers
https://youtu.be/f73MFqqq8pw
February 09, 2022 at 07:28AM by Aromatic-End-3667
https://ift.tt/LVDT1tk
Riverpod Ultimate Guide for Flutter Developers
https://youtu.be/f73MFqqq8pw
February 09, 2022 at 07:28AM by Aromatic-End-3667
https://ift.tt/LVDT1tk
YouTube
Riverpod Ultimate Guide for Flutter Developers
In this video we will learn about Flutter State Management ie. RiverPod.
💰Download eBook Riverpod Ultimate Guide for Flutter Developers • https://bit.ly/3LmeGoW
⏱TIMESTAMPS
00:00 - Introduction
00:10 - Flutter Riverpod Guide
00:16 - Why use Riverpod for…
💰Download eBook Riverpod Ultimate Guide for Flutter Developers • https://bit.ly/3LmeGoW
⏱TIMESTAMPS
00:00 - Introduction
00:10 - Flutter Riverpod Guide
00:16 - Why use Riverpod for…
New post on /r/flutterdev subreddit:
How to share interaction signals in two charts
In the Flutter charting library Graphic, we added a new feature called “Interaction Channel”, which can both input and output interaction signals with streams. That makes it convenient to share interactions in two or more charts.See details in the documents:Chart.gestureChannel;Chart.resizeChannel;Chart.changeDataChannel;GeomElement.selectionChannelAnd examples:signal demo,code;selection demo,code
February 09, 2022 at 09:46AM by entronad
https://ift.tt/yZ0LnCb
How to share interaction signals in two charts
In the Flutter charting library Graphic, we added a new feature called “Interaction Channel”, which can both input and output interaction signals with streams. That makes it convenient to share interactions in two or more charts.See details in the documents:Chart.gestureChannel;Chart.resizeChannel;Chart.changeDataChannel;GeomElement.selectionChannelAnd examples:signal demo,code;selection demo,code
February 09, 2022 at 09:46AM by entronad
https://ift.tt/yZ0LnCb
GitHub
GitHub - entronad/graphic: A grammar of data visualization and Flutter charting library.
A grammar of data visualization and Flutter charting library. - entronad/graphic
New post on /r/flutterdev subreddit:
📱DOPE Animations • Flutter Tutorial ♡
https://youtu.be/70UhM3mx4Cw
February 09, 2022 at 11:14AM by Heisenlife
https://ift.tt/gmFUn5C
📱DOPE Animations • Flutter Tutorial ♡
https://youtu.be/70UhM3mx4Cw
February 09, 2022 at 11:14AM by Heisenlife
https://ift.tt/gmFUn5C
YouTube
📱DOPE Animations • Flutter Tutorial ♡
📱 Flutter App Templates • https://mitchkoko.app/
🔒 Flutter Minimal Login App • https://mitchkoko.gumroad.com/l/MinimalLoginApp
💰 Flutter Minimal Ecommerce App • https://mitchkoko.gumroad.com/l/MinimalEcommerceApp
🥷🏽 Flutter Minimal Social App • https://m…
🔒 Flutter Minimal Login App • https://mitchkoko.gumroad.com/l/MinimalLoginApp
💰 Flutter Minimal Ecommerce App • https://mitchkoko.gumroad.com/l/MinimalEcommerceApp
🥷🏽 Flutter Minimal Social App • https://m…
New post on /r/flutterdev subreddit:
FOSDEM'22 - Make the code work for you: Flutter Code Generation
https://www.youtube.com/watch?v=gHnzc6uWYVk
February 09, 2022 at 10:22AM by mkobuolys
https://ift.tt/Ist8vpX
FOSDEM'22 - Make the code work for you: Flutter Code Generation
https://www.youtube.com/watch?v=gHnzc6uWYVk
February 09, 2022 at 10:22AM by mkobuolys
https://ift.tt/Ist8vpX
YouTube
FOSDEM'22 - Make the code work for you: Flutter Code Generation
by Mangirdas Kazlauskas @ FOSDEM 2022
Every programmer's dream is constantly building new features and seeing how the project grows. However, there is nothing worse than writing a lot of boilerplate code just before even start implementing those features.…
Every programmer's dream is constantly building new features and seeing how the project grows. However, there is nothing worse than writing a lot of boilerplate code just before even start implementing those features.…
New post on /r/flutterdev subreddit:
Firebase authentication in desktop application.
After the announcement of v2.10, I start working on my desktop application and I want to implement firebase authentication but unfortunately, firebase_auth packages don't support desktop till now so is there any way to authenticate the user with firebase in a desktop application.Since we have desktop support so I planning to authenticate on the web and after authentication redirect again on the desktop application but I don't know how this works anyone has any idea about this or any other way?
February 09, 2022 at 01:38PM by Prashant_4200
https://ift.tt/CFRbBAU
Firebase authentication in desktop application.
After the announcement of v2.10, I start working on my desktop application and I want to implement firebase authentication but unfortunately, firebase_auth packages don't support desktop till now so is there any way to authenticate the user with firebase in a desktop application.Since we have desktop support so I planning to authenticate on the web and after authentication redirect again on the desktop application but I don't know how this works anyone has any idea about this or any other way?
February 09, 2022 at 01:38PM by Prashant_4200
https://ift.tt/CFRbBAU
reddit
Firebase authentication in desktop application.
After the announcement of v2.10, I start working on my desktop application and I want to implement firebase authentication but unfortunately,...
New post on /r/flutterdev subreddit:
Create a Repeating Appointment Using the Recurrence Rule in Flutter Event Calendar
https://ift.tt/VpocSBz
February 09, 2022 at 01:17PM by ArunITTech
https://ift.tt/jPblQNe
Create a Repeating Appointment Using the Recurrence Rule in Flutter Event Calendar
https://ift.tt/VpocSBz
February 09, 2022 at 01:17PM by ArunITTech
https://ift.tt/jPblQNe
Syncfusion Blogs
Create a Repeating Appointment Using the Recurrence Rule in Flutter Event Calendar | Syncfusion Blogs
This blog explains how to create a repeating appointment using the recurrence rule in the Syncfusion Flutter event Calendar with code examples.
New post on /r/flutterdev subreddit:
Creating Dropdown in Flutter with Example Code - FlutterBeads
https://ift.tt/0ylBWdv
February 09, 2022 at 02:45PM by pinkeshdarji
https://ift.tt/mMh5J8L
Creating Dropdown in Flutter with Example Code - FlutterBeads
https://ift.tt/0ylBWdv
February 09, 2022 at 02:45PM by pinkeshdarji
https://ift.tt/mMh5J8L
FlutterBeads
Dropdown in Flutter Example Code: Here’s an Easy Way (2022) - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">3</span> <span class="rt-label rt-postfix">min read</span></span> While building a form, you may want users to select a value from multiple…
New post on /r/flutterdev subreddit:
Flutter Tutorial: Google Photos File Upload
https://youtu.be/zQ2JUB9rno4
February 09, 2022 at 02:18PM by JideGuru
https://ift.tt/Hbd0pqM
Flutter Tutorial: Google Photos File Upload
https://youtu.be/zQ2JUB9rno4
February 09, 2022 at 02:18PM by JideGuru
https://ift.tt/Hbd0pqM
YouTube
Flutter Tutorial: Google Photos File Upload
In this video, we'll be using Google Photos API with Flutter to upload an image.
Source Code:https://github.com/JideGuru/youtube_videos/tree/master/google_photos_upload
Subscribe: https://www.youtube.com/channel/UCDKCzyQaoyH9pzAvLyCydmw
CHAPTERS
00:00 Intro…
Source Code:https://github.com/JideGuru/youtube_videos/tree/master/google_photos_upload
Subscribe: https://www.youtube.com/channel/UCDKCzyQaoyH9pzAvLyCydmw
CHAPTERS
00:00 Intro…
New post on /r/flutterdev subreddit:
Flutter App Architecture: The Domain Model
https://ift.tt/kgKETAf
February 09, 2022 at 03:48PM by bizz84
https://ift.tt/kbVMNBz
Flutter App Architecture: The Domain Model
https://ift.tt/kgKETAf
February 09, 2022 at 03:48PM by bizz84
https://ift.tt/kbVMNBz
Code With Andrea
Flutter App Architecture: The Domain Model
An introduction to the domain model and its role in defining entities and the business logic for manipulating them in the context of Flutter app architecture.
New post on /r/flutterdev subreddit:
Learn about Dismissible Widget within 1 minute!
https://youtu.be/MlM1_RBx06o
February 09, 2022 at 03:44PM by OSetups
https://ift.tt/rJmulDC
Learn about Dismissible Widget within 1 minute!
https://youtu.be/MlM1_RBx06o
February 09, 2022 at 03:44PM by OSetups
https://ift.tt/rJmulDC
YouTube
Dismissible Widget - Flutter Shorts
Learn about Dismissible, a Widget in Flutter to implement swipe-to-dismiss within 1 minute!
More About Dismissible: https://api.flutter.dev/flutter/widgets/Dismissible-class.html
Flutter Shorts Playlist: https://youtube.com/playlist?list=PLlzmAWV2yTgCy…
More About Dismissible: https://api.flutter.dev/flutter/widgets/Dismissible-class.html
Flutter Shorts Playlist: https://youtube.com/playlist?list=PLlzmAWV2yTgCy…