Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on Flutter Dev Google group:

PageView ViewPortFraction Relative
Is posible display N fractions by resolution from dispositive? Options please?

May 05, 2020 at 02:00AM by Pedro J. Saba
https://ift.tt/2YvTcQF
New post on /r/flutterdev subreddit:

Should i get Macbook Pro 16 for flutter development or new Macbook Pro 13 2020?
I hope i can use emulator for development.

May 05, 2020 at 05:06AM by guanlee_ooi
https://ift.tt/2WrNnB5
New post on Flutter Dev Google group:

Playing Sound from Memory Buffer
For my first Flutter project I'm think of an app which generates a sound based on the users inputs, eg an audio oscillator. The sound would be computed and not loaded from a file. Every example that I've come across so far has been playing a sound from a file, or URL. Is there a way to play a

May 05, 2020 at 07:07AM by Jeff M
https://ift.tt/2SBGagS
New post on /r/flutterdev subreddit:

Making a card along with text and an image
child: Card( elevation: 5, child: Container( child: Column( children: [ Text("Yamaha R15 V3"), Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage("assets/pic1.png"), fit: BoxFit.contain, alignment: Alignment.center, ), ), ), ], ),Hi i am trying to make a card which will hold an image along with text. Can anyone tell me whats wrong with this code. I am not able to get the image loaded in the card

May 05, 2020 at 09:53AM by rastogiutkarsh
https://ift.tt/2YE1CFB
New post on /r/flutterdev subreddit:

Sql backend as service alternative like firestore?
I like fire store, but for my application an SQL like data structure is more suited. Scaling is not a issue (I might hardly have a couple of thousand users) Are there any sql backend services like firestore that I can directly use in the app just like firestore.I have seen google cloud SQL but it is really different from firestore, I have to create a REST wrapper sever and communicate with it, which I really don't want.

May 05, 2020 at 09:52AM by veneno11
https://ift.tt/3dloNc3