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

ListView not rebuilding when returned to screen even after using setState()?
Hi, I have a list that is populated based on number of files in a folder. On application start it manages to build my list correctly and as expected. But on the new note screen the user has the option to save a note in this folder. When I come back to this screen the list does not rebuild based

July 23, 2020 at 06:29PM by Faraz Khan
https://ift.tt/32PkTpI
New post on /r/flutterdev subreddit:

When is a list long enough to use ListView builder
In the article https://flutter.dev/docs/cookbook/lists/long-lists, they say you could use a list view builder when dealing with long lists for performance reasons. But what does 'Long Lists' mean? Is it hundreds, thousands or tens of thousands of items?I'm assuming that it depends on the children's complexity, so let's assume for this question that the items are all ListTile widgets with a text field and icon.

July 23, 2020 at 07:04PM by hojdog
https://ift.tt/2BtuwiG
New post on /r/flutterdev subreddit:

I Abandoned Hive, Moved to Sembast
I just wanted to comment that over the last few weeks I have transitioned my projects away from hive, to using sembast database, freezed (a code generator that helps you deal with immutable objects, and also has built-in support for json_serializable).This was a really difficult decision because I like HIVE, but the idea of maintenance and support getting even worse as Leisim (the creator / maintainer) focuses on other things put me in a tough spot, because I have to maintain these apps for clients. Recently, the library was broken for a few weeks with a flutter update. He has been very slow to grant access to other maintainers to push fixes to the library. my Pull Request was accepted, but never pushed to the package store.Sembast documentation is not as good as HIVE (although hive has a lot of documentation issues despite the really nice navigation and layouts), and because of that sembast felt to me like it had a greater learning curve. But SEMBAST is professionally maintained and receives updates on a very regular basis. So sembast feels a lot more future proof and reliable from that perspective.Sembast has slightly different syntax and approach compared to hive. But there are more querying functions and abilities built in using the finder. Now that I've gotten used to it, and setup, I really like it.Helpful Docs for anyone transitioning: - Sembast nosql tutorial - Freezed video tutorial, with json serialization instructions (https://youtu.be/ApvMmTrBaFI) (see comments for a minor annotation update)With Hive, I was writing manual toJSON and fromJSON functions to map my data to online databases and export formats. So the fact that this is automated with freezed (or just json_serializable if you're not using freezed) actually makes my life easier.This was also a huge lesson learned, that before I adopt a library for a client project, I should thoroughly evaluate how popular it is, what it's future roadmap looks like, and what the maintenance team looks like.Having to completely refactor a production app because a library maintainer lost interest, is in retrospective, an easily avoidable problem. Library maintainers need to have skin in the game. If someone just made a library for fun, to see what they can do, it's a bad sign. If that maintainer has a business based on the library, using it in several production environments, it's a sign that they have skin in the game and will work hard to ensure it continues to function as flutter and dart change and update in the future.

July 23, 2020 at 08:29PM by boon4376
https://ift.tt/2CYJgX5
New post on /r/flutterdev subreddit:

Flutter tutor for hire.
Hello,I teach flutter online. For newbies, I teach to make the guess the number game. Demo video - https://youtu.be/dh-Y0qTm5wY . Please message me for a 30 minute live coding class.

July 23, 2020 at 08:26PM by Makerdude2020
https://ift.tt/32NgZO5
New post on /r/flutterdev subreddit:

Flutter Refresher Material?
/r/flutterhelp/comments/hwo9ni/flutter_refresher_material/

July 23, 2020 at 11:17PM by shushrut_sharma
https://ift.tt/2D4hkkt
New post on /r/flutterdev subreddit:

Not wanting to use Firebase
is it a bad idea to look for ways to avoid getting hooked into Firebase? I'm concerned about forced pricing that would be needed to support flutter apps on these two areas:is there a solution for push notifications without it when the app is not being actively viewed on the device?how to deal with syncing the device with a remote sql db? is mqtt the way to go? what's out there to help with this?

July 24, 2020 at 04:18AM by matthewkooshad
https://ift.tt/3htB8Nh
New post on /r/flutterdev subreddit:

Build A Flutter Tinder Clone with Firebase & BLoC #35/40 Messaging Repository
https://youtu.be/cxtBGiOHNVM

July 24, 2020 at 08:21AM by 26Waga
https://ift.tt/2CHYyzL
New post on /r/flutterdev subreddit:

One year of Flutter as a web developer
https://ift.tt/3eKtDzC

July 24, 2020 at 05:21AM by realusername42
https://ift.tt/3jCLnRa
New post on /r/flutterdev subreddit:

I have written a tutorial on how to implement a fruit slicing game in Flutter
https://ift.tt/2OP9BJS

July 24, 2020 at 12:28PM by flutterclutter
https://ift.tt/2E7Pq7M
New post on Flutter Dev Google group:

error in pubsec.yaml file
Error: unable to locate asset entry in pubspec.yaml: "fonts/Pacifico-Regular.ttf". [image: pubsec.png] This message pops up whenever I run my flutter app. [image: error.png]
New post on /r/flutterdev subreddit:

Is a bit of jank acceptable?
I'm using the flutter inspector to measure the performance of my app and notice jank spikes in the UI when I navigate to a new page. I also notice jank when switching from light to dark theme and vice versa, although is not that easily noticeable when using the app. My question is: is a minimal amount of jank acceptable when building an app? I will of course try to optimise wherever possible, but I feel like I will never be able to make the app 100% smooth everywhere.

July 24, 2020 at 12:53PM by Flikounet
https://ift.tt/2WSKDh9
New post on /r/flutterdev subreddit:

Warning: URI.escape is obsolete
I get the following warning when pod update. I work on MacOS Mojave, any help is appreciated. Thank you.

July 24, 2020 at 01:57PM by amith_k04
https://ift.tt/2WTgC0K
New post on Flutter Dev Google group:

ads plugin on flutter web
I've just tried create flutter web from my flutter app, it works well but I have problem showing ads. I searched ads plugin on pub.dev but there is no plugin that supports web, or I may miss it. Is there any flutter web that can show ads yet? many thanks for any response :).

July 24, 2020 at 02:47PM by Anindya DP
https://ift.tt/2WMLH6f
New post on /r/flutterdev subreddit:

Day Night Animated Login
When I came across this design on uplabs it gave me goosebumps and made me restless to implement this design in flutter and finally I did it 🤩. And here is the final result of all the hard that's gone into this project and as always it's open source. Please 🙏🏻 give it a look on GitHub and if you liked then please leave a star 🌟 to show your support 😍.Github : https://github.com/shubhamhackz/day_night_loginUplabs Design : https://www.uplabs.com/posts/day-night-login-interaction-freebie

July 23, 2020 at 06:20PM by shubhamhackz
https://ift.tt/2EgP9zC
New post on Flutter Dev Google group:

need some support!
hello guys, i want to make an app like whatsapp status videos/ images downloading, so i want to copy files from whatsapp and paste in my custom directory folder And also i want to preview all files included in my custom folder. Please tell me anyone, what things I need to learn for that?

July 24, 2020 at 03:18PM by Gulam Fahad Ahmed
https://ift.tt/3fYilcv