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

v1.1.0 release of Spotube
What is it?A Flutter based lightweight spotify desktop-client. It utilizes the power of Spotify & Youtube's public API & creates a hazardless, performant & resource friendly User ExperienceWhat's New?Album, ArtistProfile pagesDownload song💫User followed ArtistsMac OS support🔥Search🔎 support Users, Artist, Playlist & AlbumPlay playlist from any index & many more​Github: https://github.com/KRTirtho/spotube

January 27, 2022 at 01:10PM by krtirtho
https://ift.tt/33Ofd2l
New post on /r/flutterdev subreddit:

Can canvaskit become a part of web specification?
Canvaskit makes up >90% of web builds of flutter apps. I know that this library is supposed to be cached by cdns (which is why flutter web apps link to a cdn for canvaskit), but in real life, it doesn't appear to work (version mismatch, cache timeout). The browser downloads it whenever you open a flutter website. It sounds a little stupid, but I wanted to ask if it's possible that we might see canvaskit included with the browsers in future?

January 27, 2022 at 02:05PM by meradolaniaaya
https://ift.tt/3HaGNFo
New post on /r/flutterdev subreddit:

Package YetAnotherLayoutBuilder
After few weeks of development I finally release version 0.2.0 of my package which allow to create UI in XML. Currently I'm using it in one application and it look like can be usable, so I decided to share it with wider audience. Any suggestions for improvement, and typical use cases which I do not covered yet, are welcome.Link to it on Pub Dev:https://pub.dev/packages/yet_another_layout_builder​Note: I didn't have chance to test it on iOS/Web. Currently it's used for android app but I should be possible to use it on other platforms.

January 27, 2022 at 03:20PM by thetoster
https://ift.tt/3u6nysU
New post on /r/flutterdev subreddit:

“Open the Sky” was the first @FlutterDev commit on Oct 23, 2014 by Adam Barth
https://twitter.com/bluemix2/status/1486755397595803654?s=21

January 27, 2022 at 06:47PM by bluemix
https://ift.tt/3ulrrub
New post on /r/flutterdev subreddit:

How to Implement Scratch Card Feature in Flutter Application?
https://ift.tt/3IOCbVT

January 27, 2022 at 07:35PM by rrtutors
https://ift.tt/35nXeQt
New post on /r/flutterdev subreddit:

Issue with Android Studio AVD on Linux
Hello everyone!Is anyone here successfully using Android Studio for Flutter development on Linux?I'm, currently using Pop Os 21.10 and Android Studio 2021.1.1.The problem is that whenever I'm in a Flutter project I cannot open "Device manager".It opens fine in a Kotlin project where I created an Android Emulator. After that I switched back to my Flutter project and I can run the app on the new Emulator. But I still cannot open the Device Manager and cannot have the Emulator to be displayed in Android Studio (it is as a float window).​Did anyone have similar issue or know what I should check? When I first encountered the problem I reinstalled my OS hoping that would resolve anything, but the problems persists.

January 27, 2022 at 07:19PM by tiger5000
https://ift.tt/35ulZL0
New post on /r/flutterdev subreddit:

Ignoring null safety
How's null safety working out for you guys. I'm finding it a bit complicated and thinking of not using it in my projects. Could this decision cause any problems?

January 27, 2022 at 08:15PM by BlackEyedBeans22
https://ift.tt/3IMjamD
New post on /r/flutterdev subreddit:

Watch "Rodneys Beats" on YouTube
https://youtu.be/co-B-5zJx4U

January 27, 2022 at 10:59PM by CryAdministrative667
https://ift.tt/3g0RK08
New post on /r/flutterdev subreddit:

Abstract away the State Class
I have built applications with Vue.js, Angular and Flutter. Vue and Angular have the right level of abstraction with the component system, where you define your view in HTML together with the internal variables and logic.In Flutter (for Stateful Widgets), first defining a Widget that does nothing except passing args and calling the State class which does the actual job feels like unnecessary amount of boilerplate code I have to write for each Widget file I create. And also it is something I don't want to deal with it as a developer.I just want to define my view structure, some widget-internal variables and the logic, that's it. Like in Vue or Angular.Are there solutions to this?

January 28, 2022 at 08:36AM by Koliham
https://ift.tt/3g2k95Z
New post on /r/flutterdev subreddit:

I published my first package
Hi everyone I published my first package number_pagination, very simple and attach anywhere!

January 28, 2022 at 07:35AM by taz1208
https://ift.tt/3IL3IHs