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

Access a list in Flutter (Dart)
Hello,I have a json with a list inside..Example:
Character( name: "John doe", imagePath: [ "assets/images/example.png", "assets/images/example2.png", ], description: "examaple" ), 
My question: How can I access those image Strings individually?I'm importing the file in another dart file.character.imagePath[0] (or 1) isn't working, but if I have just one normal String like the name then is character.imagePath working.I can't figure it out and I'm trying it for one day.. I'd really appreciate your help!!

July 30, 2019 at 07:51AM by jfr_com
https://ift.tt/2YdNxQm
New post on /r/flutterdev subreddit:

A Closer Look at the Provider Package
https://ift.tt/2YuyyN5

July 30, 2019 at 06:35PM by codinglatte
https://ift.tt/2K5ff99
New post on /r/flutterdev subreddit:

Flutter App that dynamically generates apk/ipa based on a specific parameters
I want to write a flutter app so that I could generate dynamic apk/ipa using parameters passed on runtime. For example, I want to take the name of app and background color of the app in a web form and build apk/ipa based on the values. Can you help me point to the right resource to do it?

July 30, 2019 at 06:19PM by sajlgarg
https://ift.tt/2YsVj48
New post on Flutter Dev Google group:

google phone authentication?
I am trying to implement firebase authentication in flutter but I am stuck for days. can somebody help

July 30, 2019 at 08:31PM by Harshit Sachdeva
https://ift.tt/2MnJKZo
New post on /r/flutterdev subreddit:

When is using a Mac necessary in Flutter iOS development?
I know for testing and releasing apps for iOS, a mac is absolutely necessary. What are other situations when you have to use a Mac?

July 30, 2019 at 09:12PM by TheRedGambit
https://ift.tt/31aRy57
New post on /r/flutterdev subreddit:

Flutter desktop concept
I have been working on go-flutter over the last year. (an unofficial project that brings Flutter to the desktop)Today while I was solving an issue, I came up with the idea to use the flutter AppBar widget as the draggable point for the window.I think the result looks pretty neat.go-flutter-desktop/examples/draggable_borderless

July 30, 2019 at 09:07PM by Drakirus
https://ift.tt/2LSsrAb
New post on /r/flutterdev subreddit:

How do I create a listview(pageView) to show the second card(Container) underneath the first card(Container)?
please read full question and codeplease click here

July 31, 2019 at 05:43AM by bisampath96
https://ift.tt/2Zn2rA2
New post on Flutter Dev Google group:

List View
Hi, I am Deepjyoti Baishya. From India, I have a error or questions i am not able to add list view in my Code please check my flutter Widgets ..... import 'package:flutter/material.dart'; class QuizPage extends StatefulWidget { final List questions; final Category category; const

July 31, 2019 at 07:49AM by Deepjyoti Baishya
https://ift.tt/2GD17Sq
New post on Flutter Dev Google group:

Compile ML kit to desktop app(Linux)
Trying to use flutter for desktop apps(Linux). Any tips about how to compile firebase_ml_plugin for native apps? It seems info from https://ift.tt/2ZhLyXA is useless for that. Is it possible at least?

July 31, 2019 at 09:48AM by Georgii Dernovyi
https://ift.tt/2GEA613
New post on /r/flutterdev subreddit:

Really excited to open source scale widget as Flutter package.
https://ift.tt/2ytQnRH

July 31, 2019 at 09:38AM by pinkeshdarji
https://ift.tt/31ck5Y5
New post on /r/flutterdev subreddit:

Building a Water Tracking App with Flare & Flutter
https://ift.tt/2Mu6VS6

July 31, 2019 at 09:09AM by Elixane
https://ift.tt/2OrkUKX
New post on /r/flutterdev subreddit:

Why are Flutter Apps are so fat?:(
If i build the same App with native android it will come around 1.9Mb, while Flutter is building it to 7.6Mb? Trying to optimise the size is not really helping. Is there a particular reason why this is so?The app i am talking about is here - https://github.com/barathmonk/taskoapp/tree/master/taskoappLive on Google Play - https://play.google.com/store/apps/details?id=androidmonks.com.example.tasko_app

July 31, 2019 at 08:54AM by Baradwaj
https://ift.tt/2MtU0zE
New post on Flutter Dev Google group:

How to retrieve a list symbols and pass them to the main screen?
The code example includes a text box search for all quotes in all stock Exchanges. I would only like to retrieve and display SNAP,fb and AIG https://ift.tt/2GCHSsm Github Example https://ift.tt/2ZmS7rN Example https://github.com/bl

July 31, 2019 at 11:46AM by Thebest for yourbiz
https://ift.tt/2GCHSZo
New post on /r/flutterdev subreddit:

Flutter Mazegen is a project to generate mazes in Flutter.
https://ift.tt/2ZkVTSx

July 31, 2019 at 11:43AM by EngineerScientist
https://ift.tt/2GFt9N7
New post on Flutter Dev Google group:

Erreur 'length' was called on null
Saisissez le code ici... getService() async { SharedPreferences prefs = await SharedPreferences.getInstance(); service = prefs.get('services'); return service; } Widget _makeElement(int index) { var services = json.decode( service ); print( services ); if (index >= services.le

July 31, 2019 at 02:22PM by Hamza AYADA
https://ift.tt/2KeTzX1
New post on Flutter Dev Google group:

Regression with Tflite flutter
Hello, Shall I provide a label.txt file for regression model or just the tflite file? Since I am getting an exception while running the Tflite.runModelOnImage...

July 31, 2019 at 02:53PM by Massa Baali
https://ift.tt/2MspS7G
New post on /r/flutterdev subreddit:

Videos in listview.builder
I am new to flutter. How do I make a listview containing videos from network?

July 31, 2019 at 02:41PM by WaterV19
https://ift.tt/2MCjfzR