New tweet from FlutterDev:
🛠Watch the #FlutterDay DevTools Episode!
Join @filiphracek and @kenzieschmoll to find out if Kenzie, an engineer on the @dart_lang tooling team, can use DevTools to improve performance and speed!
Watch here → https://t.co/wdB85qiv1I pic.twitter.com/0XG8rYrn9L— Flutter (@FlutterDev) July 9, 2020
July 09, 2020 at 06:51PM
http://twitter.com/FlutterDev/status/1281269784668078081
🛠Watch the #FlutterDay DevTools Episode!
Join @filiphracek and @kenzieschmoll to find out if Kenzie, an engineer on the @dart_lang tooling team, can use DevTools to improve performance and speed!
Watch here → https://t.co/wdB85qiv1I pic.twitter.com/0XG8rYrn9L— Flutter (@FlutterDev) July 9, 2020
July 09, 2020 at 06:51PM
http://twitter.com/FlutterDev/status/1281269784668078081
New post on Flutter Dev Google group:
Uploading Map to Firestore Error
Hello, I have a class with the following structure: > class InviteContacts with ChangeNotifier { > String displayName = ''; > String phone = ''; > String email = ''; > bool invite = false; > > InviteContacts({ > @required this.displayName, > @required this.phone, > @required
July 09, 2020 at 07:19PM by Russ Brewer
https://ift.tt/2ObS6Di
Uploading Map to Firestore Error
Hello, I have a class with the following structure: > class InviteContacts with ChangeNotifier { > String displayName = ''; > String phone = ''; > String email = ''; > bool invite = false; > > InviteContacts({ > @required this.displayName, > @required this.phone, > @required
July 09, 2020 at 07:19PM by Russ Brewer
https://ift.tt/2ObS6Di
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
How to use Dough in Flutter
https://ift.tt/2ZeKeah
July 09, 2020 at 07:58PM by jetblack-pope
https://ift.tt/2VXtker
How to use Dough in Flutter
https://ift.tt/2ZeKeah
July 09, 2020 at 07:58PM by jetblack-pope
https://ift.tt/2VXtker
Medium
How to use Dough in Flutter
For the past two years, there has been a large debate between which language would reign superior for native development in the coming…
New post on /r/flutterdev subreddit:
Get Started with Flutter Authentication
https://ift.tt/2ZStXam
July 09, 2020 at 09:49PM by chimon2000
https://ift.tt/2AIuUt5
Get Started with Flutter Authentication
https://ift.tt/2ZStXam
July 09, 2020 at 09:49PM by chimon2000
https://ift.tt/2AIuUt5
Auth0 - Blog
Get Started with Flutter Authentication
Learn how to add user authentication to Flutter apps using OAuth 2.0 and OpenID Connect
New post on /r/flutterdev subreddit:
Flutter Thursday 12: Building Desktop Applications with Flutter Desktop
https://ift.tt/322N97O
July 10, 2020 at 12:24AM by xuaibafegbua
https://ift.tt/2AK7pQx
Flutter Thursday 12: Building Desktop Applications with Flutter Desktop
https://ift.tt/322N97O
July 10, 2020 at 12:24AM by xuaibafegbua
https://ift.tt/2AK7pQx
Medium
Flutter Thursday 12: Building Desktop Applications with Flutter Desktop
In this episode, we will build this interface using flutter. We will be recreating this image from Dribble using flutter desktop.
New post on /r/flutterdev subreddit:
Uploading Images to Firebase Storage with Flutter
https://www.youtube.com/watch?v=pvRpzyBYBbA
July 10, 2020 at 12:16AM by Elixane
https://ift.tt/38G0jsV
Uploading Images to Firebase Storage with Flutter
https://www.youtube.com/watch?v=pvRpzyBYBbA
July 10, 2020 at 12:16AM by Elixane
https://ift.tt/38G0jsV
YouTube
Uploading Images to Firebase Storage with Flutter
In this video I'll walk through the steps of selecting an image from your device, uploading it to Firebase storage and displaying it on your screen.
Github Repo: https://github.com/nhandrew/uploadimages
Social Media:
Twitter: @andyjulow4388
Github Repo: https://github.com/nhandrew/uploadimages
Social Media:
Twitter: @andyjulow4388
New post on /r/flutterdev subreddit:
Introducing Flutter for Linux Apps by Canonical
https://ift.tt/3f9WPkE
July 10, 2020 at 12:57AM by EmperatorBanana
https://ift.tt/38HNj5M
Introducing Flutter for Linux Apps by Canonical
https://ift.tt/3f9WPkE
July 10, 2020 at 12:57AM by EmperatorBanana
https://ift.tt/38HNj5M
Snapcraft
Canonical enables Linux desktop app support with Flutter | Snapcraft
By Chris Sells (Google) & Ken VanDine (Canonical) Google’s goal for Flutter has always been to provide a portable framework for building beautiful UIs that run at native speeds no matter what platform you target. To validate this capability, we started by…
New post on /r/flutterdev subreddit:
Why is it recommended to use const for performance reasons? Shouldn't it be the compiler's responsibility to figure out if something should be const and set it automatically (while optimizing)?
I can't think of a case where const/non const can't be figured out by the compiler
July 10, 2020 at 03:46AM by Professor_Dr_Dr
https://ift.tt/3eafrQg
Why is it recommended to use const for performance reasons? Shouldn't it be the compiler's responsibility to figure out if something should be const and set it automatically (while optimizing)?
I can't think of a case where const/non const can't be figured out by the compiler
July 10, 2020 at 03:46AM by Professor_Dr_Dr
https://ift.tt/3eafrQg
reddit
Why is it recommended to use const for performance reasons?...
I can't think of a case where const/non const can't be figured out by the compiler
New post on /r/flutterdev subreddit:
I made this animated login screen with Flutter.
https://youtu.be/GwU8QPTp5No
July 10, 2020 at 04:34AM by foofuckingbar
https://ift.tt/3ejPU77
I made this animated login screen with Flutter.
https://youtu.be/GwU8QPTp5No
July 10, 2020 at 04:34AM by foofuckingbar
https://ift.tt/3ejPU77
YouTube
Animated Login Screen with Flutter
I made this in just 30 minutes.
New post on /r/flutterdev subreddit:
Creating Widgets with Custom Builder Functions in Flutter 👷🔨
https://ift.tt/2W49C0A
July 10, 2020 at 04:58AM by ben_dev_
https://ift.tt/2VZYnpS
Creating Widgets with Custom Builder Functions in Flutter 👷🔨
https://ift.tt/2W49C0A
July 10, 2020 at 04:58AM by ben_dev_
https://ift.tt/2VZYnpS
Medium
Creating Widgets with Custom Builder Functions in Flutter
Flutter’s built-in widgets do a great job of giving developers everything they need to hit the ground running. Though everyone will…
New post on Flutter Dev Google group:
Gradle task assembleDebug failed with exit code -1
Gradle task assembleDebug failed with exit code -1
July 10, 2020 at 09:53AM by Satyam Pansuriya
https://ift.tt/38GWPGB
Gradle task assembleDebug failed with exit code -1
Gradle task assembleDebug failed with exit code -1
July 10, 2020 at 09:53AM by Satyam Pansuriya
https://ift.tt/38GWPGB
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Customize Hero Animation in Flutter
https://ift.tt/2Ck9x1J
July 10, 2020 at 09:49AM by gursheeshsingh
https://ift.tt/3214q18
Customize Hero Animation in Flutter
https://ift.tt/2Ck9x1J
July 10, 2020 at 09:49AM by gursheeshsingh
https://ift.tt/3214q18
Medium
Customize Hero Animation in Flutter (Part 1)
Welcome to this tutorial for Customizing Hero Animation in Flutter — Part 2
Flutter Heroes
New Flutter offer 🔥🔥 Hi everyone. We are looking for Senior Flutter developers with previous experience in: - Audio Engine and Video/Live Stream content optimization - Integrating external API's (and developing our own) - Implementing and updating new Designs…
Are you looking for a change? There's an offer waiting for you ❤️
New post on /r/flutterdev subreddit:
https://ift.tt/325b6M2
https://ift.tt/325b6M2
July 10, 2020 at 12:43PM by petrus_hoc
https://ift.tt/3gWYGdl
https://ift.tt/325b6M2
https://ift.tt/325b6M2
July 10, 2020 at 12:43PM by petrus_hoc
https://ift.tt/3gWYGdl
GitHub
hoc081098/sqlbrite
🌼 RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations. https://pub.dev/pack...
New post on /r/flutterdev subreddit:
Flutter sqlbrite - Simple Reactive stream wrapper around sqflite for Flutter inspired by sqlbrite
https://github.com/hoc081098/sqlbrite
July 10, 2020 at 12:49PM by petrus_hoc
https://ift.tt/3gFIexC
Flutter sqlbrite - Simple Reactive stream wrapper around sqflite for Flutter inspired by sqlbrite
https://github.com/hoc081098/sqlbrite
July 10, 2020 at 12:49PM by petrus_hoc
https://ift.tt/3gFIexC
GitHub
hoc081098/sqlbrite
🌼 RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations. https://pub.dev/pack...
New post on /r/flutterdev subreddit:
Widget testing passed in functions
https://ift.tt/38Je2in
July 10, 2020 at 03:30PM by RemeJuan
https://ift.tt/2Oet3iM
Widget testing passed in functions
https://ift.tt/38Je2in
July 10, 2020 at 03:30PM by RemeJuan
https://ift.tt/2Oet3iM
Medium
Widget testing passed in functions
In this post, we going to go through how, at least in my opinion, one would go about testing that a function is called within a widget…
New post on /r/flutterdev subreddit:
Flutter Switch between Light & Dark theme📱 Subscribe👍
https://youtu.be/GE1ZvOiG3nk
July 10, 2020 at 11:57AM by maherban530
https://ift.tt/2ZdloaO
Flutter Switch between Light & Dark theme📱 Subscribe👍
https://youtu.be/GE1ZvOiG3nk
July 10, 2020 at 11:57AM by maherban530
https://ift.tt/2ZdloaO
YouTube
Flutter |17| Switch between Light and Dark Theme
WELCOME
create Widget, UI, Animation etc using Dart for Application.
Stack: https://youtu.be/jBO9aWeRpQ4
Transform Slider: https://youtu.be/j6iHuEbRWXI
Animated Switch:https://youtu.be/tjhF6iHT38c
SUBSCRIBE & SHARE
THANKS FOR WATCHING
create Widget, UI, Animation etc using Dart for Application.
Stack: https://youtu.be/jBO9aWeRpQ4
Transform Slider: https://youtu.be/j6iHuEbRWXI
Animated Switch:https://youtu.be/tjhF6iHT38c
SUBSCRIBE & SHARE
THANKS FOR WATCHING
New post on /r/flutterdev subreddit:
Just uploaded 🚀 3 beautiful user profile layouts for your social app 😍
https://youtu.be/Td8ThxrQBKQ
July 10, 2020 at 02:54PM by AllAboutFlutter
https://ift.tt/2Oizhhz
Just uploaded 🚀 3 beautiful user profile layouts for your social app 😍
https://youtu.be/Td8ThxrQBKQ
July 10, 2020 at 02:54PM by AllAboutFlutter
https://ift.tt/2Oizhhz
YouTube
Social User Profiles App - Flutter UI - Speed Code
🚀 Three Social Profiles #App #UI in #Flutter
👨🎨 Inspiration
https://dribbble.com/shots/6462162-Profile-UI-Template-mobile-app
💻 GitHub Source Code
https://github.com/gerfagerfa/three_social_profiles
⚠️ IMPORTANT: If you want to learn, I strongly advise…
👨🎨 Inspiration
https://dribbble.com/shots/6462162-Profile-UI-Template-mobile-app
💻 GitHub Source Code
https://github.com/gerfagerfa/three_social_profiles
⚠️ IMPORTANT: If you want to learn, I strongly advise…
New post on /r/flutterdev subreddit:
Flutter YouTube UI📱 Subscribe👍
https://youtu.be/o-ZlVSQzBXM
July 09, 2020 at 12:02PM by maherban530
https://ift.tt/38I6kFr
Flutter YouTube UI📱 Subscribe👍
https://youtu.be/o-ZlVSQzBXM
July 09, 2020 at 12:02PM by maherban530
https://ift.tt/38I6kFr
YouTube
YouTube UI(Flutter 6)Navigation Bar, Card UI Design
WELCOME
create Widget, UI, Animation etc using Dart for Application.
Settings UI: https://youtu.be/_MVc0SuGb-U
Profile UI: https://youtu.be/sXcTWeHni2A
Music UI:https://youtu.be/-lY4WYI0BkU
WhatsApp UI Part-1:https://youtu.be/2GyXKlXaxBE
WhatsApp UI Part…
create Widget, UI, Animation etc using Dart for Application.
Settings UI: https://youtu.be/_MVc0SuGb-U
Profile UI: https://youtu.be/sXcTWeHni2A
Music UI:https://youtu.be/-lY4WYI0BkU
WhatsApp UI Part-1:https://youtu.be/2GyXKlXaxBE
WhatsApp UI Part…
New post on /r/flutterdev subreddit:
A Portfolio Website - Flutter web
https://youtu.be/Y4oJMiEwlBg
July 10, 2020 at 04:15PM by anwarabir
https://ift.tt/3eioWgq
A Portfolio Website - Flutter web
https://youtu.be/Y4oJMiEwlBg
July 10, 2020 at 04:15PM by anwarabir
https://ift.tt/3eioWgq
YouTube
Create A Portfolio Website - Part 1 - Flutter Web - Speed Code
A nice clean Portfolio Website for Designer or developer by using flutter. Which includes almost everything that you want to show. At first, your name and a big picture. Then About section shows more info about you with a cool experience card. Then the list…
New post on /r/flutterdev subreddit:
IndexedStack
https://youtu.be/dBBSoSKFO0c
July 10, 2020 at 04:13PM by TheTechDesigner
https://ift.tt/2Cn26XA
IndexedStack
https://youtu.be/dBBSoSKFO0c
July 10, 2020 at 04:13PM by TheTechDesigner
https://ift.tt/2Cn26XA
YouTube
Flutter Widget | 72 | Use of IndexedStack in Flutter App | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…