Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Flutter decryption and Php encryption

heys guys! anyone can help me, im new to flutter have encrypted data in php im using openssl and aes-128-cbc. Heres my code in php. <?php $data = 'hi'; $key = base64encode('103531802084928707629'); $iv = '1035318020849287'; $encrypted = opensslencrypt($data, 'aes-128-cbc', $key, 0, $iv);... https://www.reddit.com/r/FlutterDev/comments/v8a02u/flutter_decryption_and_php_encryption/
πŸ‘1
New post on /r/flutterdev subreddit:

How to implement AnimationWidget and Excplicit Animations and manage and control them using AnimationController and state management solution like Riverpod by making a 2048 Game in Flutter!

Hi everyone, I wanted to do some real world application using the Animations System in Flutter, so I've decided to make the famous 2048 Game in Flutter. The purpose of the project is not to demonstrate "How to make a game in Flutter" but rather "How to implement Explicit Animations and manage... https://www.reddit.com/r/FlutterDev/comments/v8eb49/how_to_implement_animationwidget_and_excplicit/
πŸ‘1