New post on /r/flutterdev subreddit:
I just published "Snackbar, Snackbar Everywhere 🌏"
https://link.medium.com/d6xzxVWVLab
October 21, 2020 at 09:47PM by tirth-patel
https://ift.tt/2TezmFF
I just published "Snackbar, Snackbar Everywhere 🌏"
https://link.medium.com/d6xzxVWVLab
October 21, 2020 at 09:47PM by tirth-patel
https://ift.tt/2TezmFF
Medium
Snackbar, Snackbar Everywhere 🌏
On Instagram when you bookmark a photo, it shows a snackbar on top of it. Today, we’re going to build a similar experience in Flutter…
New post on /r/flutterdev subreddit:
Do you use the '^' in your pubspec.yaml, or do you prefer to always you a specific version of a library?
From my understand the '^' means "use the specified version or newer, as long as there are no breaking changes".Do you use the '^' in your pubspec.yaml, or do you prefer to always you a specific version of a library?
October 21, 2020 at 08:48PM by scorr204
https://ift.tt/2Th2yvD
Do you use the '^' in your pubspec.yaml, or do you prefer to always you a specific version of a library?
From my understand the '^' means "use the specified version or newer, as long as there are no breaking changes".Do you use the '^' in your pubspec.yaml, or do you prefer to always you a specific version of a library?
October 21, 2020 at 08:48PM by scorr204
https://ift.tt/2Th2yvD
reddit
Do you use the '^' in your pubspec.yaml, or do you prefer to...
From my understand the '\^' means "use the specified version or newer, as long as there are no breaking changes". Do you use the '\^' in your...
New post on /r/flutterdev subreddit:
I made a script for Adobe Illustrator that converts pen strokes to CustomPainter code. Check it out!
https://ift.tt/3mmsd2P
October 21, 2020 at 10:11PM by remember-themonsters
https://ift.tt/37qUTTW
I made a script for Adobe Illustrator that converts pen strokes to CustomPainter code. Check it out!
https://ift.tt/3mmsd2P
October 21, 2020 at 10:11PM by remember-themonsters
https://ift.tt/37qUTTW
GitHub
GitHub - gybejack/cpainterhelper: a small script that converts adobe illustrator paths to dart for use in flutter
a small script that converts adobe illustrator paths to dart for use in flutter - GitHub - gybejack/cpainterhelper: a small script that converts adobe illustrator paths to dart for use in flutter
New post on /r/flutterdev subreddit:
Quick and easy flutter canvas animations, live coding
https://youtu.be/7xVcDpFSTYE
October 22, 2020 at 01:05AM by indy900000
https://ift.tt/3knbM5q
Quick and easy flutter canvas animations, live coding
https://youtu.be/7xVcDpFSTYE
October 22, 2020 at 01:05AM by indy900000
https://ift.tt/3knbM5q
YouTube
Flutter Canvas Animations - Live Coding - Generative Art [Nature Inspired 2] (2020)
Generative art is a way of creating art using code.
In this video I will show you how get creative and create a nature inspired animation using Flutter canvas.
Flutter is a UI framework from Google for cross platform mobile and desktop app development.…
In this video I will show you how get creative and create a nature inspired animation using Flutter canvas.
Flutter is a UI framework from Google for cross platform mobile and desktop app development.…
New post on Flutter Dev Google group:
Flutter: FLog and Logger
I am new in flutter and I am building an app in flutter and looking for logging options. I know there are several logging packages available like logger and flog. These loggers logs in console, but how these can working in production. In production there is no console and how I can debug the app
October 22, 2020 at 02:37AM by Shahzad Your Boi
https://ift.tt/3o8luei
Flutter: FLog and Logger
I am new in flutter and I am building an app in flutter and looking for logging options. I know there are several logging packages available like logger and flog. These loggers logs in console, but how these can working in production. In production there is no console and how I can debug the app
October 22, 2020 at 02:37AM by Shahzad Your Boi
https://ift.tt/3o8luei
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:
Is there an up-to-date tutorial for Firebase passwordless sign on?
I've been searching, and all of the tutorials I can find are from 2019, which seems to use outdated functions and parameters. There also seems to be no documentation anywhere on FlutterFire (https://firebase.flutter.dev/docs/auth/overview for reference). Has anyone used this recently, and if so, could you share your code or how you did it?
October 22, 2020 at 03:21AM by ados11
https://ift.tt/2HmdxBM
Is there an up-to-date tutorial for Firebase passwordless sign on?
I've been searching, and all of the tutorials I can find are from 2019, which seems to use outdated functions and parameters. There also seems to be no documentation anywhere on FlutterFire (https://firebase.flutter.dev/docs/auth/overview for reference). Has anyone used this recently, and if so, could you share your code or how you did it?
October 22, 2020 at 03:21AM by ados11
https://ift.tt/2HmdxBM
firebase.flutter.dev
Authentication | FlutterFire
This page is archived and might not reflect the latest version of the
New post on /r/flutterdev subreddit:
Announcing our Newest Book: Flutter Apprentice!
https://ift.tt/3mbBQ45
October 22, 2020 at 03:16AM by Swefnian
https://ift.tt/3kk5aVJ
Announcing our Newest Book: Flutter Apprentice!
https://ift.tt/3mbBQ45
October 22, 2020 at 03:16AM by Swefnian
https://ift.tt/3kk5aVJ
raywenderlich.com
Announcing our Newest Book: Flutter Apprentice!
We’re excited to announce our newest book to help you get started with cross-platform development today: the Flutter Apprentice!
New post on Flutter Dev Google group:
Flutter - iOS - Save username and password into webcredentials for autofill
We are trying to create a sample application with username and password fields. Our goal is to save the entered username and password in the web credential manager of iOS and reuse the credentials using the autofill option. Currently, we are able to see stored credentials while typing in the
October 22, 2020 at 05:07AM by Sudhir Gundala
https://ift.tt/2FMY7Wi
Flutter - iOS - Save username and password into webcredentials for autofill
We are trying to create a sample application with username and password fields. Our goal is to save the entered username and password in the web credential manager of iOS and reuse the credentials using the autofill option. Currently, we are able to see stored credentials while typing in the
October 22, 2020 at 05:07AM by Sudhir Gundala
https://ift.tt/2FMY7Wi
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:
Flutter Design Patterns: An overview of the Chain of Responsibility design pattern and its implementation in Dart and Flutter
https://ift.tt/37wcObQ
October 22, 2020 at 09:07AM by mkobuolys
https://ift.tt/3dNa3DY
Flutter Design Patterns: An overview of the Chain of Responsibility design pattern and its implementation in Dart and Flutter
https://ift.tt/37wcObQ
October 22, 2020 at 09:07AM by mkobuolys
https://ift.tt/3dNa3DY
Medium
Flutter Design Patterns: 20 — Chain of Responsibility
An overview of the Chain of Responsibility design pattern and its implementation in Dart and Flutter
New post on /r/flutterdev subreddit:
Best 5 Flutter Food Delivery App template 2020
https://ift.tt/3dUXd6Y
October 22, 2020 at 08:29AM by taqmanplus
https://ift.tt/34om9Rf
Best 5 Flutter Food Delivery App template 2020
https://ift.tt/3dUXd6Y
October 22, 2020 at 08:29AM by taqmanplus
https://ift.tt/34om9Rf
New post on /r/flutterdev subreddit:
atomic state management recommendations
Hey everyone, I started to work on the project that is using Flutter. It works great but except state management part (as same for most of the people I guess :)on web development, I used redux, mobx, and context before, but in these days, I'm using "jotai," it's atomic state management library, similar Recoil (as far as I know, because I didn't use Recoil before) And it's very easy and flexible to use instead of making the project too complex with redux.My question is that is there anything similar in Flutter? Because I don't want to follow bloc, redux and mobx things (just because they are too complex). I checked some docs but there are only "todo" examples or "too complex" examples, nothing mid :)I just wanted to give a small overview before asking the question, that's why it's a little bit long message :)Thanks all!
October 22, 2020 at 12:15PM by the_bluescreen
https://ift.tt/34lsr3Q
atomic state management recommendations
Hey everyone, I started to work on the project that is using Flutter. It works great but except state management part (as same for most of the people I guess :)on web development, I used redux, mobx, and context before, but in these days, I'm using "jotai," it's atomic state management library, similar Recoil (as far as I know, because I didn't use Recoil before) And it's very easy and flexible to use instead of making the project too complex with redux.My question is that is there anything similar in Flutter? Because I don't want to follow bloc, redux and mobx things (just because they are too complex). I checked some docs but there are only "todo" examples or "too complex" examples, nothing mid :)I just wanted to give a small overview before asking the question, that's why it's a little bit long message :)Thanks all!
October 22, 2020 at 12:15PM by the_bluescreen
https://ift.tt/34lsr3Q
GitHub
GitHub - pmndrs/jotai: 👻 Primitive and flexible state management for React
👻 Primitive and flexible state management for React - pmndrs/jotai
New post on /r/flutterdev subreddit:
Social Media Color Palette using Flutter
Beginner Friendly mini Project.Source Code on Github: Link
October 22, 2020 at 12:12PM by shivampokhriyal
https://ift.tt/31vSmE1
Social Media Color Palette using Flutter
Beginner Friendly mini Project.Source Code on Github: Link
October 22, 2020 at 12:12PM by shivampokhriyal
https://ift.tt/31vSmE1
GitHub
fs0sp/Social-Media-Color-Palette
Social Media Color Palette made with Flutter. Contribute to fs0sp/Social-Media-Color-Palette development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
(Repost) Writing animations in Flutter — the easy way
https://ift.tt/3dTiI8c
October 22, 2020 at 02:41PM by the_human_kid
https://ift.tt/3og1BCe
(Repost) Writing animations in Flutter — the easy way
https://ift.tt/3dTiI8c
October 22, 2020 at 02:41PM by the_human_kid
https://ift.tt/3og1BCe
Medium
Writing animations in Flutter — the easy way
Imagine if all you had to do is specify the start and end values, in order to get your widgets animated over a specified duration of time.
New post on /r/flutterdev subreddit:
Firebase Push Notifications(fcm)
https://youtu.be/XHq7byru9f0
October 22, 2020 at 02:35PM by draculamasterwinzy
https://ift.tt/2HubtXT
Firebase Push Notifications(fcm)
https://youtu.be/XHq7byru9f0
October 22, 2020 at 02:35PM by draculamasterwinzy
https://ift.tt/2HubtXT
YouTube
Flutter Firebase Push Notifications (FCM)📢| Flutter Push Notification Firebase | Udemy Clone Flutter
📢Flutter Push Notifications From Firebase for Udemy Clone. Flutter Udemy Clone Step By Step Guide! Build your own Udemy with Flutter and Firebase!⚡Flutter Firebase Push Notifications (FCM)| Udemy Clone Flutter | Firebase Push Notification Flutter.
🎮Previous…
🎮Previous…
New post on Flutter Dev Google group:
Woocommerce or api with flutter
Anyone help with the api. woocommerce and other. How to link and working with the flutter. Is there tutorial for complete procedure to build an app with the api. I have already design an app with flutter. Please help me
October 22, 2020 at 03:23PM by mfa...@gmail.com
https://ift.tt/37vqnZ3
Woocommerce or api with flutter
Anyone help with the api. woocommerce and other. How to link and working with the flutter. Is there tutorial for complete procedure to build an app with the api. I have already design an app with flutter. Please help me
October 22, 2020 at 03:23PM by mfa...@gmail.com
https://ift.tt/37vqnZ3
New post on Flutter Dev Google group:
Immediate Interview for Mac Developer. at Pleasanton, CA.
Hello Associate, Immediate Looking for *Mac Developer**.* with my client at *Pleasanton,CA**. * kindly share your updated resume. *Mazhar@Mirthconsulting.net* *Job Title: **Mac Developer* *Pleasanton,CA* *Long Term Contract* *Job Description* 4+ years in Mac development
October 22, 2020 at 04:43PM by Jim alex
https://ift.tt/37x2kc8
Immediate Interview for Mac Developer. at Pleasanton, CA.
Hello Associate, Immediate Looking for *Mac Developer**.* with my client at *Pleasanton,CA**. * kindly share your updated resume. *Mazhar@Mirthconsulting.net* *Job Title: **Mac Developer* *Pleasanton,CA* *Long Term Contract* *Job Description* 4+ years in Mac development
October 22, 2020 at 04:43PM by Jim alex
https://ift.tt/37x2kc8
New post on /r/flutterdev subreddit:
Deploy and maintain your Flutter Web build exclusively in GitHub Pages
https://ift.tt/3m9sqGg
October 22, 2020 at 04:45PM by onig90
https://ift.tt/3mbCjDl
Deploy and maintain your Flutter Web build exclusively in GitHub Pages
https://ift.tt/3m9sqGg
October 22, 2020 at 04:45PM by onig90
https://ift.tt/3mbCjDl
Medium
Deploy and maintain your Flutter Web build exclusively in GitHub Pages.
Hey, have you ever wanted to host your flutter web build without much work, and confusion? I’ve got a small trick for you in here. You can…
New post on /r/flutterdev subreddit:
Make Chrome's Dino Game from scratch | Game Dev with Flutter
https://youtu.be/YlYF1ZdFrp4
October 22, 2020 at 04:09PM by THKPMatt
https://ift.tt/2Tf0nZt
Make Chrome's Dino Game from scratch | Game Dev with Flutter
https://youtu.be/YlYF1ZdFrp4
October 22, 2020 at 04:09PM by THKPMatt
https://ift.tt/2Tf0nZt
YouTube
Build Chrome's Dino Game from scratch with Flutter
In this video, we show you how to implement the dino game from end to end in flutter.
GitHub Repo:
https://www.github.com/AlabasterAxe/dino_game/
Blog Post Version:
https://www.thkp.co/blog/2020/10/19/building-the-chrome-dino-game-from-scratch-in-flutter…
GitHub Repo:
https://www.github.com/AlabasterAxe/dino_game/
Blog Post Version:
https://www.thkp.co/blog/2020/10/19/building-the-chrome-dino-game-from-scratch-in-flutter…
New post on /r/flutterdev subreddit:
Flutter Widget Testing - Test Scrollable Widgets - Test AssertionError in Widget
https://www.youtube.com/watch?v=pgMI5nmAem0
October 22, 2020 at 03:59PM by MyracleDesign
https://ift.tt/3klntJT
Flutter Widget Testing - Test Scrollable Widgets - Test AssertionError in Widget
https://www.youtube.com/watch?v=pgMI5nmAem0
October 22, 2020 at 03:59PM by MyracleDesign
https://ift.tt/3klntJT
YouTube
Flutter Widget Testing - Test Scrollable Widgets - Test AssertionError in Widget
** New Mentorship Program to boost your Flutter development**
https://gumroad.com/products/ydgtfV
In this video, I give you an introduction to Flutter Widget Testing. First, we will talk about the basic concept and I will explain you in the code how Flutter…
https://gumroad.com/products/ydgtfV
In this video, I give you an introduction to Flutter Widget Testing. First, we will talk about the basic concept and I will explain you in the code how Flutter…
New post on /r/flutterdev subreddit:
Flutter Image Flip | Widget Workshop | SuperDeclarative!
https://youtu.be/GWy1SFtowic
October 22, 2020 at 06:13PM by EngineerScientist
https://ift.tt/2ThceGx
Flutter Image Flip | Widget Workshop | SuperDeclarative!
https://youtu.be/GWy1SFtowic
October 22, 2020 at 06:13PM by EngineerScientist
https://ift.tt/2ThceGx
YouTube
Flutter Image Flip | Widget Workshop
Today we’re building a 3D image flip effect.
Steps:
0:00 - Welcome
0:52 - Static image display
3:44 - Static rotation
8:56 - Animate rotation
16:51 - Polish image switching
----
Follow:
@SuprDeclarative
Hourly Flutter Consulting:
https://consulting.s…
Steps:
0:00 - Welcome
0:52 - Static image display
3:44 - Static rotation
8:56 - Animate rotation
16:51 - Polish image switching
----
Follow:
@SuprDeclarative
Hourly Flutter Consulting:
https://consulting.s…
New tweet from FlutterDev:
📣 Coming up, @GDGDamanhour hosts @Fitzface on October 22 at 7PM (UTC +2.)
The #DevFest talk will explore strategies and methods for storing data locally in your Flutter app.
RSVP → https://t.co/8yOTqoLqx3 https://t.co/V3K66JLZv9— Flutter (@FlutterDev) October 22, 2020
October 22, 2020 at 07:11PM
http://twitter.com/FlutterDev/status/1319325574247178248
📣 Coming up, @GDGDamanhour hosts @Fitzface on October 22 at 7PM (UTC +2.)
The #DevFest talk will explore strategies and methods for storing data locally in your Flutter app.
RSVP → https://t.co/8yOTqoLqx3 https://t.co/V3K66JLZv9— Flutter (@FlutterDev) October 22, 2020
October 22, 2020 at 07:11PM
http://twitter.com/FlutterDev/status/1319325574247178248
Twitter
GDG Damanhour (@GDGDamanhour) | Twitter
The latest Tweets from GDG Damanhour (@GDGDamanhour). [Google Developer Group - Damanhour] we have some interesting technical conferences, competitions, and many other creative activities. El Behera, Egypt