Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Error running sqflite on my project
I tried running sqflite on my project after adding the dependency in my pubspec.yaml but it keeps bringing error of **Couldn't get unknown property "android" for project ":sqflite" of type org.gradle.api.Project

May 04, 2020 at 02:21PM by NINIOLA ADESINA
https://ift.tt/35yqlMX
New post on Flutter Dev Google group:

DotsIndicator with PageView not PageViewBuilder
Im trying to get the logic of how to implement the dotsIndicator on a PageView but I keep hitting a dead end. I have the index form onPageChanged(), so how do I create the dots with AnimatedContainers based on the number of pages? Appreciate you response.

May 04, 2020 at 02:33PM by Archie Kariuki
https://ift.tt/3b3iCb1
New post on Flutter Dev Google group:

Error en ListView
Buenos dias, me estoy iniciando en el mundo de Flutter, pero tengo un problema y no encuentro solución. Genero en body un ListView que llama a dos Class Widget, una para crear un Swiper , y otro para generar un PageView (para generar un carrusel horizontal de imágenes), y la app me funciona

May 04, 2020 at 03:53PM by Sergio Morales
https://ift.tt/3dqssFB
New post on Flutter Dev Google group:

CustomPainter canvas colorize
Hi all, I looked everywhere but could not find an answer to this question. I have a CustomPainter, which inside the paint method draws radialgradient filled circles with transparency over the canvas. At the end of the painting I am in need to colorize that canvas based on the transparency of

May 04, 2020 at 03:55PM by andrea antonello
https://ift.tt/3bXrbW1
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 37 - Tutorials, videos, packages, and much more!
https://ift.tt/2L0mvTk

May 04, 2020 at 04:25PM by vensign
https://ift.tt/2yryk2b
New post on Flutter Dev Google group:

how can i write/save location lat & lng in firestore?
hi guys. i have been searching a lot and tried all different packages. i now have an map and a searchMapPlaceWidget using the search map place packege and i can print the(chosenPlace) lat and lng but i need to save them inside my users collection as a geopoint field. i cant find how its done?

May 04, 2020 at 06:52PM by Error Place
https://ift.tt/3d7s8LE
New post on /r/flutterdev subreddit:

Help! Can't sign apk, ''keytool' is not recognized as an internal or external command'
Im a beginner at flutter, or programming overall.I made a simple app that I want to publish to the playstore.I need to create a keystore to sign the app and I'm struggling to get it done.First I couldn't even use the command flutter doctor, was trying it in the terminal in my android studio, now it does work in the flutter_console.bat file from my documents\flutter\flutter directory (I still dont know if this is the correct way to enter commands)When I then enter the command cd .....\AndroidStudioProjects\my_app_name\and try to run the command:keytool -genkey -v -keystore c:\Users\'myusername'\AndroidStudioProjects\'my_app_name'\key\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias keyI get the error:'keytool' is not recognized as an internal or external command, operable program or batch file.When I try:flutter keytool -genkey -v -keystore c:\Users\'myusername'\AndroidStudioProjects\'my_app_name'\key\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias keyI get the error:Could not find a command named "keytool".Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.If anyone know how I can fix this it would mean the world to me, I don't know if I'm allowed to post posts like this here, but dont know where else to find the awnser and reddit always seem to know everything.Thank you all!

May 04, 2020 at 09:03PM by EmonLusk420
https://ift.tt/3dd0EnV
New post on /r/flutterdev subreddit:

How to share my mobile screen as emulator during debug in flutter?
I don't know if you get the question or not. But I mean to say is, during Flutter Europe one of the flutter developer had his Pixel 3 screen showing up on laptop means not emulator it was real device but somehow he managed to share its screen on laptop during debugging or flutter run​How can I do that?

May 04, 2020 at 10:33PM by m_hamzashakeel
https://ift.tt/2xvWwQy
New post on Flutter Dev Google group:

Filter products by categories in the app level?
I am currently trying to develop an app in which products are categorically displayed in a separate screen or class with ListView.builder (). I have to select / favor a category or sub-category in a seperate screen so that I can see products in the list view. I see nothin in the screen if i

May 04, 2020 at 10:45PM by Tolga Yildirim
https://ift.tt/2xCDBnm
New post on /r/flutterdev subreddit:

Gentelella Admin Dashboard design for Flutter
https://ift.tt/3c2kdiE

May 04, 2020 at 11:31PM by sam-sung
https://ift.tt/3b2HjV4
New post on Flutter Dev Google group:

SMS in background
How can I send SMS without user interaction? Somebody made it?

May 05, 2020 at 12:05AM by Saul Palenzuela Hdez
https://ift.tt/3dhcU6I
New post on /r/flutterdev subreddit:

How to store datatype of File using Hive?
I know we can store custom objects, but in primitive datatypes it seems you can only store String, int etc. How would I go about saving File, more specifically, an Image.Would appreciate any help!

May 05, 2020 at 12:20AM by chancemehmu
https://ift.tt/3fguNEN
New post on /r/flutterdev subreddit:

What is the best way to structure a simple Todo list application on cloud firestore
I'm building a simple Todo application with cloud_firestore. Normally that would be a simple task. But in my Todo list app, the user adds a group first before he adds a Todo item in that group.I'm currently using a collection of users with a document named after the user id. In that collection, there is a subcollection todos and each document has a Todo item and a group (ex Work).Is this the best way to structure my data? Do you think this model is scalable?

May 05, 2020 at 12:03AM by MatataMoney
https://ift.tt/2L1W7Zu
New post on Flutter Dev Google group:

Filterungen auf der App-Ebene oder nicht?
Nach tagelanger Recherche bin ich nicht wirklich weitergekommen. Ich möchte Shopping App, aber in Kategorien UND Unterkategorien eingeteilt. Ich möchte, dass der Verkäufer seine Kategorie und Unterkategorie direkt bei der Anmeldung angibt und seine Produkte immer NUR DORT zu finden sind. Wenn

May 05, 2020 at 01:48AM by Tolga Yildirim
https://ift.tt/35ACOjs