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

I published my first ever Dart's package on pub.dev - A custom recursive timer
https://ift.tt/3gV06YA

June 25, 2021 at 06:48PM by cryogen2dev
https://ift.tt/2T5ZEgU
New post on /r/flutterdev subreddit:

Add Video Calling with Just THREE Lines of Code
Hey Everyone,I recently published my first Flutter package agora_uikit! Through this, you can add features like video calling, live video streaming etc. with just three lines of code.
This is a community release and the goal is to grow this library and have support across all the platforms. I would love to hear your suggestions on how we can further improve this package.You can find the complete source code here.

June 25, 2021 at 06:26PM by ameanhoeacid
https://ift.tt/3A25Y9J
New post on Flutter Dev Google group:

I get this error with flutter doctor
[image: flutter doctor error.png]

June 25, 2021 at 08:55PM by Sara Paguaga
https://ift.tt/3wT9OjA
New post on /r/flutterdev subreddit:

Migrating an old app to Flutter 2 (top takeaways) #Shorts
https://youtube.com/watch?v=z7f5_wCLTCU&feature=share

June 25, 2021 at 08:01PM by Pixelreddit
https://ift.tt/3jdTDcB
New post on /r/flutterdev subreddit:

Are the specs of this Macbook air good enough for what I need?
Hi, basically I'm starting a new dev position and going to be working in Flutter. I already have a beefy PC which I'll be using for developing which isn't an issue, however I was originally planning on getting a MacOS VM to deploy the iOS side of things. Coincidentally, my gf wants to sell her 2017 i5 8gb MacBook air so I thought I could just take it off her and then use that. I've seen some threads saying 8gb isnt enough especially on the airs, but since I wont actually be using it for developing but just compiling etc, will it be enough? I know obviously its cheaper to get the VM but just pretend money isn't a consideration. Any input would be appreciated, thanks :)P.S im aware theres similar threads to this but I just thought my situ was a tad different to whats out there :)

June 25, 2021 at 07:57PM by hunterchubz
https://ift.tt/35UmydP
New post on /r/flutterdev subreddit:

What do you name your ChangeNotifiers?
I use the ChangeNotifier class (along with provider) extensively to handle state in my flutter applications. Unfortunately, I have never really come up with a good name for my classes that extend change notifier.Generally when I extend ChangeNotifier, the class will encapsulate some data, and provide methods that invoke behaviours that change the data. So for example, I have a UserLogon class that exposes methods like "signIn" and "signOut", and exposes properties like "isSignedIn" and "user". Usually I will have multiple class in an app that follow this pattern, and I want to have them to all share a common suffix.A reasonable option would be to just call them ChangeNotifier. So "UserChangeNotifier" and "SomeDataChangeNotifier" etc etc. Not a horrible option.Regardless, I am curious what other developers who leverage the same pattern do for naming convention.Thanks.

June 25, 2021 at 09:06PM by scorr204
https://ift.tt/3x2v5HG
New post on Flutter Dev Google group:

flutter test questions
It seems the pump with duration doesn't work, for exmaple, the below code, it doesn't wait for 25 seconds at all, always returns quickly? await tester.pump(new Duration(seconds: 25)); Also, how can I see debugPrint result of the app code when I pumpWidget? Thanks

June 26, 2021 at 01:14AM by wyx....@gmail.com
https://ift.tt/3dgVNV1
New post on /r/flutterdev subreddit:

I like the Simplicity of Flutter App Architecture and File/Folder Structure Discussed here. I am thinking of adapting my architectures towards this. Works with Provider
https://ift.tt/3vSBYtQ

June 25, 2021 at 09:24AM by lohanidamodar
https://ift.tt/2UFX0ir
New post on /r/flutterdev subreddit:

Figma to Flutter Unit Translation
I'm currently working on a project which has a Figma UI design. Using the pixel dimensions of the Figma project gets messy real quick as they don't have 1:1 correspondence with Flutter's.Is there a standard conversion rate between Figma and Flutter units or would I just have to do everything based on best guesses/intuition?

June 26, 2021 at 09:44AM by Hendwage
https://ift.tt/3jkAxBF
New post on /r/flutterdev subreddit:

Just installed flutter, can't figure out this error pls help
https://imguploader.net/images/tKjo53UIoeRx​When I run it on chrome (web) it works fine but when I try to run it on my emulator i get this error.

June 26, 2021 at 11:25AM by mudigone
https://ift.tt/3jcneTT