New tweet from FlutterDev:
💡 Adding Flutter to your existing iOS or Android codebases? ✔️ @TK14863 has you covered! Read his pragmatic approach to converting your existing iOS or Android apps to Flutter over time by learning about a feature called add-to-app. Here 👉 https://t.co/00wusP1iLS https://t.co/0K3tRRopcv— Flutter (@FlutterDev) Aug 3, 2021
August 03, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1422588075897667584
💡 Adding Flutter to your existing iOS or Android codebases? ✔️ @TK14863 has you covered! Read his pragmatic approach to converting your existing iOS or Android apps to Flutter over time by learning about a feature called add-to-app. Here 👉 https://t.co/00wusP1iLS https://t.co/0K3tRRopcv— Flutter (@FlutterDev) Aug 3, 2021
August 03, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1422588075897667584
Medium
Adding Flutter to your existing iOS and Android codebases
Whether you’re working for a small agency that creates mobile apps for an assortment of clients, or you’re developing for a massive…
New post on /r/flutterdev subreddit:
Side effects in Flutter: don’t mutate state inside the build method
https://ift.tt/3ftUT8R
August 03, 2021 at 06:44PM by bizz84
https://ift.tt/3A5UPnx
Side effects in Flutter: don’t mutate state inside the build method
https://ift.tt/3ftUT8R
August 03, 2021 at 06:44PM by bizz84
https://ift.tt/3A5UPnx
Code With Andrea
Side Effects in Flutter: What they are and how to avoid them
Mutating state or calling async code inside the build method can cause unwanted widget rebuilds and unintended behaviour. Here are some examples and rules to follow.
New tweet from FlutterDev:
RT @GooglePlayDev: 📅 Sign up now to attend the @GooglePlay #IndieGamesFestival finals, a special virtual event on Sep 4! Discover amazing…— Flutter (@FlutterDev) Aug 3, 2021
August 03, 2021 at 09:05PM
http://twitter.com/FlutterDev/status/1422634669149986824
RT @GooglePlayDev: 📅 Sign up now to attend the @GooglePlay #IndieGamesFestival finals, a special virtual event on Sep 4! Discover amazing…— Flutter (@FlutterDev) Aug 3, 2021
August 03, 2021 at 09:05PM
http://twitter.com/FlutterDev/status/1422634669149986824
Twitter
Google Play Apps & Games
📅 Sign up now to attend the @GooglePlay #IndieGamesFestival finals, a special virtual event on Sep 4! Discover amazing indie games, meet the devs who created them, and join us as we announce our winners → g.co/play/indies And expect some surprises too. #PlayIndie
New post on /r/flutterdev subreddit:
How can I learn to do Flutter architectural diagrams?
I found myself having to do an architectural diagram for one of my Flutter apps, yet I was surprised by the scarcity of resources expanding on this topic. Any suggestions for making an appropriate diagram?
August 03, 2021 at 11:57PM by througthewae
https://ift.tt/2VosRol
How can I learn to do Flutter architectural diagrams?
I found myself having to do an architectural diagram for one of my Flutter apps, yet I was surprised by the scarcity of resources expanding on this topic. Any suggestions for making an appropriate diagram?
August 03, 2021 at 11:57PM by througthewae
https://ift.tt/2VosRol
reddit
How can I learn to do Flutter architectural diagrams?
I found myself having to do an architectural diagram for one of my Flutter apps, yet I was surprised by the scarcity of resources expanding on...
New post on /r/flutterdev subreddit:
My essential tools as a Flutter Developer
https://ift.tt/3jmufju
August 04, 2021 at 04:42AM by RemeJuan
https://ift.tt/3rQgJZ4
My essential tools as a Flutter Developer
https://ift.tt/3jmufju
August 04, 2021 at 04:42AM by RemeJuan
https://ift.tt/3rQgJZ4
remelehane.dev
My essential tools as a Flutter Developer
Here are some of the tools that I find essential in my day to day as a Flutter developer
New post on /r/flutterdev subreddit:
Grocery Ecommerce App
https://ift.tt/3CgU9O0
August 04, 2021 at 04:10AM by nonybrighto
https://ift.tt/3io6XKU
Grocery Ecommerce App
https://ift.tt/3CgU9O0
August 04, 2021 at 04:10AM by nonybrighto
https://ift.tt/3io6XKU
GitHub
GitHub - nonybrighto/grocery-ecommerce-app: A beautiful E-commerce UI application designed by nonybrighto
A beautiful E-commerce UI application designed by nonybrighto - GitHub - nonybrighto/grocery-ecommerce-app: A beautiful E-commerce UI application designed by nonybrighto
New post on /r/flutterdev subreddit:
Learn to Pass data between screens in Flutter | Basics
https://www.youtube.com/watch?v=CcuK9iI9sMk
August 04, 2021 at 05:21AM by Dhanraj_Flutterdev
https://ift.tt/3Cg8wSY
Learn to Pass data between screens in Flutter | Basics
https://www.youtube.com/watch?v=CcuK9iI9sMk
August 04, 2021 at 05:21AM by Dhanraj_Flutterdev
https://ift.tt/3Cg8wSY
YouTube
Flutter Pass Data Between Two Screens | Simple Example | Flutter Tutorials
In This Video We Are Going To Learn How We Can Pass data Between Two Screens In Flutter..
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https://www.patreon.com/supportdhanraj…
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https://www.patreon.com/supportdhanraj…
New post on /r/flutterdev subreddit:
Use Legacy buttons without deprecation error
I was working around some projects, as I switched the Flutter version, some warnings bumped up. It was to replace the deprecated buttons. New implementation of buttons were somewhat confusing at the init stage. This package helped.https://pub.dev/packages/legacy_buttonsYou can use the legacy buttons without deprecation error If someone is facing the same issue, have a look.
August 04, 2021 at 05:20AM by fathah_crg
https://ift.tt/3yni6Rr
Use Legacy buttons without deprecation error
I was working around some projects, as I switched the Flutter version, some warnings bumped up. It was to replace the deprecated buttons. New implementation of buttons were somewhat confusing at the init stage. This package helped.https://pub.dev/packages/legacy_buttonsYou can use the legacy buttons without deprecation error If someone is facing the same issue, have a look.
August 04, 2021 at 05:20AM by fathah_crg
https://ift.tt/3yni6Rr
Dart packages
legacy_buttons | Flutter Package
Use Deprecated Legacy Buttons
New post on /r/flutterdev subreddit:
Flutter - Facebook Sign-In - Social Login Series - EP 02
https://youtu.be/F8PAPrSVIjQ
August 04, 2021 at 07:56AM by K_SNIPPET
https://ift.tt/3CdJrI5
Flutter - Facebook Sign-In - Social Login Series - EP 02
https://youtu.be/F8PAPrSVIjQ
August 04, 2021 at 07:56AM by K_SNIPPET
https://ift.tt/3CdJrI5
YouTube
Flutter - Facebook Sign-In - Social Login Series - EP 02
In this video we will learn how to integrate Facebook Sign-In in Flutter Application.
⏱TIMESTAMPS
00:00 - Video Introduction
00:56 - Facebook Setup
06:12 - Flutter Package
07:20 - UI Integration
13:44 - Android Testing
17:00 - iOS Integration
📄Source…
⏱TIMESTAMPS
00:00 - Video Introduction
00:56 - Facebook Setup
06:12 - Flutter Package
07:20 - UI Integration
13:44 - Android Testing
17:00 - iOS Integration
📄Source…
New post on /r/flutterdev subreddit:
Push Notifications on iOS when app is in terminated state
Has anyone found a not-horrible way of getting customized notifications (threading, tap / action button handling, etc.) to work on iOS when a Flutter app is in the 'terminated' state?The solutions I've come up with so far are either extremely cumbersome (wake iOS app up with a background data notification, have it phone home to server to ensure it's not terminated, then send another data notification to be handled by something like local_notifications or awesome_notifications for formatting / action handling), or lacking features (just giving up and sending notification messages using firebase_messaging).Any guidance, very much appreciated, and might help spare the remaining hairs on my head.
August 04, 2021 at 07:23AM by in-the-angry-dome
https://ift.tt/3Ch1a1l
Push Notifications on iOS when app is in terminated state
Has anyone found a not-horrible way of getting customized notifications (threading, tap / action button handling, etc.) to work on iOS when a Flutter app is in the 'terminated' state?The solutions I've come up with so far are either extremely cumbersome (wake iOS app up with a background data notification, have it phone home to server to ensure it's not terminated, then send another data notification to be handled by something like local_notifications or awesome_notifications for formatting / action handling), or lacking features (just giving up and sending notification messages using firebase_messaging).Any guidance, very much appreciated, and might help spare the remaining hairs on my head.
August 04, 2021 at 07:23AM by in-the-angry-dome
https://ift.tt/3Ch1a1l
New post on /r/flutterdev subreddit:
Should You Use Flutter For Your Mobile Applications?
If you are still unsure if you want to develop with Flutter, I might help you with our experience with Flutter:https://medium.com/@niklashomann/should-you-use-flutter-for-your-mobile-applications-in-2021-912f585be5b2
August 04, 2021 at 08:48AM by NHBT1909
https://ift.tt/2Vmdqx1
Should You Use Flutter For Your Mobile Applications?
If you are still unsure if you want to develop with Flutter, I might help you with our experience with Flutter:https://medium.com/@niklashomann/should-you-use-flutter-for-your-mobile-applications-in-2021-912f585be5b2
August 04, 2021 at 08:48AM by NHBT1909
https://ift.tt/2Vmdqx1
Medium
Should You Use Flutter For Your Mobile Applications in 2021?
Our experience with Flutter
New post on /r/flutterdev subreddit:
What’s the best technology to learn along with Flutter?
Let’s hear your experiences and opinions!
August 04, 2021 at 10:34AM by Icy_Entertainment847
https://ift.tt/3CeuANS
What’s the best technology to learn along with Flutter?
Let’s hear your experiences and opinions!
August 04, 2021 at 10:34AM by Icy_Entertainment847
https://ift.tt/3CeuANS
reddit
What’s the best technology to learn along with Flutter?
Let’s hear your experiences and opinions!
New post on /r/flutterdev subreddit:
Just audio cache
I wrote this library just_audio_cache to auto handle caching for audio files, so the next time, the same file does not need to download again.
August 04, 2021 at 12:23PM by NiceGuy-n2
https://ift.tt/3fvvOdM
Just audio cache
I wrote this library just_audio_cache to auto handle caching for audio files, so the next time, the same file does not need to download again.
August 04, 2021 at 12:23PM by NiceGuy-n2
https://ift.tt/3fvvOdM
Dart packages
just_audio_cache | Flutter package
Collection of extension function of [just_audio](https://pub.dev/packages/just_audio) package for auto-handle caching audio files
New post on /r/flutterdev subreddit:
Flutter Advanced Bottom Sheet Transitions
https://youtu.be/RTOJRMLfNA4
August 04, 2021 at 02:13PM by mheshm
https://ift.tt/3ltS9w0
Flutter Advanced Bottom Sheet Transitions
https://youtu.be/RTOJRMLfNA4
August 04, 2021 at 02:13PM by mheshm
https://ift.tt/3ltS9w0
YouTube
Flutter Advanced Bottom Sheet Transitions
⭐Source Code: https://github.com/MahmoudHesham099/Flutter-Advanced-Bottom-Sheet-Transitions
📖Resources: https://fidev.io/
📢Remember to
Subscribe🔴, Like👍, Share↗️ this video, and Star the repo on Github⭐
https://youtube.com/channel/UCGfgbWRrFj-yy8UQQalA…
📖Resources: https://fidev.io/
📢Remember to
Subscribe🔴, Like👍, Share↗️ this video, and Star the repo on Github⭐
https://youtube.com/channel/UCGfgbWRrFj-yy8UQQalA…
New post on /r/flutterdev subreddit:
😁👋 Flutter is back-end or front-end? ( For beginners )
https://www.youtube.com/watch?v=6CjDX6xXZVE
August 04, 2021 at 03:01PM by aspiiire2
https://ift.tt/3lqZoox
😁👋 Flutter is back-end or front-end? ( For beginners )
https://www.youtube.com/watch?v=6CjDX6xXZVE
August 04, 2021 at 03:01PM by aspiiire2
https://ift.tt/3lqZoox
YouTube
Flutter back-end or front-end?
Back-end and Front-end are 2 distinct things, for front-end we mean the part that is near the user, for back-end we mean the part that is more near the database and handles all the real work. So is "Flutter a back-end or Front-end language?" as some people…
New post on /r/flutterdev subreddit:
Ubuntu is going full-on ahead with Flutter!
https://ift.tt/3lt6zfN
August 04, 2021 at 06:03PM by not_another_user_me
https://ift.tt/3rTT1Lt
Ubuntu is going full-on ahead with Flutter!
https://ift.tt/3lt6zfN
August 04, 2021 at 06:03PM by not_another_user_me
https://ift.tt/3rTT1Lt
9to5Linux
Ubuntu's New Desktop Installer Is Now Available for Public Testing, Here's How to Test It - 9to5Linux
Ubuntu's new Desktop Installer is now available for public testing as it makes it way into the upcoming Ubuntu 21.10 (Impish Indri) release.
New post on /r/flutterdev subreddit:
Humpday Q&A/AMA :: Anna Metelska and Geekle's Next Flutter Global Summit...
https://youtube.com/watch?v=E1vGr-Er0gg&feature=share
August 04, 2021 at 05:52PM by Pixelreddit
https://ift.tt/3jmVZnZ
Humpday Q&A/AMA :: Anna Metelska and Geekle's Next Flutter Global Summit...
https://youtube.com/watch?v=E1vGr-Er0gg&feature=share
August 04, 2021 at 05:52PM by Pixelreddit
https://ift.tt/3jmVZnZ
YouTube
Humpday Q&A/AMA :: Anna Metelska and Geekle's Next Flutter Global Summit :: 4th August
Today we have Anna Metelska, Director of Flutter Global Summit '21, here to talk about not just the recent Global Summit, but Geekle's plans for another one, coming soon!
New tweet from FlutterDev:
🤩 Get more users with a better package page! Your package's README — a big part of your package's https://t.co/sTPwVxcSgK page — is key to catching the reader's attention and showing that your package is worth trying. 7 tips for a good README ✨ → https://t.co/vgCgWzNt6M https://t.co/JmtFsIhRxX— Flutter (@FlutterDev) Aug 4, 2021
August 04, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1422950472273600515
🤩 Get more users with a better package page! Your package's README — a big part of your package's https://t.co/sTPwVxcSgK page — is key to catching the reader's attention and showing that your package is worth trying. 7 tips for a good README ✨ → https://t.co/vgCgWzNt6M https://t.co/JmtFsIhRxX— Flutter (@FlutterDev) Aug 4, 2021
August 04, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1422950472273600515
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
About micro-fronts package based architecture with Flutter
Im currently looking into this architecture for the company i work for, which has plans to have 100 devs till the end of the year, and im looking for this architecture in front end that can sustain this amount of devs working in it. A single code repo was the main problem, cause we cannot have like 100 devs feature branching on the same repo, would be crazy to do it. The mess, the code reviews, the conflicts.Then a friend of mine told me about this package based architecture where you put each "feature" in a private package and import through pubspec.yaml pointing to the repo of the package. Its like a micro fronts architecture. And i want to know from others anyone did work with something like this ? Is it worth it ? Any warnings ? Any tips ?
August 04, 2021 at 06:21PM by Balaoziin
https://ift.tt/3xk78uF
About micro-fronts package based architecture with Flutter
Im currently looking into this architecture for the company i work for, which has plans to have 100 devs till the end of the year, and im looking for this architecture in front end that can sustain this amount of devs working in it. A single code repo was the main problem, cause we cannot have like 100 devs feature branching on the same repo, would be crazy to do it. The mess, the code reviews, the conflicts.Then a friend of mine told me about this package based architecture where you put each "feature" in a private package and import through pubspec.yaml pointing to the repo of the package. Its like a micro fronts architecture. And i want to know from others anyone did work with something like this ? Is it worth it ? Any warnings ? Any tips ?
August 04, 2021 at 06:21PM by Balaoziin
https://ift.tt/3xk78uF
reddit
About micro-fronts package based architecture with Flutter
Im currently looking into this architecture for the company i work for, which has plans to have 100 devs till the end of the year, and im looking...
New post on /r/flutterdev subreddit:
My Expert Project SetUp, Layered Onion Architecture
https://ift.tt/3lsqwDH
August 04, 2021 at 07:52PM by fredgrott
https://ift.tt/3s1A0Hi
My Expert Project SetUp, Layered Onion Architecture
https://ift.tt/3lsqwDH
August 04, 2021 at 07:52PM by fredgrott
https://ift.tt/3s1A0Hi
Medium
My Expert Project SetUp, Layered Onion Architecture
This is an opinionated way to set up a Flutter project structure based on service-oriented onion layered OOP app architecture. Over time…
New post on /r/flutterdev subreddit:
[Flutter] How Simple Calculator App is Built - Part 2
https://www.youtube.com/watch?v=pG8bQxb0vzU
August 04, 2021 at 07:48PM by chooyan-eng
https://ift.tt/3ftSta8
[Flutter] How Simple Calculator App is Built - Part 2
https://www.youtube.com/watch?v=pG8bQxb0vzU
August 04, 2021 at 07:48PM by chooyan-eng
https://ift.tt/3ftSta8
YouTube
[Flutter] How Simple Calculator App is Built - Part 2
Implement displaying calculation UI and some refactoring.
Part 1
https://www.youtube.com/watch?v=npTN0kPRW4Y
Part 3
https://www.youtube.com/watch?v=zApDe5pZ3Os
Enjoy typing. Enjoy programming :)
- Twitter
en: https://twitter.com/tsuyoshi_chujo
ja: htt…
Part 1
https://www.youtube.com/watch?v=npTN0kPRW4Y
Part 3
https://www.youtube.com/watch?v=zApDe5pZ3Os
Enjoy typing. Enjoy programming :)
en: https://twitter.com/tsuyoshi_chujo
ja: htt…