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

Alfred for a file server in 10 lines
It's a dart thing, but crucial to a flutter web app, and I wanted to give a big shout out to the developer of Alfred Ryan Knell. https://pub.dev/packages/alfredFull story:
https://jeffheisler.medium.com/a-dart-file-server-in-10-lines-e5c4aaba4305?sk=23ebb04c28c90ebb268186241204aad3

February 04, 2022 at 10:33PM by jrheisler
https://ift.tt/gbrkNi0
New post on /r/flutterdev subreddit:

Does latest flutter version fixed the lags and stutter on ios and android?
Can one count on flutter to both platforms?

February 05, 2022 at 07:27AM by dhfhfjfjfj11
https://ift.tt/clv7QjA
New post on /r/flutterdev subreddit:

Native vs Hybrid?
I know it depends on the use case, but if time and efforts are not issue, then which way would you go for a large and complicated app, and why?View Poll

February 05, 2022 at 09:33AM by arpanbag001
https://ift.tt/0Erf7gi
New post on /r/flutterdev subreddit:

First-time Flutter Live Coding Experiment
The live coding stream starts at 07:00 PM.Use this to check your timezone against that time https://www.worldtimebuddy.com/I have never done a stream so let's see how bad I can mess this up!https://www.twitch.tv/ajfriesenWhat?I will be working on my fitness app which I want to build for myself.
I am still a beginner. I will use the local firebase emulator and will just continue where I left off. No worries it is super simple and basic at this moment. And a mess! :DWhy?I recently watched a few live streams of people coding something and it was interesting!
Also, people were asking about flutter devs who live stream.
Maybe someone finds this interesting as well.I hope it is okay to announce that here.

February 05, 2022 at 12:00PM by ajfriesen
https://ift.tt/fLyDc7K
New post on /r/flutterdev subreddit:

Back-end powered Flutter UI
I’m working on a UI toolkit that lets you use a back-end SDK to define your UI. The definition is sent to the rendering engine as JSON.Initial front-end engine: FlutterInitial back-end SDK: NimSign-up to be notified of the release! This will be Open Source with paid support.

February 05, 2022 at 11:23AM by jasfi
https://ift.tt/D9bLQ2d
New post on /r/flutterdev subreddit:

Flutter 2.10 Packages
It's weird on the 2.10 release video a lot of the packages advertised as ready to help you build windows apps don't exist, are discontinued or not for windows.Flutters video posted a few days ago :https://youtu.be/g-0B_Vfc9qM?t=858Some examples ...serial_port6 Years old, not dart 2 compatibledevice_infoDiscontinued , use device_info_plusbatteryDiscontinued and wasn't for windowsbattery_plus is the replacementagoraNo windows package?drag_and_dropDoesn't existfirebase_authPubdev shows this isnt for windows yet, can we use firebase auth on windows yet?webviewDart2 incompatible, 6 years oldusbnot foundshareDiscontinuedAnd more...​What are peoples favourite packages for windows app development with flutter?

February 05, 2022 at 12:58PM by CMatUk
https://ift.tt/GFaipIe
New post on /r/flutterdev subreddit:

Wrapper for Twitch API - my first pub.dev packages
Hi all,Finally, I published my first packages on pub.dev:Wrapper for Twitch API: https://pub.dev/packages/unofficial_twitch_open_apiWrapper for Twitch authentication: https://pub.dev/packages/unofficial_twitch_authHTTP client used for the library above: https://pub.dev/packages/unofficial_twitch_httpHere is an example of usage with the Provider library: https://github.com/federicoviceconti/unofficial_twitch_client_flutterI hope it could be useful for someone :)

February 05, 2022 at 12:16PM by devic_
https://ift.tt/eyRigk6
New post on /r/flutterdev subreddit:

Atom Event Bus
An Event Bus based on Publish/Subscribe pattern to decouple your code dependencies using dart's Stream.pub.dev

February 05, 2022 at 03:44PM by Efficient_Leave_7462
https://ift.tt/8iVH6em
New post on /r/flutterdev subreddit:

Live Coding Flutter | EP01 by @imthepk
https://youtube.com/watch?v=b8LpbYbmSwA&feature=share

February 05, 2022 at 05:56PM by Pixelreddit
https://ift.tt/ogHs4uZ
New post on /r/flutterdev subreddit:

generic_validator, What do you think of my first package?
Hey guys,
So this is my first package ever in which I expressed the solution I see fit for decoupling validation and business logic rules.
I haven't published to pub.dev yet and I would really appreciate your thoughts!
https://github.com/ahmdaeyz/generic_validatorRegards,

February 05, 2022 at 05:52PM by ahmdaeyz
https://ift.tt/ubrzoHU
New post on /r/flutterdev subreddit:

Should I be importing widgets from my own app by specifying package:appname or just by putting the path?
I've always imported stuff from my own app by specifying the path (i.e import /components/cool_widget.dart), but Flutter's VSCode plugin likes to auto-import as a package (i.e import package:appname/components/cool_widget.dart). Is one recommended over the other?

February 05, 2022 at 08:31PM by UnicornsOnLSD
https://ift.tt/6t7D3wN
New post on /r/flutterdev subreddit:

Should I use VS Code for Angela's course?
Hey guys, I'm starting to learn Flutter via Angela Yu's bootcamp but Android Studio + emulator is too laggy for my Lenovo i3 ( W11 w/ 8Gb but only 3.5Gb available). The Studio itself is ok, but when I run the Device Manager it takes too much long.So I thought about using VS - 0 experience, but people told me it is lightweight.On the other hand I was also thinking about buying a SSD and adding another 8Gb RAM, since I can't buy a new laptop/PC rn.Any thoughts?

February 06, 2022 at 12:14AM by Kenboie
https://ift.tt/98WrZOU