New post on /r/flutterdev subreddit:
Ultimate Underline Guide In Flutter - For Beginners
https://ift.tt/3jimlrm
August 03, 2021 at 04:37AM by athira_reddy
https://ift.tt/3A4FUdn
Ultimate Underline Guide In Flutter - For Beginners
https://ift.tt/3jimlrm
August 03, 2021 at 04:37AM by athira_reddy
https://ift.tt/3A4FUdn
New post on /r/flutterdev subreddit:
Should I learn android dev?
I am currently working as a flutter developer and have lack of knowledge on json, back end, etc. Is this because I do not know any android dev ? Should I take some courses or not
August 03, 2021 at 07:17AM by mryoloo
https://ift.tt/37iULo5
Should I learn android dev?
I am currently working as a flutter developer and have lack of knowledge on json, back end, etc. Is this because I do not know any android dev ? Should I take some courses or not
August 03, 2021 at 07:17AM by mryoloo
https://ift.tt/37iULo5
reddit
Should I learn android dev?
I am currently working as a flutter developer and have lack of knowledge on json, back end, etc. Is this because I do not know any android dev ?...
New post on /r/flutterdev subreddit:
Amazon ui redesign with flutter
https://youtube.com/shorts/zMN2IrAYyxQ
August 03, 2021 at 10:23AM by base77
https://ift.tt/3A9kRqf
Amazon ui redesign with flutter
https://youtube.com/shorts/zMN2IrAYyxQ
August 03, 2021 at 10:23AM by base77
https://ift.tt/3A9kRqf
YouTube
OMG!!! This is Amazon 🤯 #shorts
New post on /r/flutterdev subreddit:
Is Having a Backend layer between your flutter app and firebase good practice?
As the title says, is it a common/good practice to introduce a backend layer that sits between the Flutter App and Firebase?For certain calls, like getting user information, I can see how making direct call to Firebase is the sensible thing to do, but I can imagine other scenarios, where there is a need to process the data fetched from Firebase which might involve calling other services apart from firebase. Is it wise to do all these processing in the Flutter App? My gut feeling says it is better to introduce a backend layer.How do people usually use Firebase?100% call only firebase?100% pass everything through a backend layerA mixture of both: Call firebase directly when it makes sense, call through a backend when it makes sense.
August 03, 2021 at 11:50AM by finlaydotweber
https://ift.tt/3AjiVvt
Is Having a Backend layer between your flutter app and firebase good practice?
As the title says, is it a common/good practice to introduce a backend layer that sits between the Flutter App and Firebase?For certain calls, like getting user information, I can see how making direct call to Firebase is the sensible thing to do, but I can imagine other scenarios, where there is a need to process the data fetched from Firebase which might involve calling other services apart from firebase. Is it wise to do all these processing in the Flutter App? My gut feeling says it is better to introduce a backend layer.How do people usually use Firebase?100% call only firebase?100% pass everything through a backend layerA mixture of both: Call firebase directly when it makes sense, call through a backend when it makes sense.
August 03, 2021 at 11:50AM by finlaydotweber
https://ift.tt/3AjiVvt
reddit
Is Having a Backend layer between your flutter app and firebase...
As the title says, is it a common/good practice to introduce a backend layer that sits between the Flutter App and Firebase? For certain calls,...
New post on /r/flutterdev subreddit:
Anyone maintaining a Flutter app on a M1 Macbook Air?
I've got a Flutter app that I maintain and I need a new laptop. I'm intrigued by the M1 Macbook Air but as a senior developer, I've been using high end, company provided Macbook Pros for years.Are any of you doing Flutter development or any other development on a M1 Macbook Air? If so, how is your experience?
August 03, 2021 at 02:38PM by kozuga
https://ift.tt/3A4EKhZ
Anyone maintaining a Flutter app on a M1 Macbook Air?
I've got a Flutter app that I maintain and I need a new laptop. I'm intrigued by the M1 Macbook Air but as a senior developer, I've been using high end, company provided Macbook Pros for years.Are any of you doing Flutter development or any other development on a M1 Macbook Air? If so, how is your experience?
August 03, 2021 at 02:38PM by kozuga
https://ift.tt/3A4EKhZ
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
New version of my Link Info package linkfo
I added an example app and added images to the readme as it looked pretty dry. I personally wrote this package as the others out there really didn't scale well for me.https://pub.dev/packages/linkfo/versions/0.0.4
August 03, 2021 at 03:57PM by Nolence
https://ift.tt/2VjEnRZ
New version of my Link Info package linkfo
I added an example app and added images to the readme as it looked pretty dry. I personally wrote this package as the others out there really didn't scale well for me.https://pub.dev/packages/linkfo/versions/0.0.4
August 03, 2021 at 03:57PM by Nolence
https://ift.tt/2VjEnRZ
Dart packages
linkfo 0.0.4 | Flutter Package
Crawls and gathers open graph and twitter cards information from links
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…