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...
New tweet from FlutterDev:
😍 Have you started your slide puzzle yet? Check out this blog by @VGVentures to help get your creative juices flowing! 🧩 Slide puzzle architecture 🌀 Customizing the theme 🪄 Implementing animations Dive in 👉 https://t.co/GRHu6L5aaj https://t.co/qekmSEdqXA— Flutter (@FlutterDev) Feb 9, 2022
February 09, 2022 at 09:00PM
https://twitter.com/FlutterDev/status/1491502170025431043
😍 Have you started your slide puzzle yet? Check out this blog by @VGVentures to help get your creative juices flowing! 🧩 Slide puzzle architecture 🌀 Customizing the theme 🪄 Implementing animations Dive in 👉 https://t.co/GRHu6L5aaj https://t.co/qekmSEdqXA— Flutter (@FlutterDev) Feb 9, 2022
February 09, 2022 at 09:00PM
https://twitter.com/FlutterDev/status/1491502170025431043
Medium
How to build your own Flutter slide puzzle
By now you’ve probably read through the Flutter Puzzle Hack challenge and are already thinking of how to push your creativity to new…
New post on /r/flutterdev subreddit:
Shocker Google Flutter Update: Windows
https://www.youtube.com/watch?v=g-0B_Vfc9qM
February 09, 2022 at 09:17PM by avipars
https://ift.tt/2BzeWit
Shocker Google Flutter Update: Windows
https://www.youtube.com/watch?v=g-0B_Vfc9qM
February 09, 2022 at 09:17PM by avipars
https://ift.tt/2BzeWit
YouTube
Flutter Update: Windows
Announcing Flutter support for Windows!
With Flutter 2.10, you can now build Windows apps using Flutter. With a single codebase, you can build high-quality Windows apps that also run on mobile and web.
Read the blog → https://goo.gle/3HpR3cS
Flutter…
With Flutter 2.10, you can now build Windows apps using Flutter. With a single codebase, you can build high-quality Windows apps that also run on mobile and web.
Read the blog → https://goo.gle/3HpR3cS
Flutter…