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

googlemap - searchMapPlaceWidget inside bottomsheetwidget
hi guys. i am setting up a map inside a bottomsheet so the user can search a location and set their location by adding a marker . but for some reason the marker is not getting added after search is done and instead it shows up when the bottomsheet is disposed . and i am getting this message

May 04, 2020 at 12:34PM by Error Place
https://ift.tt/2SylhTM
New post on /r/flutterdev subreddit:

Let me help you review your Flutter portfolios
I was thinking to look and review some Flutter portfolio websites that you guys have.If you guys want an opinion on it, you can leave your links down below. I will take a look and probably do a video about it.All the best.

May 04, 2020 at 12:40PM by thehappyharis
https://ift.tt/2Wnw4RH
New post on /r/flutterdev subreddit:

Adding a Gap to Flutter - an alternative to all those SizedBox widgets we like to use
https://ift.tt/3fkYiFd

May 04, 2020 at 12:56PM by eibaan
https://ift.tt/2SuAm8E
New post on /r/flutterdev subreddit:

My React-native experience vs Flutter experience
I want to make some things clear before starting. I am primarily a flutter developer for 6 months now and I have worked for two VC-backed startups and I have no bias against any tech specially react-native.Back then when I was choosing between flutter and react-native I didn't do much research I just read some blog articles some of them said 'flutter is a real deal' and 'flutter is fast'. So I chose flutter. But there was one thing that always bothered me that react-native has more job oppurtunities than flutter, So I decided to learn react-native along with flutter and It wasn't a very hard decision because I consider myself a good javascript dev (because of node.js experience).After three weeks of trying react-native I strongly believe that all those jobs are coming to flutter (it's just a matter of time) if react-native team doesn't get serious about tooling, all that buggy stuff and roadmap. I struggle to run most of the old react-native example apps on github because of errors on which I spend signification amount of time to debug, I have to rely too much on third party libraries for things that come out of the box in flutter, I have to clean install my node_modules folder daily because of some weird issues and many many more issues like this. I am going back to flutter and will let time do its thing.I will give react native another try in future if its get better because its never hurts to learn new things.

May 04, 2020 at 02:29PM by aadil15058
https://ift.tt/3aWFRTT
New post on Flutter Dev Google group:

How can I make a Textfield whit the title in the border?
How can I make a Textfield that has the title in the border, like this: [image: Bildschirmfoto 2020-05-04 um 14.08.36.png]
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