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

Why does opening the keyboard on bottom sheet trigger a rebuild of the parent ListsScreen Stateless widget?
I have a simple Lists Screen where i fetch data from an API, and show it in a "UserListsListViewWidget" and i have a couple of other widgets in the screen. I have an Add a List button, which opens up a modal bottom sheet sheet with a textfield and a couple of buttons. My question is, when i

April 05, 2020 at 02:45PM by Hassan Hammad
https://ift.tt/39KiQCY
New post on Flutter Dev Google group:

Any Explanation why Padding have child?
i need explanation by code design. why does padding have child? i know that padding is widget too. const Card( child: Padding( padding: EdgeInsets.all(16.0), child: Text('Hello World!'), ), )

April 05, 2020 at 03:26PM by Adam
https://ift.tt/2x5fjBZ
New post on /r/flutterdev subreddit:

FlutterForce — Week 71
https://ift.tt/3bS9eYn

April 05, 2020 at 03:44PM by flutterist
https://ift.tt/2UHr4HZ
New post on /r/flutterdev subreddit:

Upload image to AWS S3 - Part 2
https://ift.tt/3dQtlrX

April 05, 2020 at 04:26PM by gursheeshsingh
https://ift.tt/2UHZv16
New post on /r/flutterdev subreddit:

Flutter line chart behave like Robinhood App
What would be the proper widget tree to accomplish something like the line chart in the Robinhood app?Specifically, click and drag along the graphed line and it is realtime updating a Text widget with the selected value.Currently I have a stateful parent that passes a setState function to the stateless LineChart. The line chart calls setState to update the number in the parent which is displayed by a stateless Text.In this scenario the Text and the LineChart are siblings, so when their parent setState is called it interrupts the line charts click and drag functionality. It does accurately update the value to what was selected before interruption.I do not want the LineChart's click and drag interrupted, so how would I design this to work properly and still display the Text above the chart still in terms of layout?

April 05, 2020 at 06:19PM by tampacsthrowaway
https://ift.tt/2x7Jxo7
New post on /r/flutterdev subreddit:

Privacy policy
So I’m trying to put my first app in the App Store and Play Store. I am just about to submit for review but I don’t have a domain to host it. Are there any other individuals with this issue? How did you solve it? I have looked into paid options but I’d prefer to not have to pay for it.

April 05, 2020 at 05:59PM by returnFutureVoid
https://ift.tt/2JCurts
New post on /r/flutterdev subreddit:

Sounds_App_Flutter(4th Day) in 90 Days App Challenge
Hi, I am Rahul again here to share my Flutter Application. I had again created e a new application which is 4th Application/Day in my Complete Guide Series Flutter(90 Days Challenge). In this application, I had learnt about how to integrate the Audio Player in Flutter and also learnt about AnimationController in Flutter. Sorry, but this application should need to be completed by yesterday. But, yesterday my whole day had been spent about learning how to integrate Firebase and do Google Sign-in the application, but it was worth spending. I had shared the link of documentation, source code and deployment link in the README of Complete Guide Repo. Pls, star my repo Complete Guide To Flutter, if you find it interesting and also pls share your valuable feedback/learning resources/guidelines etc.https://github.com/irahulcse/A-Complete-Guide-To-Flutter/blob/master/README.md#004---sound_view_app_flutter,

April 05, 2020 at 06:58PM by flutterboxinc
https://ift.tt/2UKNQif
New post on /r/flutterdev subreddit:

Hi guys, i made this months ago since play store didn't approve it i took it away too, but liked to share it with you guys so i made it open source hope u like it You can download the apk from the github link
https://ift.tt/2Reymkm

April 05, 2020 at 08:47PM by Yaseen_Abdullah
https://ift.tt/3bMYnyW
New post on Flutter Dev Google group:

Please Help me! How to update sqflite data from another page in flutter.
i am beginner in flutter development i designed & developed but there is one problem i can't update sqflite data from another page, please please help me! i followed this youtube video https://www.youtube.com/watch?v=dolq0svRexQ&t=2192s i did and get same result but when i try to update my data

April 05, 2020 at 08:33PM by Gulam Fahad Ahmed
https://ift.tt/3aMfYqP
New post on Flutter Dev Google group:

Erro de instalação e configuração do ambiente || Environment installation and configuration error
Estou a usar o VS Code e já tenho todos os componentes necessários instalados, mas quando consulto o FLUTTER DOCTOR não reconhece os Plugins Dart e Flutter... I'm using the VS Code and I already have all the necessary components installed, but when I consult the FLUTTER DOCTOR it doesn't

April 05, 2020 at 10:10PM by Pão Sabé
https://ift.tt/39KgDYr
New post on /r/flutterdev subreddit:

We Read, a social reading app built with Flutter
Hello, I hope everyone is staying safe and occupied during quarantine!I wanted to share with you my latest flutter app, also the first app I submitted to the App Store. We Read is a social reading platform, so it works like a basic e-reader with some different settings and fonts to choose from, but you can also leave comments as you read and see comments left by other users.App Store - iOSPlay Store - AndroidSource Code (github)Currently, you can read: Frankenstein, Jane Eyre, Pride and Prejudice, Little Women, Alice in Wonderland, The Picture of Dorian Gray, Dr Jeckyl and Mr Hyde, The Jungle, Paradise Lost, the Odyssey, The Problems of Philosophy, and The Republic. The books are all at least 100 years old, so out of copyright. I got the text from project gutenberg, which is a really great resource.Commenting and upvoting costs &'s, which are a sort of in-app currency you can earn if you create an account, and are logged in using the app for at least 5 minutes uninterrupted. If you don't create an account, you can still use it as an e-reader and see other comments, you just don't earn & and can't leave comments yourself.Please check it out if you are interested and let me know what you think!

April 05, 2020 at 10:30PM by definitely_robots
https://ift.tt/2XbWtUH
New post on /r/flutterdev subreddit:

I made this app with flutter! Movienator! The android app to watch/download movies for free! Its beautiful too! With subtitles from opensubtitles
https://ift.tt/39JUGso

April 05, 2020 at 10:07PM by priftifranko
https://ift.tt/2UHBFm6
New post on /r/flutterdev subreddit:

Found this website that helps generating the colors Shades (similar to MaterialColor) that could be used into your PrimarySwatch from theme data
https://ift.tt/2JEwxc3

April 06, 2020 at 01:47AM by mosh_java
https://ift.tt/2xPTJBK
New post on /r/flutterdev subreddit:

Future of Dart Web App and Server and Flutter Web
I am a Flutter developer already made mobile apps. I like to make web apps and API, want know is dart being updated? Are web part is going used like flutter or not, many issues with them 1. Dart Web to render html on client side, but 3rd party Js integration is complicated not work always 2. Flutter Web, UI works but cannot get DOM or change HTML content in it 3. Server Side rendering is preferred? any examples like to make Admin Panel with Roles

April 06, 2020 at 03:14AM by theshivamlko
https://ift.tt/3aNfsbU
New post on /r/flutterdev subreddit:

COV19 Data. Flutter app
I wrote an app that parses the NYTimes Covid-19 data and displays it. I tried submitting it to Apple today but it was soundly rejected. CoronaVirus App It’s not terribly complicated but I think the information is important for people to know.

April 06, 2020 at 04:20AM by returnFutureVoid
https://ift.tt/34e6l1v
New post on /r/flutterdev subreddit:

Let me help you review your project/file/code
I want to share how I review people's code and see what ways it can improve. I am an advocate for understandable code.How I am going to do it is, to record myself reviewing code and post on my YouTube channel. This will hopefully share some common mistakes to avoid for people learning Flutter.If you are (dare and) interested, leave your project repo down below.

April 06, 2020 at 05:31AM by thehappyharis
https://ift.tt/3e0rLn8