Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Bubble Bottom Bar with Floating Action Button released! v.1.1.0
https://ift.tt/2GWfxOC

March 28, 2019 at 06:00AM by westdabestdb
https://ift.tt/2CI351X
New post on /r/flutterdev subreddit:

Ideas for WebApp devs to understand Flutter
Hey all, I am heavily digging into Flutter right now and want to comment on what strikes my as different from classic front-end development.https://miguelrincon.github.io/2019-03-26-flutter-web-developers/Awesome community you all!!

March 28, 2019 at 05:54AM by migrinc
https://ift.tt/2V1Pw4m
New post on /r/flutterdev subreddit:

Honest question - does Flutter remind you of spaghetti code (like jQuery)?
Sincere thoughts and questions here, I am not trying to attack Flutter.I have been watching a lot of Flutter videos lately and it looks amazing. However the coding process in every demonstration leaves me feeling... lost and disorganized. It comes across as hard to compartmentalise the code.Those who have been using Flutter for a while now - is this true? Or is it more the nature of quick demonstrations/tutorials that don't take time to organize the code?The seemingly endless cascading of code reminds me of spaghetti code with jQuery. Does it do the same for anybody else?

March 28, 2019 at 06:53AM by gryclmn
https://ift.tt/2TXZpng
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
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
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
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
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
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
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
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