New post on /r/flutterdev subreddit:
Build an iMessage Clone with Stream’s Flutter Chat SDK
https://ift.tt/3r5c8RS
February 26, 2021 at 08:18PM by Nash0x7E2
https://ift.tt/3spw3ei
Build an iMessage Clone with Stream’s Flutter Chat SDK
https://ift.tt/3r5c8RS
February 26, 2021 at 08:18PM by Nash0x7E2
https://ift.tt/3spw3ei
Medium
Build an iMessage Clone with Stream’s Flutter Chat SDK
In this tutorial, we’ll build a functional clone of iMessage using Stream Chat Flutter SDK. Building a chat in your app at scale is not an…
New post on /r/flutterdev subreddit:
Flutter Firebase Phone Authentication
https://youtu.be/dTmgjPkBN58
February 26, 2021 at 09:46PM by janpan
https://ift.tt/3ku3Kc8
Flutter Firebase Phone Authentication
https://youtu.be/dTmgjPkBN58
February 26, 2021 at 09:46PM by janpan
https://ift.tt/3ku3Kc8
YouTube
Flutter Firebase Phone Authentication
Code repo: https://gitlab.com/codebasetutorials/flutter-phone-authentication
FlutterFire Docs: https://firebase.flutter.dev/docs/overview
Android Client Authentication: https://developers.google.com/android/guides/client-auth
Chapters:
00:00 What we will…
FlutterFire Docs: https://firebase.flutter.dev/docs/overview
Android Client Authentication: https://developers.google.com/android/guides/client-auth
Chapters:
00:00 What we will…
New post on /r/flutterdev subreddit:
I made a video about an app i made in flutter. the source code is in the description. Thought you guys might be intrested
https://youtu.be/UucjoMax02I
February 26, 2021 at 09:40PM by fred441a
https://ift.tt/3kq17bd
I made a video about an app i made in flutter. the source code is in the description. Thought you guys might be intrested
https://youtu.be/UucjoMax02I
February 26, 2021 at 09:40PM by fred441a
https://ift.tt/3kq17bd
YouTube
I made the dummest app for coldones
In this video i make a drinking app, and try to sell it to people who don't want it, and also don't know who i am...So im new to this whole making videos and...
New tweet from FlutterDev:
169 packages released null safe versions on https://t.co/XAGXN4ILmv in the past week. Among them:
* flutter_cache_manager
* google_maps_flutter
* firebase
* web_socket_channel
Taking us to 1096 null-safe packages.
Package owners: you can publish stable null safe versions now! https://t.co/E1V1notG15— Dart Language (@dart_lang) February 26, 2021
February 26, 2021 at 10:11PM
http://twitter.com/FlutterDev/status/1365409194741035013
169 packages released null safe versions on https://t.co/XAGXN4ILmv in the past week. Among them:
* flutter_cache_manager
* google_maps_flutter
* firebase
* web_socket_channel
Taking us to 1096 null-safe packages.
Package owners: you can publish stable null safe versions now! https://t.co/E1V1notG15— Dart Language (@dart_lang) February 26, 2021
February 26, 2021 at 10:11PM
http://twitter.com/FlutterDev/status/1365409194741035013
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Single & Multiple Selection In ListView (Johannes Milke)
https://www.youtube.com/watch?v=8FVkuixvNHc
February 26, 2021 at 10:50PM by JohannesMilke
https://ift.tt/3kqT8ut
Flutter Tutorial - Single & Multiple Selection In ListView (Johannes Milke)
https://www.youtube.com/watch?v=8FVkuixvNHc
February 26, 2021 at 10:50PM by JohannesMilke
https://ift.tt/3kqT8ut
YouTube
Flutter Tutorial - Single & Multi Selection ListView - Country Code Picker
Create A Flutter Country Code Picker where you can select single & multiple items within the ListView in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
New post on /r/flutterdev subreddit:
Build Flutter Apps Fast with Riverpod, Firebase, Hooks, and Freezed
https://youtu.be/vrPk6LB9bjo
February 27, 2021 at 02:41AM by Marcus-Ng
https://ift.tt/3dRdzQ0
Build Flutter Apps Fast with Riverpod, Firebase, Hooks, and Freezed
https://youtu.be/vrPk6LB9bjo
February 27, 2021 at 02:41AM by Marcus-Ng
https://ift.tt/3dRdzQ0
YouTube
Build Flutter Apps Fast with Riverpod, Firebase, Hooks, and Freezed Architecture | Apps From Scratch
» Flutter courses, writeups, and source code on Launch Club 🧠
https://LaunchClub.io
Learn Flutter fast in this tutorial by building a shopping list / to do list app with Riverpod, Firebase, Flutter Hooks, and Freezed. Watch tips and tricks to quickly design…
https://LaunchClub.io
Learn Flutter fast in this tutorial by building a shopping list / to do list app with Riverpod, Firebase, Flutter Hooks, and Freezed. Watch tips and tricks to quickly design…
New post on /r/flutterdev subreddit:
Why is firebase change the FCM api for flutter?
I just switched from the firebase messaging 6.0.16 to 8.0.0-dev.14.Turns out the API has totally changed. Pretty much every method I was using has been removed and replaced with somthing else. New classes are introduced.Am I crazy, or does this seem really odd for a library that is in version 8.0.0? Like aren't libraries with unstable API meant to be kept versioned 0.x.x, and not reach 1.0.0. Or at least could they put a big warning on the github page "this is an unstable API"??I am a little bit perturbed here.
February 27, 2021 at 02:11AM by scorr204
https://ift.tt/3sBgiBh
Why is firebase change the FCM api for flutter?
I just switched from the firebase messaging 6.0.16 to 8.0.0-dev.14.Turns out the API has totally changed. Pretty much every method I was using has been removed and replaced with somthing else. New classes are introduced.Am I crazy, or does this seem really odd for a library that is in version 8.0.0? Like aren't libraries with unstable API meant to be kept versioned 0.x.x, and not reach 1.0.0. Or at least could they put a big warning on the github page "this is an unstable API"??I am a little bit perturbed here.
February 27, 2021 at 02:11AM by scorr204
https://ift.tt/3sBgiBh
reddit
Why is firebase change the FCM api for flutter?
I just switched from the firebase messaging 6.0.16 to 8.0.0-dev.14. Turns out the API has totally changed. Pretty much every method I was using...
New post on /r/flutterdev subreddit:
What are your thoughts on having a CSS length type in Flutter?
I created this dimension package that allows you to create lengths with different units. It also allows you to add/subtract those lengths or use min/max/clamp on them, just like CSS. I also wrote an introduction about this package here.What are your thoughts on it? I know the layout process is different in Flutter compared to the web. Do you think this package is useful?
February 27, 2021 at 04:43AM by kevinvan0720
https://ift.tt/37U9sid
What are your thoughts on having a CSS length type in Flutter?
I created this dimension package that allows you to create lengths with different units. It also allows you to add/subtract those lengths or use min/max/clamp on them, just like CSS. I also wrote an introduction about this package here.What are your thoughts on it? I know the layout process is different in Flutter compared to the web. Do you think this package is useful?
February 27, 2021 at 04:43AM by kevinvan0720
https://ift.tt/37U9sid
Dart packages
dimension | Flutter Package
A Flutter package that introduce the Dimension class. It mimics the css length unit and supports units like px, percentage, vw, vh, vmin ,and vmax.
New post on /r/flutterdev subreddit:
🔥 Push Notification with Flutter, WordPress & OneSignal 🔥
https://youtu.be/ZWAuBLckVdU
February 27, 2021 at 08:34AM by SnippetCoder_YT
https://ift.tt/3dRRrF5
🔥 Push Notification with Flutter, WordPress & OneSignal 🔥
https://youtu.be/ZWAuBLckVdU
February 27, 2021 at 08:34AM by SnippetCoder_YT
https://ift.tt/3dRRrF5
YouTube
🔥 Push Notification with Flutter, WordPress & OneSignal 🔥
In this video, We will learn How To Send Push Notification from WordPress to Flutter using OneSignal.
⏱TIMESTAMPS
00:00 - Video Introduction
00:30 - OneSignal Account Setup
03:51 - WordPress OneSignal Integration
05:54 - Flutter OneSignal Integration…
⏱TIMESTAMPS
00:00 - Video Introduction
00:30 - OneSignal Account Setup
03:51 - WordPress OneSignal Integration
05:54 - Flutter OneSignal Integration…
New post on /r/flutterdev subreddit:
Thoughts on Aqueduct?
So I'm about to build out a backend for a PostgreSQL database.I came across Aqueduct which is a Dart Rest API framework?Has anyone used it before? I have a tiny bit of Flask experience (nowhere near production level) and I've been doing 100% Flutter for the past few months so if it doesn't have any performance or other obvious issues I'd be pretty keen to just go full stack Dart.What do you guys think?
February 27, 2021 at 09:29AM by StudentOfAwesomeness
https://ift.tt/3bNFc9I
Thoughts on Aqueduct?
So I'm about to build out a backend for a PostgreSQL database.I came across Aqueduct which is a Dart Rest API framework?Has anyone used it before? I have a tiny bit of Flask experience (nowhere near production level) and I've been doing 100% Flutter for the past few months so if it doesn't have any performance or other obvious issues I'd be pretty keen to just go full stack Dart.What do you guys think?
February 27, 2021 at 09:29AM by StudentOfAwesomeness
https://ift.tt/3bNFc9I
reddit
Thoughts on Aqueduct?
So I'm about to build out a backend for a PostgreSQL database. I came across Aqueduct which is a Dart Rest API framework? Has anyone used it...
New post on /r/flutterdev subreddit:
Flutter Web: OAuth authentication through external window
https://ift.tt/3bOnvHr
February 27, 2021 at 01:13PM by TesteurManiak
https://ift.tt/3pTmbIc
Flutter Web: OAuth authentication through external window
https://ift.tt/3bOnvHr
February 27, 2021 at 01:13PM by TesteurManiak
https://ift.tt/3pTmbIc
Medium
Flutter Web: OAuth authentication through external window
Learn how to authenticate your Flutter Web application with OAuth2.
New post on /r/flutterdev subreddit:
Managing multiple Firebase environments in Flutter with ease
https://ift.tt/2ZU8Ftp
February 27, 2021 at 12:50PM by Deimantasa
https://ift.tt/3rdk0kl
Managing multiple Firebase environments in Flutter with ease
https://ift.tt/2ZU8Ftp
February 27, 2021 at 12:50PM by Deimantasa
https://ift.tt/3rdk0kl
Medium
CICD P1. Multiple Firebase Environments in Flutter
This will be first part of multi-part series, which will introduce ultimate CICD configuration for Flutter. I’ll split it to individual…
New post on /r/flutterdev subreddit:
FlutterFlow
hey guys what do you think about flutterflow app builder....for building flutter apps
February 27, 2021 at 02:22PM by Sad-Helicopter-1198
https://ift.tt/2ZUhrY2
FlutterFlow
hey guys what do you think about flutterflow app builder....for building flutter apps
February 27, 2021 at 02:22PM by Sad-Helicopter-1198
https://ift.tt/2ZUhrY2
New post on Flutter Dev Google group:
App Crash - android.content.ActivityNotFoundException
android.content.ActivityNotFoundException: at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2039) at android.app.Instrumentation.execStartActivity (Instrumentation.java:1705) at android.app.Activity.startActivityForResult (Activity.java:6055) at androidx.fr
February 27, 2021 at 03:23PM by Abdul Kadhar
https://ift.tt/3b1HNhr
App Crash - android.content.ActivityNotFoundException
android.content.ActivityNotFoundException: at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2039) at android.app.Instrumentation.execStartActivity (Instrumentation.java:1705) at android.app.Activity.startActivityForResult (Activity.java:6055) at androidx.fr
February 27, 2021 at 03:23PM by Abdul Kadhar
https://ift.tt/3b1HNhr
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 Flutter Dev Google group:
Contact_Service Form?
I am using contact_service package in my app and I was wondering if there is anyway to change the form that is given when you go to create a new contact? Right now you are given exactly what you get when you add a new contact in your regular contacts app, can that be redesigned?
February 27, 2021 at 03:26PM by Mark Valeriani
https://ift.tt/2NCTjac
Contact_Service Form?
I am using contact_service package in my app and I was wondering if there is anyway to change the form that is given when you go to create a new contact? Right now you are given exactly what you get when you add a new contact in your regular contacts app, can that be redesigned?
February 27, 2021 at 03:26PM by Mark Valeriani
https://ift.tt/2NCTjac
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:
Adding simple pagination to a Gridview
https://ift.tt/3q4Gdzj
February 27, 2021 at 03:56PM by saxykeyz
https://ift.tt/2ZVJruv
Adding simple pagination to a Gridview
https://ift.tt/3q4Gdzj
February 27, 2021 at 03:56PM by saxykeyz
https://ift.tt/2ZVJruv
Willsthoughts
Flutter gridview simple pagination · Willsthoughts
Adding pagination to a GridView in Flutter
New post on /r/flutterdev subreddit:
Using code magic to compile time out in preparing machine
Hello Iam trying to compile my flutter sop using code magic. I followed all the steps but when I build it is always stuck at “preparing machine” and then after couple of hours it says “time out” and then exits. Any one facing the same issue?
February 27, 2021 at 04:16PM by zarzor_2010
https://ift.tt/3swFg4D
Using code magic to compile time out in preparing machine
Hello Iam trying to compile my flutter sop using code magic. I followed all the steps but when I build it is always stuck at “preparing machine” and then after couple of hours it says “time out” and then exits. Any one facing the same issue?
February 27, 2021 at 04:16PM by zarzor_2010
https://ift.tt/3swFg4D
New post on /r/flutterdev subreddit:
M1 Mac
Can you install flutter on the m1 macs?
February 27, 2021 at 05:39PM by AdAdministrative3798
https://ift.tt/3pZyMcV
M1 Mac
Can you install flutter on the m1 macs?
February 27, 2021 at 05:39PM by AdAdministrative3798
https://ift.tt/3pZyMcV
reddit
M1 Mac
Can you install flutter on the m1 macs?
New post on /r/flutterdev subreddit:
Flutter Tutorial - Time, Date & Date Range Picker (Johannes Milke)
https://www.youtube.com/watch?v=a_fGsywyL90
February 27, 2021 at 05:32PM by JohannesMilke
https://ift.tt/3bOAw3s
Flutter Tutorial - Time, Date & Date Range Picker (Johannes Milke)
https://www.youtube.com/watch?v=a_fGsywyL90
February 27, 2021 at 05:32PM by JohannesMilke
https://ift.tt/3bOAw3s
YouTube
Flutter Tutorial - Date Picker, Date Range Picker & Time Picker
Use the Flutter Date Picker to pick a single date. Use the Flutter Date Range Picker to pick a date range. Use the Flutter Time Picker to pick a specific time in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?su…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?su…
New tweet from FlutterDev:
👏 Last days of #30DaysOfFlutter!
We hope you enjoyed attending our learn from home series! Thanks to our hosts @FlutterComm, @devangelslondon, @mhadaily, @scottstoll2017, and the #FlutterCommunity for joining!
See you at #FlutterEngage March 3rd → https://t.co/T9025Cnp1v pic.twitter.com/pdy1GLny5S— Flutter (@FlutterDev) February 27, 2021
February 27, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1365708289636511747
👏 Last days of #30DaysOfFlutter!
We hope you enjoyed attending our learn from home series! Thanks to our hosts @FlutterComm, @devangelslondon, @mhadaily, @scottstoll2017, and the #FlutterCommunity for joining!
See you at #FlutterEngage March 3rd → https://t.co/T9025Cnp1v pic.twitter.com/pdy1GLny5S— Flutter (@FlutterDev) February 27, 2021
February 27, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1365708289636511747
Twitter
#30daysofflutter hashtag on Twitter
38m ago @FlutterDev tweeted: "👏 Last days of #30DaysOfFlutter!
We ho.." - read what others are saying and join the conversation.
We ho.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter Fully Responsive UI - Web, Mobile & Tablet
https://youtu.be/hntFZd5bddU
February 27, 2021 at 06:49PM by codecrafts
https://ift.tt/3q0DKWH
Flutter Fully Responsive UI - Web, Mobile & Tablet
https://youtu.be/hntFZd5bddU
February 27, 2021 at 06:49PM by codecrafts
https://ift.tt/3q0DKWH
reddit
Flutter Fully Responsive UI - Web, Mobile & Tablet
Posted in r/FlutterDev by u/codecrafts • 3 points and 0 comments