New post on /r/flutterdev subreddit:
How to make blur effect in Flutter using BackdropFilter & ImageFilter
https://ift.tt/2oxRT3L
September 30, 2019 at 10:35AM by anticafe
https://ift.tt/2n1uHdB
How to make blur effect in Flutter using BackdropFilter & ImageFilter
https://ift.tt/2oxRT3L
September 30, 2019 at 10:35AM by anticafe
https://ift.tt/2n1uHdB
Medium
How to make blur effect in Flutter using BackdropFilter & ImageFilter
Flutter makes it much easier to create blur effect with the help of BackdropFilter and ImageFilter.blur. If you haven’t known about it the…
New post on /r/flutterdev subreddit:
I built Jian Yang's SeeFood app from Silicon Valley in Flutter
https://ift.tt/2osfUJm
September 30, 2019 at 10:24AM by bimsina
https://ift.tt/2md9XPM
I built Jian Yang's SeeFood app from Silicon Valley in Flutter
https://ift.tt/2osfUJm
September 30, 2019 at 10:24AM by bimsina
https://ift.tt/2md9XPM
Medium
Building Jian Yang’s SeeFood app in Flutter
Well, if you’re a fan of Silicon Valley, you have definitely wanted to build Jian Yang’s breakthrough SeeFood app.
New post on /r/flutterdev subreddit:
Flutter Slivers Overview: SliverList, SliverGrid, SliverToBoxAdapter, SliverFillRemaining
https://youtu.be/k2v3gxtMlDE
September 30, 2019 at 12:50PM by bizz84
https://ift.tt/2n3K1GO
Flutter Slivers Overview: SliverList, SliverGrid, SliverToBoxAdapter, SliverFillRemaining
https://youtu.be/k2v3gxtMlDE
September 30, 2019 at 12:50PM by bizz84
https://ift.tt/2n3K1GO
YouTube
Flutter Slivers Overview: SliverList, SliverGrid, SliverToBoxAdapter, SliverFillRemaining
Sign up here for more videos: https://codewithandrea.com
Source code: https://github.com/bizz84/slivers_demo_flutter
This is a introduction to slivers, and shows how to use SliverList, SliverGrid, SliverToBoxAdapter and SliverFillRemaining in detail.
This…
Source code: https://github.com/bizz84/slivers_demo_flutter
This is a introduction to slivers, and shows how to use SliverList, SliverGrid, SliverToBoxAdapter and SliverFillRemaining in detail.
This…
New post on /r/flutterdev subreddit:
Flutter UIKitView and FlutterPlatformView - Is it Restricted to UIView only?
I came across UIKitView and FlutterPlatformView, and have been working on such implementation. Are the following points limitations?Why can’t i use UIViewControllers? I’m building an app that has one screen built with IOS and Swift, this accesses camera and speech recognition. Is FlutterPlatformView restricted to only UIView? Can i use StoryBoard, UIViewControllers, UICollectionViewController etc., if so can you redirect me to some resources.
September 30, 2019 at 12:33PM by iamkishanme
https://ift.tt/2ouPsyM
Flutter UIKitView and FlutterPlatformView - Is it Restricted to UIView only?
I came across UIKitView and FlutterPlatformView, and have been working on such implementation. Are the following points limitations?Why can’t i use UIViewControllers? I’m building an app that has one screen built with IOS and Swift, this accesses camera and speech recognition. Is FlutterPlatformView restricted to only UIView? Can i use StoryBoard, UIViewControllers, UICollectionViewController etc., if so can you redirect me to some resources.
September 30, 2019 at 12:33PM by iamkishanme
https://ift.tt/2ouPsyM
reddit
Flutter UIKitView and FlutterPlatformView - Is it Restricted to...
I came across UIKitView and FlutterPlatformView, and have been working on such implementation. Are the following points limitations? Why can’t i...
New post on /r/flutterdev subreddit:
Navigation using Provider package issue ( overall widget <- provider communication flow )
Hey FlutterDev. I don't quite understand the proper place of calling Navigator.pushNamed(context, SomeScreen.tag) using the provider package as state management tool. I have a feeling that there is something quite important that i'm missing here.Since there is no context in provider, the only thing that i found i can do is using a GlobalKey for navigation.I don't like this one though, because i have no knowledge about how bad that GlobalKey can hit performance.Objectivespress button, show loading, upon api on success response navigate to different screen. What seems off here is that i currently to do all of that in child: ... of + It doesn't work this waysame flow, but on failure a snackbar or some kind of a toast message has to be shownThese are simplified code snippets to understand what is going on.
Any help would be appreciated. + Does anyone know a full scale project on github that uses provider AND handles complex scenarios effectively?SignInProvider with ChangeNotifier
September 30, 2019 at 03:14PM by skyyoo_
https://ift.tt/2mVEbr6
Navigation using Provider package issue ( overall widget <- provider communication flow )
Hey FlutterDev. I don't quite understand the proper place of calling Navigator.pushNamed(context, SomeScreen.tag) using the provider package as state management tool. I have a feeling that there is something quite important that i'm missing here.Since there is no context in provider, the only thing that i found i can do is using a GlobalKey for navigation.I don't like this one though, because i have no knowledge about how bad that GlobalKey can hit performance.Objectivespress button, show loading, upon api on success response navigate to different screen. What seems off here is that i currently to do all of that in child: ... of + It doesn't work this waysame flow, but on failure a snackbar or some kind of a toast message has to be shownThese are simplified code snippets to understand what is going on.
Any help would be appreciated. + Does anyone know a full scale project on github that uses provider AND handles complex scenarios effectively?SignInProvider with ChangeNotifier
Future signIn() async { signInState = SignInState.loading; notifyListeners(); try { fetching data.... signInState = SignInState.success(data); } catch (error) { signInState = SignInState.noNetwork; } notifyListeners(); } }The SignIn stateless widget
body: Stack( someWidget(), Consumer<SignInProvider>( builder: (context, provider, child) => MaterialButton( onPressed: provider.signIn, child: (() { if (provider.signInState == null) { return LoginButton(); } else if (provider.signInState is SignInSuccess) { ----------------------> goMainScreen(context); ----------------------> return LoginButton(); // not needed really } else if (provider.signInState is SignInLoading) { return ProgressBar(); } else if (provider.signInState is SignInNetworkError) { ----------------------> return LoginButton() + showErrorMessage(); } return null; }()))) )
September 30, 2019 at 03:14PM by skyyoo_
https://ift.tt/2mVEbr6
reddit
Navigation using Provider package issue ( overall widget <-...
A subreddit related to Google's new UI framework.
New post on /r/flutterdev subreddit:
Project Time Tracking App | Part 2: Logic and data with Hive Flutter
https://youtu.be/-Le0aDALDT8
September 30, 2019 at 03:04PM by GiorgioZem
https://ift.tt/2oBZv5k
Project Time Tracking App | Part 2: Logic and data with Hive Flutter
https://youtu.be/-Le0aDALDT8
September 30, 2019 at 03:04PM by GiorgioZem
https://ift.tt/2oBZv5k
YouTube
Project Time Tracking App | Part 2: Logic and data with Hive Flutter
In this video we do the logic implementation for our project time tracking app with Hive. Part 1: https://youtu.be/ojH1lBEf5Zw Hive: https://docs.hivedb.dev/...
New post on /r/flutterdev subreddit:
Flutter at scale - Jorge Coca (BMW) - DroidCon
https://ift.tt/2oDfUq8
September 30, 2019 at 04:01PM by OffTree
https://ift.tt/2nRebgs
Flutter at scale - Jorge Coca (BMW) - DroidCon
https://ift.tt/2oDfUq8
September 30, 2019 at 04:01PM by OffTree
https://ift.tt/2nRebgs
Droidcon
Flutter at scale
Flutter has been out of beta for less than a year. It is an amazing framework UI that lets you run your code pretty much anywhere. There's a lot of expectations around it, incredible apps running at 60fps, but... is it ready to be adopted at scale? At BMW…
New post on /r/flutterdev subreddit:
Flutter Tap Newsletter - Week 6
https://ift.tt/2n77mqY
September 30, 2019 at 05:29PM by vensign
https://ift.tt/2naBaD4
Flutter Tap Newsletter - Week 6
https://ift.tt/2n77mqY
September 30, 2019 at 05:29PM by vensign
https://ift.tt/2naBaD4
Fluttertap
Newsletter Issue 6
Flutter tap newsletter with the latest of flutter - Issue 6
New post on /r/flutterdev subreddit:
A clean straightforward flutter form field validator that provides common validation options.
https://ift.tt/2n9WZ5S
September 30, 2019 at 08:16PM by Milad_Alakarie
https://ift.tt/2oHFla3
A clean straightforward flutter form field validator that provides common validation options.
https://ift.tt/2n9WZ5S
September 30, 2019 at 08:16PM by Milad_Alakarie
https://ift.tt/2oHFla3
Dart packages
form_field_validator | Flutter Package
A straightforward flutter form field validator that provides common validation options.
New post on /r/flutterdev subreddit:
r_flutter - code generator for assets and localization strings
I would like to let everyone know about a very useful package called r_flutter, which for some reason is not very popular: https://pub.dev/packages/r_flutterIt automatically generates asset names for assets added into the project, font names and localization keys.Latest version added picture documentation to generated entries so it's easy to browse them while writting widgets:https://imgur.com/a/sjPyy80For more advanced usage, there is also option to integrate with other libraries like flutter_svg.
September 30, 2019 at 08:02PM by chrabeusz
https://ift.tt/2oDgCU9
r_flutter - code generator for assets and localization strings
I would like to let everyone know about a very useful package called r_flutter, which for some reason is not very popular: https://pub.dev/packages/r_flutterIt automatically generates asset names for assets added into the project, font names and localization keys.Latest version added picture documentation to generated entries so it's easy to browse them while writting widgets:https://imgur.com/a/sjPyy80For more advanced usage, there is also option to integrate with other libraries like flutter_svg.
September 30, 2019 at 08:02PM by chrabeusz
https://ift.tt/2oDgCU9
Dart packages
r_flutter | Dart package
Generate constants for resources which require using them as a String like fonts and assets.
New post on /r/flutterdev subreddit:
FlutterUI - Minimal Designs - Dumplings - Speed Code
https://youtu.be/-vEl2dIlbt8
September 30, 2019 at 08:00PM by rajayogan27
https://ift.tt/2mYpvYd
FlutterUI - Minimal Designs - Dumplings - Speed Code
https://youtu.be/-vEl2dIlbt8
September 30, 2019 at 08:00PM by rajayogan27
https://ift.tt/2mYpvYd
YouTube
FlutterUI - Minimal Designs - Dumplings - Speed Code
Need an app ? - https://rajayogan.com Follow me on twitter - https://twitter.com/rajayogan14k Other flutter videos - https://www.youtube.com/playlist?list=PL...
New post on /r/flutterdev subreddit:
How To Create a Dynamic Theme in Flutter Using Provider
https://ift.tt/2o0Vy9K
September 30, 2019 at 08:29PM by divyanshub024
https://ift.tt/2oD6YAV
How To Create a Dynamic Theme in Flutter Using Provider
https://ift.tt/2o0Vy9K
September 30, 2019 at 08:29PM by divyanshub024
https://ift.tt/2oD6YAV
Medium
How To Create a Dynamic Theme in Flutter Using Provider
How to add dark mode to your app
New post on /r/flutterdev subreddit:
60 Days of Flutter :Building a Messenger from Scratch : Day 42–45 : Creating the Home Page & Quick Peek BottomSheet for Messages
https://ift.tt/2nVNnvG
September 30, 2019 at 09:42PM by aditya_gurjar
https://ift.tt/2oGYs3X
60 Days of Flutter :Building a Messenger from Scratch : Day 42–45 : Creating the Home Page & Quick Peek BottomSheet for Messages
https://ift.tt/2nVNnvG
September 30, 2019 at 09:42PM by aditya_gurjar
https://ift.tt/2oGYs3X
Medium
60 Days of Flutter :Building a Messenger : Day 42–44 : Creating the Home Page & Quick Peek BottomSheet for Messages
In the last post we created the Attachments Page. We now can add contacts, send/receive messages and attachments in our app. The one key…
New post on /r/flutterdev subreddit:
Hive DB Tutorial – Lightweight & Fast NoSQL Database in Pure Dart
https://youtu.be/R1GSrrItqUs
September 30, 2019 at 10:31PM by MRresoMC
https://ift.tt/2o0TLS8
Hive DB Tutorial – Lightweight & Fast NoSQL Database in Pure Dart
https://youtu.be/R1GSrrItqUs
September 30, 2019 at 10:31PM by MRresoMC
https://ift.tt/2o0TLS8
YouTube
Hive (Flutter Tutorial) – Lightweight & Fast NoSQL Database in Pure Dart
📗 Get the starter project & learn from the written tutorial 👇👇
https://resocoder.com/hive-db-tutorial
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Storing data locally is a task which has to be done by almost every app.…
https://resocoder.com/hive-db-tutorial
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Storing data locally is a task which has to be done by almost every app.…
New post on /r/flutterdev subreddit:
A look at Flutter from a native developer
https://ift.tt/2nfV283
September 30, 2019 at 10:17PM by Nietzking
https://ift.tt/2ndYuzT
A look at Flutter from a native developer
https://ift.tt/2nfV283
September 30, 2019 at 10:17PM by Nietzking
https://ift.tt/2ndYuzT
OrangeLoops
A Look at Flutter from a Native Developer
If you are into mobile app development then you've probably heard about Flutter, Google's open-source framework for building cross-platform applications. Released in 2017, the interest about Flutter kept growing since its launch, as you can see…
New post on /r/flutterdev subreddit:
Flutter : Display Current Location
https://ift.tt/2o2wWxo
October 01, 2019 at 02:13AM by code-Xtnds
https://ift.tt/2n4Kwk5
Flutter : Display Current Location
https://ift.tt/2o2wWxo
October 01, 2019 at 02:13AM by code-Xtnds
https://ift.tt/2n4Kwk5
xtnds
Flutter : Getting your location
Introduction I am planning to begin this journey of understanding all the we can do with flutter and GIS and Remote Sensing. This includes not only app that displays maps, but also things that may …
New post on Flutter Dev Google group:
How to use django back-end with flutter
How do I perform crud, post, get, delete, and update from flutter to django back-end using django restapi.
October 01, 2019 at 07:40AM by yuu uuu
https://ift.tt/2oLGg9j
How to use django back-end with flutter
How do I perform crud, post, get, delete, and update from flutter to django back-end using django restapi.
October 01, 2019 at 07:40AM by yuu uuu
https://ift.tt/2oLGg9j
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 Project with Android Native project library
Hi Flutter community, I want to know if it is possible to implement android native project as a library or ect. inside Flutter project? Thank you. Currently I have successfully integrated flutter inside android native project via module but I want to know if it is possible the other way around.
October 01, 2019 at 07:51AM by DJayEm13
https://ift.tt/2oRWRsj
Flutter Project with Android Native project library
Hi Flutter community, I want to know if it is possible to implement android native project as a library or ect. inside Flutter project? Thank you. Currently I have successfully integrated flutter inside android native project via module but I want to know if it is possible the other way around.
October 01, 2019 at 07:51AM by DJayEm13
https://ift.tt/2oRWRsj
reddit
Flutter Project with Android Native project library
Hi Flutter community, I want to know if it is possible to implement android native project as a library or ect. inside Flutter project? Thank...
New post on /r/flutterdev subreddit:
Flutter internals
https://ift.tt/2oLNNoD
October 01, 2019 at 10:32AM by EngineerScientist
https://ift.tt/2npCGS7
Flutter internals
https://ift.tt/2oLNNoD
October 01, 2019 at 10:32AM by EngineerScientist
https://ift.tt/2npCGS7
Didier Boelens
Didier Boelens - Flutter
Flutter - How does Flutter actually work, internally?
What are Widgets, Elements, BuildContext, RenderOject, Bindings…
Difficulty: Beginner
What are Widgets, Elements, BuildContext, RenderOject, Bindings…
Difficulty: Beginner
New post on /r/flutterdev subreddit:
Yes we can: Writing Firestore Admin functions in Dart, and using the Firestore Emulator
https://ift.tt/2o4EoZa
October 01, 2019 at 10:30AM by Elixane
https://ift.tt/2n9LECZ
Yes we can: Writing Firestore Admin functions in Dart, and using the Firestore Emulator
https://ift.tt/2o4EoZa
October 01, 2019 at 10:30AM by Elixane
https://ift.tt/2n9LECZ
Medium
Yes we can: Writing Firestore Admin functions in Dart, and using the Firestore Emulator
Thanks to the awesome Firestore Admin Interop library, you can write Firestore admin functions in Dart (and yes Googlers, if you are…
New post on /r/flutterdev subreddit:
#3 Container Widget Flutter
https://youtu.be/HoEI1Ii6x90
October 01, 2019 at 11:16AM by systechdevelopers
https://ift.tt/2mw143W
#3 Container Widget Flutter
https://youtu.be/HoEI1Ii6x90
October 01, 2019 at 11:16AM by systechdevelopers
https://ift.tt/2mw143W
YouTube
#3 Widget Container| Flutter Tutorial | Google
#3 Widget Container.