New post on /r/flutterdev subreddit:
Expense tracking app with firebase authentication and database support.
ScreenshotsGithubThis is my first flutter app I built in a couple weeks to learn how to use flutter. It is an expense tracking app with authentication using firebase as well as storing the expenses in a firebase database so that it can be synced between the mobile app and its web based companion app I build last year while learning react.Since I built this as I was learning flutter it is probably a bit of a mess and I would do a ton of things differently If I were to rewrite it from scratch now that I am more familiar with how flutter works but overall I was really impressed with how easy flutter was to pick up. I never did any native android development before hand. Coming from Javascript into the dart language was a mostly pain free process and UI as code is awesome.Note: The web app doesn't currently support using non google accounts as I haven't gone back and updated it and some of the screens such as the expense overview screen are still unfinished as I have to turn my focus to exams but I cant wait to get back to it once I'm free.
March 28, 2019 at 11:44AM by FriedChicken24
https://ift.tt/2FGRTog
Expense tracking app with firebase authentication and database support.
ScreenshotsGithubThis is my first flutter app I built in a couple weeks to learn how to use flutter. It is an expense tracking app with authentication using firebase as well as storing the expenses in a firebase database so that it can be synced between the mobile app and its web based companion app I build last year while learning react.Since I built this as I was learning flutter it is probably a bit of a mess and I would do a ton of things differently If I were to rewrite it from scratch now that I am more familiar with how flutter works but overall I was really impressed with how easy flutter was to pick up. I never did any native android development before hand. Coming from Javascript into the dart language was a mostly pain free process and UI as code is awesome.Note: The web app doesn't currently support using non google accounts as I haven't gone back and updated it and some of the screens such as the expense overview screen are still unfinished as I have to turn my focus to exams but I cant wait to get back to it once I'm free.
March 28, 2019 at 11:44AM by FriedChicken24
https://ift.tt/2FGRTog
Imgur
Money Monitor
Post with 4 views. Money Monitor
New post on /r/flutterdev subreddit:
Interactive Flare animations in Flutter - An attempt to reduce boilerplate code
https://youtu.be/vsyjMrZa5OU
March 28, 2019 at 11:38AM by Filledstacks
https://ift.tt/2Ot68zP
Interactive Flare animations in Flutter - An attempt to reduce boilerplate code
https://youtu.be/vsyjMrZa5OU
March 28, 2019 at 11:38AM by Filledstacks
https://ift.tt/2Ot68zP
YouTube
Complex Animations in Flutter using Rive | Flare
In this tutorial we'll be covering how to add interactive functionality to an animation built using Flare.
Written Tutorial 1: https://www.filledstacks.com/post/reducing-boilerplate-code-in-flutter-using-flare
Written Tutorial 2: https://www.filledstack…
Written Tutorial 1: https://www.filledstacks.com/post/reducing-boilerplate-code-in-flutter-using-flare
Written Tutorial 2: https://www.filledstack…
New post on /r/flutterdev subreddit:
Gallery application developing in Flutter.
https://ift.tt/2FFYhvM
March 28, 2019 at 01:41PM by follow2vivek
https://ift.tt/2OzfFW8
Gallery application developing in Flutter.
https://ift.tt/2FFYhvM
March 28, 2019 at 01:41PM by follow2vivek
https://ift.tt/2OzfFW8
GitHub
follow2vivek/FlutterGallery
Flutter gallery - Image, Audio, Video & File. Contribute to follow2vivek/FlutterGallery development by creating an account on GitHub.
New post on Flutter Dev Google group:
StreamBuilders Don't Update When Stream Updates
So I'm having an issue where my stream builders don't consistently update when I add new values to the streams. I'm using the RXdart library. This is in a method in my Bloc. if (result != null && result.apiErrorCode == 0) { // Update Streams _userAuthentication.sink.add(result); _authentic
March 28, 2019 at 03:30PM by Matthew Jones
https://ift.tt/2U3Cib8
StreamBuilders Don't Update When Stream Updates
So I'm having an issue where my stream builders don't consistently update when I add new values to the streams. I'm using the RXdart library. This is in a method in my Bloc. if (result != null && result.apiErrorCode == 0) { // Update Streams _userAuthentication.sink.add(result); _authentic
March 28, 2019 at 03:30PM by Matthew Jones
https://ift.tt/2U3Cib8
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:
Database Strategies
So one of the things holding me back from considering flutter is the database.I'm building a medical billing application, which leaves me with two levels of database.The first one is app data. Things like billing codes, diagnostic codes, and code rules. These are largely static, but when they do change they change in bulk. I'm thinking of using Firebase store for this to handle the syncing of data. There's only one relationship that I'm happy to lazily load on my own (the rules) otherwise they're all independent of each other.The other is user data. This is going to be sensitive data like claim, patient information, and other user data. This one is likely to be sqliteMy biggest problem is search. I need to be able to live search codes, and patients.The other is encryption of the databaseDoes anyone have any strategies for these problems?
March 28, 2019 at 05:23PM by DoPeopleEvenLookHere
https://ift.tt/2HLGOEK
Database Strategies
So one of the things holding me back from considering flutter is the database.I'm building a medical billing application, which leaves me with two levels of database.The first one is app data. Things like billing codes, diagnostic codes, and code rules. These are largely static, but when they do change they change in bulk. I'm thinking of using Firebase store for this to handle the syncing of data. There's only one relationship that I'm happy to lazily load on my own (the rules) otherwise they're all independent of each other.The other is user data. This is going to be sensitive data like claim, patient information, and other user data. This one is likely to be sqliteMy biggest problem is search. I need to be able to live search codes, and patients.The other is encryption of the databaseDoes anyone have any strategies for these problems?
March 28, 2019 at 05:23PM by DoPeopleEvenLookHere
https://ift.tt/2HLGOEK
reddit
r/FlutterDev - Database Strategies
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
On device face recognition.
Hello I am a beginner in flutter and I was wondering if there is a library which can be used to do on device face detection. I need to be able to check if the face of the person using the phone is in view of the frontal camera and record a video of it.Thank you for your help
March 28, 2019 at 07:06PM by codingSloth
https://ift.tt/2FE8DLH
On device face recognition.
Hello I am a beginner in flutter and I was wondering if there is a library which can be used to do on device face detection. I need to be able to check if the face of the person using the phone is in view of the frontal camera and record a video of it.Thank you for your help
March 28, 2019 at 07:06PM by codingSloth
https://ift.tt/2FE8DLH
reddit
r/FlutterDev - On device face recognition.
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Open Source for Busy People - live coding a Flutter Github app - OSCON 2018
https://www.youtube.com/watch?v=ZZNtvYsVGCU
March 28, 2019 at 06:45PM by Purple_Pizzazz
https://ift.tt/2U3qqG3
Open Source for Busy People - live coding a Flutter Github app - OSCON 2018
https://www.youtube.com/watch?v=ZZNtvYsVGCU
March 28, 2019 at 06:45PM by Purple_Pizzazz
https://ift.tt/2U3qqG3
YouTube
Open Source for Busy People - live coding a Flutter Github app - OSCON 2018
At OSCON 2018, Matt Sullivan and Emily Fortuna build a nifty Github Flutter app live! Want to learn how to write an app that allows you to review pull requests on your phone while you're out and about? Watch and follow along!
Source code → https://bit.ly/2WqO8J5…
Source code → https://bit.ly/2WqO8J5…
New post on /r/flutterdev subreddit:
Zgadula - party game with 10k+ downloads (English, Polish)
https://ift.tt/2z2XCRw
March 28, 2019 at 07:49PM by ryk0s
https://ift.tt/2CJMf2D
Zgadula - party game with 10k+ downloads (English, Polish)
https://ift.tt/2z2XCRw
March 28, 2019 at 07:49PM by ryk0s
https://ift.tt/2CJMf2D
GitHub
GitHub - vintage/party_flutter: Party Charades game created in Flutter.
Party Charades game created in Flutter. Contribute to vintage/party_flutter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter in Practice - HTTP Request & Response
https://www.youtube.com/watch?v=WsgsP-AKxFo
March 28, 2019 at 09:27PM by zaiste
https://ift.tt/2uGIO8J
Flutter in Practice - HTTP Request & Response
https://www.youtube.com/watch?v=WsgsP-AKxFo
March 28, 2019 at 09:27PM by zaiste
https://ift.tt/2uGIO8J
YouTube
Flutter in Practice - E08: HTTP Request & Response
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instead of teaching concepts and ideas in both Flutter and Dart, this course showcases a process of building…
New post on /r/flutterdev subreddit:
Flutter Laggy Animations: How Not To setState
https://ift.tt/2FCOTYu
March 29, 2019 at 12:06AM by Purple_Pizzazz
https://ift.tt/2U58RW0
Flutter Laggy Animations: How Not To setState
https://ift.tt/2FCOTYu
March 29, 2019 at 12:06AM by Purple_Pizzazz
https://ift.tt/2U58RW0
Medium
Flutter Laggy Animations: How Not To setState
Creating animations in Flutter is really fun and easy, but there is one bad practice that might make those animations laggy: setState.
New post on Flutter Dev Google group:
How do I find an Element in the tree?
How do I find an instance of a widget by key (or some other means) in the widgets tree. Thanks Widget build(BuildContext context) { MaterialApp mat= MaterialApp( home: Scaffold( appBar: AppBar(title: Text('Pictures')), body: Column( children: [ Image.asset( 'assets/ship.jpg', ), Text('Ship
March 29, 2019 at 01:46AM by Wyatt Biker
https://ift.tt/2CLdOsk
How do I find an Element in the tree?
How do I find an instance of a widget by key (or some other means) in the widgets tree. Thanks Widget build(BuildContext context) { MaterialApp mat= MaterialApp( home: Scaffold( appBar: AppBar(title: Text('Pictures')), body: Column( children: [ Image.asset( 'assets/ship.jpg', ), Text('Ship
March 29, 2019 at 01:46AM by Wyatt Biker
https://ift.tt/2CLdOsk
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:
active_observers: A new way to create composable UI logic, inspired by React hooks.
https://ift.tt/2SPgdrl
March 29, 2019 at 03:48AM by pinyin111
https://ift.tt/2V0Cc0c
active_observers: A new way to create composable UI logic, inspired by React hooks.
https://ift.tt/2SPgdrl
March 29, 2019 at 03:48AM by pinyin111
https://ift.tt/2V0Cc0c
Dart Packages
active_observers | Flutter Package
A new way to create composable UI logic, inspired by React hooks.
New post on Flutter Dev Google group:
Flutter Create
Hi, Everyone please check my file size and please tell Can i Participate on this FlutterCreate Contest Thank you
March 29, 2019 at 05:46AM by Deepjyoti Baishya
https://ift.tt/2FI65xg
Flutter Create
Hi, Everyone please check my file size and please tell Can i Participate on this FlutterCreate Contest Thank you
March 29, 2019 at 05:46AM by Deepjyoti Baishya
https://ift.tt/2FI65xg
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 Tutorials - Flutter NestedTabs
https://www.youtube.com/watch?v=bSywfMPuwaw
March 29, 2019 at 06:23AM by whatsupcoders
https://ift.tt/2TD2Sml
Flutter Tutorials - Flutter NestedTabs
https://www.youtube.com/watch?v=bSywfMPuwaw
March 29, 2019 at 06:23AM by whatsupcoders
https://ift.tt/2TD2Sml
YouTube
Flutter Tutorials - Flutter NestedTabs
Flutter Tutorials - Flutter NestedTabs
In this video, you will see how to add nested tabs in your flutter application, I have added 3 tab layers in the demo video.
The code can be found here - https://github.com/whatsupcoders/Flutter-Nested-Tabs
For more…
In this video, you will see how to add nested tabs in your flutter application, I have added 3 tab layers in the demo video.
The code can be found here - https://github.com/whatsupcoders/Flutter-Nested-Tabs
For more…
New post on /r/flutterdev subreddit:
Keys! What are they good for?
https://ift.tt/2U1nSIu
March 29, 2019 at 08:20AM by Elixane
https://ift.tt/2TMGo2s
Keys! What are they good for?
https://ift.tt/2U1nSIu
March 29, 2019 at 08:20AM by Elixane
https://ift.tt/2TMGo2s
Medium
Keys! What are they good for?
The key parameter can be found on basically every widget constructor, but their use is less common. Keys preserve state when widgets move…
New post on /r/flutterdev subreddit:
Press PLAY button when using Android Studio
Many times I wondered how unstable flutter development is. Until yesterday: I realized that I need to press the green PLAY button to start developing in Android Studio. I thought it would be some kind of release build. But that's wrong. It's your default gate into the Flutter development world with hot-reload and hot-restart.When pressing DEBUG button the Android Studio IDE seems to act normal. It's also hot-reloading code and stuff. Until a certain point where it freaks things up and coming up with crazy compiler messages. The debug button is only meant to do situative code debugging. The attached debugger isn't ready for the hot-replacements Dart/Flutter has to offer.I develop for years and I am used to develop using a "debug button". Please spread this message for all developers, so they get the awesome Flutter development experience they deserve. Maybe other developers have also fallen for it too.
March 29, 2019 at 08:51AM by felixlein
https://ift.tt/2CIFrT3
Press PLAY button when using Android Studio
Many times I wondered how unstable flutter development is. Until yesterday: I realized that I need to press the green PLAY button to start developing in Android Studio. I thought it would be some kind of release build. But that's wrong. It's your default gate into the Flutter development world with hot-reload and hot-restart.When pressing DEBUG button the Android Studio IDE seems to act normal. It's also hot-reloading code and stuff. Until a certain point where it freaks things up and coming up with crazy compiler messages. The debug button is only meant to do situative code debugging. The attached debugger isn't ready for the hot-replacements Dart/Flutter has to offer.I develop for years and I am used to develop using a "debug button". Please spread this message for all developers, so they get the awesome Flutter development experience they deserve. Maybe other developers have also fallen for it too.
March 29, 2019 at 08:51AM by felixlein
https://ift.tt/2CIFrT3
reddit
r/FlutterDev - Press PLAY button when using Android Studio
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
RxDart/Rxcommand and RxVMS architecture for state management in practicle apps?
https://ift.tt/2uHQaZD
March 29, 2019 at 12:11PM by didavid61202
https://ift.tt/2HXC3Hf
RxDart/Rxcommand and RxVMS architecture for state management in practicle apps?
https://ift.tt/2uHQaZD
March 29, 2019 at 12:11PM by didavid61202
https://ift.tt/2HXC3Hf
Guru Meditation
RxVMS foundations: RxCommand and GetIt
Welcome to part 4 of my series on Flutter Architecture: Introduction Fundamentals of Dart Streams RxDart: Magical transformations of Streams RxVMS foundations: RxCommand and GetIt (this post) RxVMS…
New post on /r/flutterdev subreddit:
Top Apps Made with Flutter – 17 Stories by Developers and Business Owners
https://ift.tt/2OtjnAx
March 29, 2019 at 02:38PM by agnieszka_droids
https://ift.tt/2JQEk9V
Top Apps Made with Flutter – 17 Stories by Developers and Business Owners
https://ift.tt/2OtjnAx
March 29, 2019 at 02:38PM by agnieszka_droids
https://ift.tt/2JQEk9V
iOS & Android Mobile App Development Company - Droids On Roids - Poland
Top Apps Made with Flutter – 17 Stories by Developers and Business Owners | Droids On Roids Blog
Read 17 stories by business owners and developers who are actively working with Flutter and check out the best apps made with Flutter.
New post on Flutter Dev Google group:
E' REGISTA PERICOLOSISSIMAMENTE PEDOFILO: GIUSEPPE LAZZARI ( FINITO IN CARCERE PER QUESTO https://br
E' REGISTA PERICOLOSISSIMAMENTE PEDOFILO: GIUSEPPE LAZZARI ( FINITO IN CARCERE PER QUESTO https://ift.tt/2TKTBIJ) 1 FA PARTE DI UNA SETTA SATANISTA MOLTISSIMO
March 29, 2019 at 07:20PM by LUIGI BISIGNANI- MAI PIU' COL PEDOFILO BERLUSCONI
https://ift.tt/2YDaCsn
E' REGISTA PERICOLOSISSIMAMENTE PEDOFILO: GIUSEPPE LAZZARI ( FINITO IN CARCERE PER QUESTO https://br
E' REGISTA PERICOLOSISSIMAMENTE PEDOFILO: GIUSEPPE LAZZARI ( FINITO IN CARCERE PER QUESTO https://ift.tt/2TKTBIJ) 1 FA PARTE DI UNA SETTA SATANISTA MOLTISSIMO
March 29, 2019 at 07:20PM by LUIGI BISIGNANI- MAI PIU' COL PEDOFILO BERLUSCONI
https://ift.tt/2YDaCsn
New post on /r/flutterdev subreddit:
Ben Awad: My First Flutter App - Pain Points
https://www.youtube.com/watch?v=E622pyzvQP8
March 29, 2019 at 06:25PM by Purple_Pizzazz
https://ift.tt/2V4obid
Ben Awad: My First Flutter App - Pain Points
https://www.youtube.com/watch?v=E622pyzvQP8
March 29, 2019 at 06:25PM by Purple_Pizzazz
https://ift.tt/2V4obid
YouTube
My First Flutter App - Pain Points
I go over the first Flutter app I made called Pain Points. Code: https://github.com/benawad/pain-points ---- If you like cooking, checkout my side project: h...
New tweet from FlutterDev:
Watch Flutter's @MaterialDesign engineer, Will Larche, and @ReflectlyApp's Jacob Kristensen share how #Flutter is dedicated to helping designers execute uncompromised pixel-perfect design at ease. 👨‍🎨📱
Find this #MWC19 talk here → https://t.co/MoVT7CpS5Q pic.twitter.com/E1Q3duS4ON— Flutter (@FlutterDev) March 29, 2019
March 29, 2019 at 07:51PM
http://twitter.com/FlutterDev/status/1111702317320097792
Watch Flutter's @MaterialDesign engineer, Will Larche, and @ReflectlyApp's Jacob Kristensen share how #Flutter is dedicated to helping designers execute uncompromised pixel-perfect design at ease. 👨‍🎨📱
Find this #MWC19 talk here → https://t.co/MoVT7CpS5Q pic.twitter.com/E1Q3duS4ON— Flutter (@FlutterDev) March 29, 2019
March 29, 2019 at 07:51PM
http://twitter.com/FlutterDev/status/1111702317320097792
Twitter
Material Design (@materialdesign) | Twitter
The latest Tweets from Material Design (@materialdesign). Material is a design system – backed by open-source code – that helps teams build high-quality digital experiences. Google, Mountain View, CA