Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
Reddit: Flutter Camera plugin error - The getter 'height' was called on null
I'm working on Camera app using flutter. Whenever I'm building the app I'm getting this error -
I/flutter ( 2097): The following NoSuchMethodError was thrown building CameraApp(dirty, state: _CameraAppState#a0666): I/flutter ( 2097): The getter 'height' was called on null. I/flutter ( 2097): Receiver: null I/flutter ( 2097): Tried calling: height 
I've made a detail post on Stackoverflow. Here is the link - https://stackoverflow.com/questions/50306436/flutter-camera-plugin-error-the-getter-height-was-called-on-null

Submitted May 12, 2018 at 03:13PM by mi6crazyheart
via reddit https://ift.tt/2rENcTu
Reddit: Question about Login With Amazon on Flutter
Hi I'm still learning Flutter and am considering moving an existing app I have as an Android/iOS native app to Flutter. However, this app pairs with an Alexa skill, so for authentication we use Login With Amazon. As far as I can tell, I don't believe there is a way to do this because Amazon does not have a Dart sdk, but I'm still very new at this so I just wanted to make sure before I decide to not convert this app into a Flutter app.I just did a quick check of the rules and believe this is still the best place to ask this question, but if I should be reaching out to the Amazon and/or Flutter team instead of asking here, let me know.Regardless, I'm having an awesome time learning Flutter and can't wait to learn more. Thanks!

Submitted May 12, 2018 at 06:42PM by Ryand735
via reddit https://ift.tt/2rDWpeL
Reddit: New to programming -thinking of learning flutter
Hi there , i am new to programming and i want to build a simple mobile app for my site. Should i start learning dart-flutter or do you think i should start with something else before moving to flutter?

Submitted May 12, 2018 at 08:27PM by mlandreas
via reddit https://ift.tt/2IfMrM4
Reddit: Flutter apps architecture : Flutter Flux vs Flutter Redux
Hi everyone.I'd like to have an insight on how flutter_flux and flutter_redux differ, I want to settle for one architecture for building flutter apps, but can't find many actual useful examples apart from todos.Has anyone tried one of these ?https://github.com/brianegan/flutter_redux https://github.com/google/flutter_flux

Submitted May 13, 2018 at 01:40AM by TheOSM
via reddit https://ift.tt/2IA6unD
Reddit: A class that handles images in Flutter that use Firebase Cloud Storage.
Hi guys.I’ve taken and improved a class that handles images in Flutter that use Firebase Cloud Storage. It’s available here: https://gist.github.com/jeroen-meijer/f0996dd35065c17ac79eeb3938bc89e4Original StackOverflow question: https://stackoverflow.com/questions/48604440/how-to-get-flutter-firebase-storage-in-a-separate-method/50311775#50311775(edited)

Submitted May 13, 2018 at 02:41AM by jeroengast
via reddit https://ift.tt/2IetRzH
Reddit: A Simple Todo app design in Flutter to keep track of your task on daily basis. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates
https://ift.tt/2wBhRa7

Submitted May 13, 2018 at 07:44AM by burhanrashid52
via reddit https://ift.tt/2rKmUj1
GGroup: setState() rerendering of particular Widget. Need code fix.
Hi, Below code example is taken from when we create a new project in flutter. Question: _MyHomePageState will rerender as soon as _incrementCounter is pressed. This will rerender appBar, body, and FloatingActionButton (build method which is costly). Am I right? If right, the only thing that

Submitted May 13, 2018 at 02:41PM by pirzada rashid
via Flutter Dev https://ift.tt/2jQSJmu
GGroup: flutter doctor command fails everytime
I am trying to install flutter but whenever I am trying to run flutter doctor it gives following error. < https://lh3.googleusercontent.com/-mDfAzjTc3NA/Wvgz4i9e30I/AAAAAAAADgQ/dk_Qg_dgXmg2vzQI-1f0GbM0DK0QojicQCLcBGAs/s1600/2018-05-13.png > Can anyone guide me how to fix it? I have tried to search

Submitted May 13, 2018 at 02:48PM by Hardik Modi
via Flutter Dev https://ift.tt/2Il7c4A
Reddit: Starting a new Flutter App
We were planning to build our app in react native, but this last week has convinced us to go the flutter route. What are the best resources for flutter besides the main site?The things I’m interested in better learning:Integrating Native SDKs for iOS and Android for flutter (specifically using algolia’s native sdks and creating a bridge to flutter since they don’t offer a flutter SDK)potentially run a JS sdk in a hidden web context and message passing to Flutterproject structuring (since flutter can get quite verbose, it would be great to see how others structure their projects)

Submitted May 13, 2018 at 07:17PM by jineshshah36
via reddit https://ift.tt/2KWvcNv
Reddit: Elephant in the flutter room - nesting / tree verbosity
How do you guys get over this messiness? I can not hit that 'zen' moment of looking at flutter/dart code. Do i just have to code it over and over and over again until it becomes second nature? The nesting is just too mentally taxingI have seen ways of refactoring parts out to separate functions or classes. But this just seems to be a bandaid solution. Is there some design tool I am missing? A visual widget layout tool?note: I am using visual studio code...android studio and inteli-j are too taxing on my crappy laptop ATM

Submitted May 13, 2018 at 07:32PM by movdev
via reddit https://ift.tt/2Gb6JjT
Reddit: How do I make VS code automatically open an emulator?
IntelliJ and Android Studio seem to do this out of the box. The only way I can get Visual Studio Code to recognize the emulator configuration is to open it separately, whereas IntelliJ will allow me to select it from the dropdown and launch it automatically.

Submitted May 14, 2018 at 04:16AM by ralphyb0b
via reddit https://ift.tt/2GdAJvd
Reddit: Kindle Fire 7 (2014 - 5th gen) works great with Flutter
So im very excited to discover the gallery app works just great with Flutter on my old $40 kindle fire 7 tablet. The only thing that bogged down was the ios widgets demo but that makes sense i guess since this is an android tablet. However, i wonder if that means custom widgets will be bogged down as wellIn any case I am very happy as I thought id have to buy yet another device for learning

Submitted May 14, 2018 at 04:13AM by movdev
via reddit https://ift.tt/2KZPh5h