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

Shopping App (UI/UX) - Flutter with Source Code
https://youtu.be/efMuMBdk2lM

July 04, 2020 at 08:26PM by Admirable_Ad6745
https://ift.tt/2ZD1ftZ
New post on Flutter Dev Google group:

delete files from firebase storage
hi all . ive been searching all around the web for how to delete files from fribaseStorage / firestore . i am having a realy hard time to understand all the terms used for the action due to being new to camputer sience. can somebody help me with this? this is how i upload them file. thank you

July 05, 2020 at 05:06PM by Error Place
https://ift.tt/3e30HCA
New post on /r/flutterdev subreddit:

Review my code?
Hi guys!I've developed the mobile version of my elections tracking system during the quarantine. Would you do a quick review of the code and give me tips to improve it, criticism, etc.?https://github.com/rjcalifornia/lyra_mobileThanks!

July 05, 2020 at 05:20PM by sam-sung
https://ift.tt/2NVniq2
New post on Flutter Dev Google group:

How to create this UI with Flutter
How to implement this UI. https://ibb.co/XsdHTn0

July 05, 2020 at 05:21PM by Adarsh Balachandran
https://ift.tt/2VNABgy
New post on /r/flutterdev subreddit:

Firebase as Backend
Share your opinion . How mature is firebase for back end ? Can I get by only relying on Firebase or should I learn back ends like Django or others ?

July 05, 2020 at 06:26PM by arianRahman
https://ift.tt/3gortH6
New post on Flutter Dev Google group:

deleting field firestore
hi again everybody . i am facing this new problem now.. can someone help me understand what i am doing wrong? this code works!!! Firestore.instance.collection('posts').document('CWuWCggUAnfO8lfPXGojOmjBKvl1').collection('userPosts').document('1qGlO155GbGX0BJHDfUE').delete(); but this dosent

July 05, 2020 at 07:09PM by Error Place
https://ift.tt/38trE1f
New post on /r/flutterdev subreddit:

Input formatting — Flutter
https://ift.tt/38rw9cI

July 05, 2020 at 06:56PM by gursheeshsingh
https://ift.tt/3itigPX
New post on /r/flutterdev subreddit:

How to create audio/ECG waveforms in flutter
I have explored many chart libraries but cannot figure out a way to plot audio waveform in flutter using an mp3 file or a json array. Can someone help me out with this.

July 05, 2020 at 06:55PM by marblecereal
https://ift.tt/2NZGymx
New post on /r/flutterdev subreddit:

Hey Guys, uploaded a new video in Flutter Animation. "Breathing Animation". Please have a look, I hope you like it and subscribe to my channel for more such content. Thank you.
https://youtu.be/6_Ngb1DLvho

July 05, 2020 at 06:46PM by praveenthedesigner
https://ift.tt/2ZBULvn
New post on Flutter Dev Google group:

ADB error
ADB exited with exit code 255 Performing Push Install adb: error: failed to copy I'm having this error when I tried to run my app on my phone. Can someone please help?

July 05, 2020 at 07:15PM by Ibnmajah Jallow
https://ift.tt/2VK7Hy0
New post on /r/flutterdev subreddit:

How do you keep up with rapid package changes / breaking changes?
Hey everyone,I'm just reaching out for some perspectives on how you handle when packages rapidly release breaking changes throughout your development cycle.For example, I've been working on an app for a client and over the last few months, flutter_sound has gone from a buggy 2.x version (which I got to work consistently), to a 3.x, 4.x, and now a 5.x, each with pretty big breaking changes.hive_generator recently broke on me and I had to fork and submit a PR to be able to keep developing (took a few hours to figure out).The image picker I use recently made all the function calls I was using deprecated.This is just a few examples. Every time Android Studio has an update, flutter has an update, dart has an update, it's just fingers crossed to see what breaks, and what I have to refactor before I can get back to implementing features. Could be two hours, could be a day of troubleshooting and github discussions.What do you do? Do you just stick with the old versions until you're forced to upgrade because of dependency issues (which happens frequently anyways). Do you update each time you start coding like me, and end up spending at least a few hours per week fixing things that break?I feel like I got started with (~in 2017) ReactJS when it was much more mature and didn't face nearly as many breaking changes or bugs. So I'm trying to find the most efficient way to handle this reality with Flutter.

July 05, 2020 at 08:54PM by boon4376
https://ift.tt/31PtEQ2
New post on Flutter Dev Google group:

TextFormField only digit
i set my Textfield to only accept digits and that's great but i need it to accept also Arabic and unicode numbers not only English, and this only allows English numbers! the code i use: TextFormField( controller: _controller, keyboardType: TextInputType.number, inputFormatters:

July 05, 2020 at 10:52PM by Yasin
https://ift.tt/2CcuBqI
New post on Flutter Dev Google group:

How can I change a list with an array that has two maps, to a list of maps?
Hi all, in my firebase database I have this: [image: listen.png]
New post on /r/flutterdev subreddit:

What is the best way to implement a video feed in Flutter ?
Hey!​I'm building an app in flutter that contains a Video Feed like the one found in TikTok. You can imagine a ListView where you can scroll through some videos (5-25seconds).​The videos are stored in Google Cloud Platform.​Currently, feed that contains more than 12 or even 9(on some devices with lower memories) is causing the app to crash, understandably.​Now, being an amateur myself, (barely connecting GCP to flutter and connecting it :p), I'm struggling to find a solution to be able to scroll through a feed of videos as smooth as possible. I was thinking something like a Carousel with a visibility detector, but I'm not sure how I can reload a video that has been disposed.My video player is "Video_player" package.​I'm open to anything, and appreciate the help!​Thanks,M

July 05, 2020 at 11:46PM by justAskinz
https://ift.tt/2NXTWrg
New post on Flutter Dev Google group:

What are my options for OpenID Connect on Android?
Hi, I am trying to implement an OpenID Connect client in my Android app. We are using a custom scheme for the redirect URI. I have written a minimal Flutter app with just one button that initiates the procedure to get an access token. Packages I have tried so far: 1. flutter_appauth: This

July 06, 2020 at 12:19AM by H Stiffel
https://ift.tt/3e3AEvg