Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Is Flutter right for this type of project?
I am a single dev in charge of iOS and Android. Our app connects to IOT devices via bluetooth and wifi, then stores thousands of data points locally (Realm ) and remotely (Firebase). I would love to save time and only have one code base, Flutter seems like the silver bullet I need. A couple of concerns though. How does Flutter manage its local database? Has anyone had major bugs with using a BLE library? Would it be better to write my own Flutter libraries to connect local storage and BLE activity? Any insight would be awesome. I am excited to start the project but don't want to waste my time if it's not suitable to my needs.

Submitted May 10, 2018 at 10:16PM by phriend2spin
via reddit https://ift.tt/2I93uyY
Reddit: Can you make a framework file from a flutter project?
I work on a framework for my job. In Android it's an aar file and in iOS it's a framework file. Can I make either one of those types of files with a flutter project? These files get dropped in a partners app and they invoke it within their app.

Submitted May 11, 2018 at 05:00AM by engadgetnerd
via reddit https://ift.tt/2jMwHBh
Reddit: Need some help regarding my prospective projection based app.
First time working on prospective projection related app using flutter. Where I need to show 3D point over camera view in 2D. I've couple of questions regarding this...How to convert any 3D point to 2D using dart. Can vector_math package will do any help? Any exaple will be a great help.when user will move camera to certain direction, how can I fig. out what's are those 3D points come inside my camera field of view?In flutter how to place something over camera view at certain position using 2D points? Can I use flutter canvas class for that or something else? Because, I've seen some sample code at where you can draw or paint certain object using canvas class.It'll be a great help if anyone give some guidance.

Submitted May 11, 2018 at 10:38AM by mi6crazyheart
via reddit https://ift.tt/2rC9WEz
GGroup: Fixing button position at bottom of app
Hi, I've got a button that I want to only appear some of the time, but when it appears I want to make sure that it's always in the same position, at the middle of the bottom of the page. At the moment I have a function, nextPageButton() which either returns this button or an empty Row if it's

Submitted May 11, 2018 at 01:08PM by Michael Conterio
via Flutter Dev https://ift.tt/2I7wZkT
GGroup: Need some help regarding my perspective projection based app
First time working on perspective projection related app using flutter. Where I need to show 3D point over camera view in 2D. I have a couple of questions regarding this... 1. How to convert any 3D point to 2D using Dart. Can vector_math package do any help? An example will be a great

Submitted May 11, 2018 at 06:40PM by Suresh Kumar Majhi
via Flutter Dev https://ift.tt/2G6oxfV
Reddit: ID3 Tag Parser in pure dart (Crosspost from /dartlang)
https://redd.it/8iqxh4

Submitted May 11, 2018 at 10:36PM by otto_kurtz
via reddit https://ift.tt/2wyuAdv
Reddit: ID3 Tag Parser in pure dart (Crosspost from /dartlang)
https://redd.it/8iqxh4

Submitted May 11, 2018 at 10:47PM by otto_kurtz
via reddit https://ift.tt/2rAOvUb
GGroup: llvm-rs-cc is missing
Hey,I am new in flutter. I got Llvm-rs-cc is missing when trying to run the flutter project after installing the sdk but flutter doctor not detect any issue. I'm using ubuntu 18.04 and android studio project (kotlin) run without any issue. Thank you!

Submitted May 12, 2018 at 06:36AM by Yogi Wisesa
via Flutter Dev https://ift.tt/2G6XMI5
GGroup: an autocomplete textfield widget
Hi, Flutter devs and Flutter team, I have a form with four fields and the last field is supposed to be an autocomplete field such that when the user starts typing I show a list right on top of that field which overlays all the other field except that fields filtering down as the user keeps

Submitted May 12, 2018 at 09:37AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2wFNKhA
GGroup: Firestore.instance.collection("blah").where("something", isEqualTo: stringVariable) doesn't work
If you put an actual string where stringVariable is, then it works fine. But for some reason if that string is in a variable it doesn't work. EG: stream: Firestore.instance.collection("entries").where("sessionId", isEqualTo: "mySessionId").snapshots() works fine. However this: stream:

Submitted May 12, 2018 at 11:53AM by Ash Simmonds
via Flutter Dev https://ift.tt/2IzdscE
Reddit: How is Flutter dealing with different screen sizes?
I'm working on an Android app and optimizing it for all the different screen sizes was truly painful. Is it easier with Flutter?

Submitted May 12, 2018 at 11:59AM by EibeMandel
via reddit https://ift.tt/2rBEc2b
GGroup: Flutter Camera plugin error - The getter 'height' was called on null
I'm working on a Camera app. I'm using the following Camera plugin - https://ift.tt/2IgfR8C Here is my working code - import 'dart:async'; import 'package:flutter/material.dart'; import 'package:camera/camera.dart'; List

Submitted May 12, 2018 at 03:16PM by Suresh Kumar Majhi
via Flutter Dev https://ift.tt/2IdFxqg