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

Checkout my new Flutter/Dart package

Hello guys, Idris Idris just published his first Flutter/ Dart package. This is a package that provides you with all Nigerian states and Local governments. So, you do not need to look for APIs for this in your next project. You can check it out now on pub.dev:... https://www.reddit.com/r/FlutterDev/comments/v99y5q/checkout_my_new_flutterdart_package/
๐Ÿ‘1
New post on /r/flutterdev subreddit:

Material design - so what about the typography - baseline?

Beautiful typography makes a difference. Material design guideline emphasises the importance of baseline. One picture expresses more than a thousand words, so here is the picture. Let's say I have a column as follows: Column( children: [ Text('Header ygj', style: header), SizedBox(height: 16)... https://www.reddit.com/r/FlutterDev/comments/v9v12y/material_design_so_what_about_the_typography/
New post on /r/flutterdev subreddit:

Flutter for SwiftUI Developers (and vice versa)

This is a quite interesting and well-thought article from a Swift & SwiftUI developer's point of view: https://www.alwaysrightinstitute.com//flutter/ I don't share all the closing notes, though. Having used Xcode since 2010, I'd happily leave that tool for VS Code any time. And there's also... https://www.reddit.com/r/FlutterDev/comments/v9ybv7/flutter_for_swiftui_developers_and_vice_versa/
โค1
New post on /r/flutterdev subreddit:

We just released our Flutter app. Tell us what you think ๐Ÿ˜Š

It's an app to give away things you want to get rid of and you think might be useful for someone else ๐Ÿ˜Š Android: https://play.google.com/store/apps/details?id=com.giviba.app Apple: https://apps.apple.com/de/app/giviba/id1623889136?l=en submitted by /u/Desperate-Following3 link ... https://www.reddit.com/r/FlutterDev/comments/vbab41/we_just_released_our_flutter_app_tell_us_what_you/
๐Ÿ‘1
New post on /r/flutterdev subreddit:

.Json en flutter

Bonjour, Je dois charger des donnรฉes d'une application sous flutter et les telecharger en local sur mon pc sous format .json quelqun'un aurait une idรฉe de comment faire ? merci submitted by /u/IcyAd3076 link comments https://www.reddit.com/r/FlutterDev/comments/vbf32s/json_en_flutter/
โค2