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…
New post on /r/flutterdev subreddit:
Android 12: App Links verification package
Hey,I couldn't find a way to use Android's new DomainVerificationManager to check if the user has chosen my app to open certain URLs. Since we use magic links, this is quite useful.I've quickly developed a package which allows you to use this new API, you can find domain_verification_manager here.Feedback/PRs are always welcome!
February 09, 2022 at 05:49PM by vixez
https://ift.tt/EDmR2G8
Android 12: App Links verification package
Hey,I couldn't find a way to use Android's new DomainVerificationManager to check if the user has chosen my app to open certain URLs. Since we use magic links, this is quite useful.I've quickly developed a package which allows you to use this new API, you can find domain_verification_manager here.Feedback/PRs are always welcome!
February 09, 2022 at 05:49PM by vixez
https://ift.tt/EDmR2G8
Dart packages
domain_verification_manager | Flutter Package
Use the DomainVerificationManager API for Android from Flutter.
New post on /r/flutterdev subreddit:
Adding Rive animations to your Flutter Project :: Flutter Puzzle Hack ::...
https://youtube.com/watch?v=9F6dxDDh9yk&feature=share
February 09, 2022 at 05:39PM by Pixelreddit
https://ift.tt/w2hiD1S
Adding Rive animations to your Flutter Project :: Flutter Puzzle Hack ::...
https://youtube.com/watch?v=9F6dxDDh9yk&feature=share
February 09, 2022 at 05:39PM by Pixelreddit
https://ift.tt/w2hiD1S
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 tweet from FlutterDev:
🌎 Flutter Festivals are coming ✨ Celebrate Flutter with awesome meetups around the world! Organizing a Flutter Festival? Say hello 👋 Check out the website and stay tuned for the event list! Learn more → https://t.co/giEzkAJg8u https://t.co/EUWf78NSxK— Flutter (@FlutterDev) Feb 9, 2022
February 09, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1491457028992253953
🌎 Flutter Festivals are coming ✨ Celebrate Flutter with awesome meetups around the world! Organizing a Flutter Festival? Say hello 👋 Check out the website and stay tuned for the event list! Learn more → https://t.co/giEzkAJg8u https://t.co/EUWf78NSxK— Flutter (@FlutterDev) Feb 9, 2022
February 09, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1491457028992253953
New tweet from FlutterDev:
@WTMSaudi 👋💙— Flutter (@FlutterDev) Feb 9, 2022
February 09, 2022 at 06:20PM
https://twitter.com/FlutterDev/status/1491461958658183170
@WTMSaudi 👋💙— Flutter (@FlutterDev) Feb 9, 2022
February 09, 2022 at 06:20PM
https://twitter.com/FlutterDev/status/1491461958658183170
Twitter
Flutter
@WTMSaudi 👋💙
New post on /r/flutterdev subreddit:
How was your experience developing IOS apps with flutter
So I have a mobile application that I need to start developing in the next few days. it has mainly a payment feature and an order tracking feature. Now I've heard some complaints about developing IOS apps in flutter and I'm torn between going native with both platforms or using flutter instead. so here's my pollView Poll
February 09, 2022 at 07:24PM by Capital_Income1372
https://ift.tt/EgOU8Zh
How was your experience developing IOS apps with flutter
So I have a mobile application that I need to start developing in the next few days. it has mainly a payment feature and an order tracking feature. Now I've heard some complaints about developing IOS apps in flutter and I'm torn between going native with both platforms or using flutter instead. so here's my pollView Poll
February 09, 2022 at 07:24PM by Capital_Income1372
https://ift.tt/EgOU8Zh
New post on /r/flutterdev subreddit:
A weird quick appear of the content of previous route when I scroll in a list inside a pushed route on top of the previous one
As the title says when click push route and then as I scrollParts of the previous route flash out and appear quickly and the disappear I'm confusedAny help ? Hope I explain the issue correctly
February 09, 2022 at 08:51PM by ANDRUXUIS
https://ift.tt/NhewtOT
A weird quick appear of the content of previous route when I scroll in a list inside a pushed route on top of the previous one
As the title says when click push route and then as I scrollParts of the previous route flash out and appear quickly and the disappear I'm confusedAny help ? Hope I explain the issue correctly
February 09, 2022 at 08:51PM by ANDRUXUIS
https://ift.tt/NhewtOT
reddit
A weird quick appear of the content of previous route when I...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Looking for an up-to-date Flutter & Dart course in 2022
I've been looking for a Flutter & Dart course for a few days but all of the most rated courses on Udemy have reviews complaining about outdated content. (null safety, deprecated widgets etc.) Would you suggest an updated Udemy course that will take me from zero to hero?By the way I'm already aware of official Flutter documentation and guides. The reason I'm looking for a Udemy course is that the company I'm currently working for wants me to pick a Udemy course to completely learn Flutter & Dart.
February 09, 2022 at 08:44PM by Individual-Cut-9018
https://ift.tt/b7zHe8n
Looking for an up-to-date Flutter & Dart course in 2022
I've been looking for a Flutter & Dart course for a few days but all of the most rated courses on Udemy have reviews complaining about outdated content. (null safety, deprecated widgets etc.) Would you suggest an updated Udemy course that will take me from zero to hero?By the way I'm already aware of official Flutter documentation and guides. The reason I'm looking for a Udemy course is that the company I'm currently working for wants me to pick a Udemy course to completely learn Flutter & Dart.
February 09, 2022 at 08:44PM by Individual-Cut-9018
https://ift.tt/b7zHe8n
reddit
Looking for an up-to-date Flutter & Dart course in 2022
I've been looking for a Flutter & Dart course for a few days but all of the most rated courses on Udemy have reviews complaining about outdated...