Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

๐Ÿ‘ท‍โ™€๏ธBuild performant Flutter widgets!

Part of "Creating performant Flutter web apps" blog series, the Flutter Material team shares insights when optimizing Flutter Gallery for the web.

๐Ÿ›  Learn about building only what is needed when it's needed.

Read ↓ https://t.co/xbrE7Tx5Rhโ€” Flutter (@FlutterDev) July 30, 2020

July 30, 2020 at 05:00PM
http://twitter.com/FlutterDev/status/1288851852008796161
New post on /r/flutterdev subreddit:

Lessons learned after making the first 10 commercial apps in Flutter
https://ift.tt/30dFwdF

July 30, 2020 at 07:05PM by EngineerScientist
https://ift.tt/30cJ1ke
New tweet from FlutterDev:

Enums with Extensions in @dart_lang!

Integrating enums and extension methods has made developing in Flutter easier.

๐Ÿ› ๐Ÿ’  Cleaner code.

Read @JoseNicolasAlba's article here ↓ https://t.co/EMJUwDCk3Uโ€” Flutter (@FlutterDev) July 30, 2020

July 30, 2020 at 07:00PM
http://twitter.com/FlutterDev/status/1288882044592947200
New post on /r/flutterdev subreddit:

Getting started and developing an application with Jetpack Compose
https://ift.tt/2BJR5Q9

July 30, 2020 at 07:21PM by Cr0c0lia
https://ift.tt/3jSDiId
New tweet from FlutterDev:

โœจ Learn how to solve your layout issues using the Flutter Inspector.

๐Ÿ’™ Flutter Inspector is your best friend when dealing with layout issues.

Happy debugging!

Read @ktjlee1's article here ↓ https://t.co/h6sdxb3NuUโ€” Flutter (@FlutterDev) July 30, 2020

July 30, 2020 at 09:29PM
http://twitter.com/FlutterDev/status/1288919707966255105
New post on Flutter Dev Google group:

Using assets in testWidgets
Hi! I'm trying to load a font (and later other assets) during a testWidgets call to compare/create goldens. I looked through some PRs that should enable loading assets during a test and found this answer on stackoverflow https://ift.tt/3jSdMmu which seems to work for others.

July 30, 2020 at 09:33PM by Mene
https://ift.tt/39FNPSx
New post on /r/flutterdev subreddit:

I made Flutter Installer using Flutter ๐Ÿš€๐Ÿ’™
I am happy to announce that I finished working on the Flutter Installer ๐Ÿš€๐Ÿ’™โ€‹Github Link: https://github.com/YazeedAlKhalaf/Flutter_InstallerTwitter Post: https://twitter.com/YazeedAlKhalaf/status/1288905580065837059Medium: Link: https://medium.com/@yazeedfady/i-made-flutter-installer-using-flutter-60506c1127b5Don't forget to star the repo and share this with your Flutter friends mentioning Tim Sneath on twitter.I hope you like it guys ๐Ÿ’™๐Ÿš€Comment your thoughts about it down below ๐Ÿ˜Ž๐Ÿ˜

July 30, 2020 at 11:26PM by YazeedAlKhalaf
https://ift.tt/3f8L4KA
New post on /r/flutterdev subreddit:

Flutter Research Area/Topic for my computer science thesis
Hi, I am a undergraduate student how is going to start the final of my degree program. I am passionate about mobile development and planning to my final year research in mobile development. Flutter or Android development. I would really appreciate if anyone give me some pointer and ideas for my FYP.

July 31, 2020 at 12:02AM by Malorton
https://ift.tt/3hSHqpX
New post on /r/flutterdev subreddit:

Lottie vs Rive
Sorry for bringing all over again. I saw that lottie support came to Skia engine, I thought it is a good time to get an update on the future of it on flutter.โ€‹Are we going to see it on flutter soon? If I am starting a new moderately big project, does it make sense to go with lottie? Or should I just go with Rive. I am more inclined to use Lottie if possible because first, I will get more designers with Adobe After Effect to design them, second I thought if lottie is rendered in Skia, I will get more efficient rendering than Rive potentially.โ€‹I understand that lottie support is partially there with a few pure dart libraries, but I found the quality and performance not quite up there.

July 31, 2020 at 01:42AM by arashbijan
https://ift.tt/3fcLFuz
New post on Flutter Dev Google group:

How to create a pop up menu on a ListTile?? Why is my code for it not working??
Hi, I've been struggling for the past hour trying to create a popup menu at the location of my ListTile item. I have a ListTile and on longpress() I want to open a popup menu with options to either open it or delete it. I wrote the following within the onLongPressed() of this listTile, but

July 31, 2020 at 02:15AM by Faraz Khan
https://ift.tt/3gfcC2n
New post on /r/flutterdev subreddit:

Test behavior of widgets in Flutter
https://ift.tt/2XeAfjT

July 30, 2020 at 03:43PM by _arthurdenner
https://ift.tt/3ffRzvh
New post on /r/flutterdev subreddit:

Stuck when finding new ideas to code.
Currently I'm at a point where I feel comfortable handling flutter with some of it's gimmigs. So far I made some tutorial Apps and some from YouTube. All with their own twist (so, not the "code along and don't understand" kind of stuff).I feel stuck. I want to develop something but everything that comes to my mind was already be done before at least 100 times.You ever feel stuck when trying to find ideas? What do you do?

July 31, 2020 at 07:32AM by lechnerio
https://ift.tt/2DhJiJQ
New post on /r/flutterdev subreddit:

multi_image_picker plugin is looking for co-mantainers
Hi, I am the maintainer of the multi_image_picker plugin.โ€‹As of recently the plugin grow quite popular, but as I am currently working on other projects that does not involve Flutter I find hard time maintaining and keeping up with opened issues and improvements.โ€‹I will definitely keep updating and mantaining the project as I am also using it in quite a lot of my apps, but any help would be much appreciated (helping responding in issues, fixing bugs, PRs etc).โ€‹Currently the main focus is to migrate the current iOS library used from BSImagePicker to Tatsi https://github.com/Sh1d0w/multi_image_picker/issues/373โ€‹Thank you!

July 31, 2020 at 09:35AM by Sh1d0w_lol
https://ift.tt/3fmKXeE
New post on /r/flutterdev subreddit:

Why is using global variables considered bad practice?
I come from a C/C++ background where, if I needed to manage my program's state in some way, I would simply define a global structure with other structures packaged inside it.In Flutter it seems like this is a no-go for large scale apps, and that it is recommended that one should rather use a state management package such as provider.What are some practical examples you guys have seen where global variables would cause you to run into troubles? I'm struggling to see it, and haven't really seen too many concrete arguments against globals, although I am quite new to the whole Flutter ecosystem in general.I'm just generally interested on everyone's thoughts on this, because it seems like the default is just to use a state mangement system straight away, without looking at the possible benefits globals may provide in certain contexts. Correct me if I'm wrong though! ;)

July 31, 2020 at 10:43AM by gvcallen
https://ift.tt/2P8CmS3
New post on /r/flutterdev subreddit:

Developed a video calling application in flutter using agora services and sdk. ๐Ÿค  It is named as Fleo -> Flutter + Video Call. ๐Ÿ™Œ
https://ift.tt/2D4CQGk

July 31, 2020 at 12:08PM by Actual-Math
https://ift.tt/3gjKHOw