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

How to cut a hole in an overlay
I want to shed a light on working with partly-covering half-transparent overlays as they're sometimes used in tutorials: https://www.flutterclutter.dev/flutter/tutorials/how-to-cut-a-hole-in-an-overlay/2020/510/

June 28, 2020 at 06:42PM by flutterclutter
https://ift.tt/2NBBqoj
New post on /r/flutterdev subreddit:

A Proposal to Microsoft: Adopt Flutter, don't double down on failed approaches
/r/dotnet/comments/hfnw7p/a_proposal_to_microsoft_adopt_flutter_dont_double/

June 28, 2020 at 07:47PM by fisforfaheem
https://ift.tt/3eFrfuQ
New post on /r/flutterdev subreddit:

How does your flutter architecture look like?
I started to learn about flutter architecture and saw this video/tutorial but I think it is over engineered. In my opinion it's too much (boilerplate-) code for one simple feature. I also looked into this guide which separates the whole project into widgets, pages and utils for the presentation part and in bloc or other state management approach, repositories, providers and models for the data managment of the app.​How do you guys structure your apps?

June 28, 2020 at 07:49PM by Hard_Veur
https://ift.tt/2ZgsxpH
New post on /r/flutterdev subreddit:

Flutter Audio Sample with background & notification support
https://ift.tt/3i743rA

June 28, 2020 at 09:59PM by rohansohonee
https://ift.tt/3eI6m2e
New post on /r/flutterdev subreddit:

Flutter Tracking App(Map) » CodeSearchOnline
https://ift.tt/38doxKD

June 27, 2020 at 07:34PM by abhay994
https://ift.tt/2BN7VNT
New post on /r/flutterdev subreddit:

Tips for using null safety with network APIs
I'm curious about a good way to handle two particular cases:1) Variables before data has been loaded. Make all properties of an object late?2) ID (primary key)It makes no sense for it to be optional really, but the ID is generated on POST, so when I wanna create a new object to submit, id is empty, is there a better way to handle this than making id null?

June 29, 2020 at 12:02AM by snail_jake
https://ift.tt/3ihNjhB
New post on /r/flutterdev subreddit:

How to implement a search feature
Hi, I am trying to implement a search feature via the app bar in my app. I have a list of custom widgets that I made. Does anyone know how I can allow a user to make the correct widget appear when someone is searching and make the others disappear?I used gridView to create the list.

June 28, 2020 at 11:50PM by Rift3000
https://ift.tt/2ZkMGuD
New post on /r/flutterdev subreddit:

Does anyone know what the future of the Hive package is like?
I want sure about whether to use Hive for a new project and wanted some advice. The development of Hive seems slow which I think is because the creator got a job.For the past few months, there has been little development, and the last release was in February. Should I look into alternate plugins/shared preferences for local storage?https://github.com/hivedb/hive/issues/246

June 29, 2020 at 12:48AM by DuePresentation3
https://ift.tt/2BOPpV4
New post on /r/flutterdev subreddit:

What's the most important feature in a Flutter UI builder?
What feature would you like to see in a Flutter UI builder? Your vote helps decide what is released first!View Poll

June 29, 2020 at 02:04AM by Codelessly
https://ift.tt/3g47b5N
New post on /r/flutterdev subreddit:

Has anyone seen a published app using Rail Navigation?
No text found

June 29, 2020 at 01:56AM by jp555soul
https://ift.tt/3idKwpg
New post on Flutter Dev Google group:

Is there a way to get the index when using ReorderableListView?
So I want to use the index and put it as a trailing text in a ReorderableListView tile like so: [image: example1.png] when its reordered : [image: example2.png] Heres what i have so far: import 'package:flutter/material.dart'; class ReorderList extends StatefulWidget { ReorderList({Key

June 29, 2020 at 02:59AM by Tililweet
https://ift.tt/3eKTM2m
New post on /r/flutterdev subreddit:

I created a library called dough to help people create smooshy UI effects :)
https://ift.tt/2VvrH7A

June 29, 2020 at 03:47AM by HatFeather
https://ift.tt/2Vrsar7
New post on /r/flutterdev subreddit:

Which more your prefer Firebase or AWS or any another cloud services?
I'm developing an app(like food delivery) for our startup so which services is best ?

June 29, 2020 at 07:49AM by gourav6m17
https://ift.tt/3dFaTRx
New post on /r/flutterdev subreddit:

Native progress hud library. Easier or boring?
Hey, I would like to share the progress hud library, and to find out your opinion, is it convenient for you to use the progress in this form, and not through the widget:
//as ex code showProgressBar( whileRun: () { //any code }, ); //as ext YourFunction<T>.showProgressBar(); 


June 29, 2020 at 08:57AM by neriom
https://ift.tt/31pw4EQ
New post on /r/flutterdev subreddit:

Flutter’s Stateful Widget cheat sheet
Instead of looking at something specific, let’s take a step back today and revert to one of the basics in Flutter. A brief overview of Stateful widgets in Flutter!Link: https://medium.com/thomas.middel/flutters-stateful-widget-cheat-sheet-2188f1dc3d07?source=friends_link&sk=79f2fdff9b828220ac3915298ce55f36

June 29, 2020 at 10:15AM by Fewthp
https://ift.tt/2BR8Zjv