New post on Flutter Dev Google group:
Flutter Query
Can i use Cloud Talent Solution API - jobs v2 in flutterCloud Talent Solution API - jobs v2
March 28, 2019 at 10:02AM by deepak...@quokkalabs.com
https://ift.tt/2FFGkxs
Flutter Query
Can i use Cloud Talent Solution API - jobs v2 in flutterCloud Talent Solution API - jobs v2
March 28, 2019 at 10:02AM by deepak...@quokkalabs.com
https://ift.tt/2FFGkxs
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:
Integrating Flutter Into an Existing iOS app? Make sure OS_ACTIVITY_MODE isn't set to disable
I'm working on Integrating Flutter into a large existing iOS application.I have been trying to get Hot reloading and Debugging working for the past week to no avail. I noticed the console log that the Observatory has started when testing a new application. So removed the OS_ACTIVITY_MODE environment variable and it started working!For some reason I'm still unsure of by disabling console logs with OS_ACTIVITY_MODE = disable. The observatory doesn't seem to start and so the debugger never attaches.I wonder if this can be added to the Wiki and the podhelper.rb file to check that targets don't have this variable like the check for bitcode.
March 28, 2019 at 10:14AM by WilliamsonApps
https://ift.tt/2utVfob
Integrating Flutter Into an Existing iOS app? Make sure OS_ACTIVITY_MODE isn't set to disable
I'm working on Integrating Flutter into a large existing iOS application.I have been trying to get Hot reloading and Debugging working for the past week to no avail. I noticed the console log that the Observatory has started when testing a new application. So removed the OS_ACTIVITY_MODE environment variable and it started working!For some reason I'm still unsure of by disabling console logs with OS_ACTIVITY_MODE = disable. The observatory doesn't seem to start and so the debugger never attaches.I wonder if this can be added to the Wiki and the podhelper.rb file to check that targets don't have this variable like the check for bitcode.
March 28, 2019 at 10:14AM by WilliamsonApps
https://ift.tt/2utVfob
GitHub
Add Flutter to existing apps
Flutter makes it easy and fast to build beautiful mobile apps. - flutter/flutter
New post on Flutter Dev Google group:
Form in Row Format
hi, i am try to add 2 form in Row format but i am not able to do that please help me , please check me column form format code body: Container( color: Colors.grey.shade300, height: 240, child: new Column( children: [ Padding( padding: const EdgeInsets.symmetric(vertical: 4, horizontal:
March 28, 2019 at 12:09PM by Deepjyoti Baishya
https://ift.tt/2JVbPYK
Form in Row Format
hi, i am try to add 2 form in Row format but i am not able to do that please help me , please check me column form format code body: Container( color: Colors.grey.shade300, height: 240, child: new Column( children: [ Padding( padding: const EdgeInsets.symmetric(vertical: 4, horizontal:
March 28, 2019 at 12:09PM by Deepjyoti Baishya
https://ift.tt/2JVbPYK
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 Search Issue with Firebase
I was trying out different methods to search Firestore from our Flutter app, but there does not seem to be any equivalent to something like elastic search. I also checked all the forums and found some interesting hacks like adding a search key field and using that to check the first few characters, but nothing that would let me search a partial value nor across multiple fields simultaneously. Has anyone come up with an approach to tackle this scenario?
March 28, 2019 at 12:59PM by FoogYllis
https://ift.tt/2OxQUto
Flutter Search Issue with Firebase
I was trying out different methods to search Firestore from our Flutter app, but there does not seem to be any equivalent to something like elastic search. I also checked all the forums and found some interesting hacks like adding a search key field and using that to check the first few characters, but nothing that would let me search a partial value nor across multiple fields simultaneously. Has anyone come up with an approach to tackle this scenario?
March 28, 2019 at 12:59PM by FoogYllis
https://ift.tt/2OxQUto
reddit
r/FlutterDev - Flutter Search Issue with Firebase
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Desktop Interview Interest survey
https://ift.tt/2FHS7vj
March 28, 2019 at 12:41PM by Elixane
https://ift.tt/2OwBOUE
Flutter Desktop Interview Interest survey
https://ift.tt/2FHS7vj
March 28, 2019 at 12:41PM by Elixane
https://ift.tt/2OwBOUE
Google Docs
Flutter Desktop Interview Interest
Gathering interest from customers interested in talking about Flutter Desktop hopes and concerns
New post on /r/flutterdev subreddit:
Flutter Building a Bottom Navigation Bar with "Flutter_Bloc"
https://ift.tt/2FGn6YC
March 28, 2019 at 12:26PM by MainaWycliffe
https://ift.tt/2OxQSSi
Flutter Building a Bottom Navigation Bar with "Flutter_Bloc"
https://ift.tt/2FGn6YC
March 28, 2019 at 12:26PM by MainaWycliffe
https://ift.tt/2OxQSSi
Coding Latte - Coding is fun
Flutter Building a Bottom Navigation Bar with "Flutter_Bloc" | Coding Latte - Coding is fun
This is a blog for Technical posts and demos related to coding. Having fun along the way!
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…