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

Making generic widgets (The Boring Flutter Development Show, Ep. 58)

submitted by /u/Pixelreddit link comments https://www.reddit.com/r/FlutterDev/comments/v239v3/making_generic_widgets_the_boring_flutter/
πŸ‘3πŸ‘3
New post on /r/flutterdev subreddit:

Are you using monorepos?

Would be interesting to know how many Flutter devs are using monorepo. Feel free to comment on why or why not are you using and what kind of issues have you ran into while using monorepos. Disclaimer: I work at Codemagic View Poll submitted by /u/Character-Flatworm49 link comments https://www.reddit.com/r/FlutterDev/comments/v2dvvt/are_you_using_monorepos/
πŸ‘1😁1
New post on /r/flutterdev subreddit:

Changing from single developer into a team.

Hey guys, Started to self learn flutter. got a job on a startup as a jnr dev and been doing it for the last 2 years. I was the only dev there and always worked alone. I’m going to start in a new company over the next couple weeks into a dev team of about 5-6 ppl. What are the main things... https://www.reddit.com/r/FlutterDev/comments/v2z8kf/changing_from_single_developer_into_a_team/
πŸ‘2πŸ”₯1
New post on /r/flutterdev subreddit:

Need help getting started

I want to start learning flutter to build some apps for fun. The problem is that I have no idea of where to get started (I'm new to programming). I've tried finding good resources online such as udemy courses but everyone kept on saying that most of the resources are outdated and its best to... https://www.reddit.com/r/FlutterDev/comments/v3bjnp/need_help_getting_started/
πŸ‘4
New post on /r/flutterdev subreddit:

Remote Part Time Flutter jobs?

Hello, In the recent few days I've been looking at part time remote jobs positions for experienced Flutter developer, but 95% of all offers are Full Time only. Have any of you been in a similar situation and know of any places like social media groups or little known portals where you can... https://www.reddit.com/r/FlutterDev/comments/v3vhit/remote_part_time_flutter_jobs/
πŸ‘3
New post on /r/flutterdev subreddit:

Documentation for variable refresh rate in Flutter 3.0 (iOS)

Flutter 3.0 release notes say that now it supports variable refresh rates (upto 120 Hz) on ProMotion displays like iPhone 13 Pro and iPad Pro. I found the Code To Include in AppDelegate.swift from here if (@available(iOS 15, *)) { // preferredFrameRateRange is only available in iOS 15 and... https://www.reddit.com/r/FlutterDev/comments/v4k9ys/documentation_for_variable_refresh_rate_in/
πŸ‘3
New post on /r/flutterdev subreddit:

ioccontainer | Dart Package

submitted by /u/emanresu
2017 link comments https://www.reddit.com/r/FlutterDev/comments/v4n7gi/ioc_container_dart_package/
πŸ‘1
New post on /r/flutterdev subreddit:

Video Device Module: The camera is unauthorized

Hello Guys, Did you ever get such error in flutter for Agora how did you solve it I have read the docs but didn't find any solution! submitted by /u/Dhanraj_Flutterdev [link] [comments] https://www.reddit.com/r/FlutterDev/comments/v5x2gv/video_device_module_the_camera_is_unauthorized/
New post on /r/flutterdev subreddit:

What is the authentication library for flutter

I have a website using next-auth for authentication and MongoDB for storing data, if i want to publish a mobile app version, is there any authentication library equivalent to next-auth for mobile apps( or flutter)? submitted by /u/chee_thong [link] [comments] https://www.reddit.com/r/FlutterDev/comments/v6ntf2/what_is_the_authentication_library_for_flutter/
New post on /r/flutterdev subreddit:

Here are the best practices for Flutter app development and tips that help Flutter developers improve code quality, readability, maintainability, and productivity.

submitted by /u/connectsteven link comments https://www.reddit.com/r/FlutterDev/comments/v6sqm6/here_are_the_best_practices_for_flutter_app/
πŸ‘4
New post on /r/flutterdev subreddit:

M2 MacBook Air

This is really a remarkable piece of hardware, but is it worth the money for a flutter dev assuming the performance is as claimed. Or better of to get a windows based machine, even though ur serious abt cross-platform development in iOS and Android. Ik many will say get the MacBook Pro 14', but... https://www.reddit.com/r/FlutterDev/comments/v6xi8r/m2_macbook_air/
New post on /r/flutterdev subreddit:

Show a circular focus point when a manual focus point is selected in CameraPreview

How can I display a small circle on the the CameraPreview when a manual focus point has been selected by tapping anywhere on the CameraPreview? CameraPreview widget: CameraPreview( cameraProvider.controller!, child: LayoutBuilder( builder: (BuildContext context, BoxConstraints constraints) {... https://www.reddit.com/r/FlutterDev/comments/v7g60a/show_a_circular_focus_point_when_a_manual_focus/
New post on /r/flutterdev subreddit:

Introducing fitorscale, a package to make your widgets scale down when they don't have enough space

As a developer, you should probably handle small screens by providing widgets that adapt their content to fit in their available space. Yet, if the user resizes its web or desktop window to a very small one, your widgets might not fit anymore and you will probably end up with overflow issues or... https://www.reddit.com/r/FlutterDev/comments/v7l93z/introducing_fit_or_scale_a_package_to_make_your/
πŸ‘3