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

What makes a good flutter dev?

Would love to here your thoughts :-) submitted by /u/loeffel-io link comments https://www.reddit.com/r/FlutterDev/comments/u49ycv/what_makes_a_good_flutter_dev/
New post on /r/flutterdev subreddit:

Godot in Flutter

submitted by /u/RedAlpha-58 link comments https://www.reddit.com/r/FlutterDev/comments/u4kltl/godot_in_flutter/
New post on /r/flutterdev subreddit:

What is the reason why Flutter uses subtitle1 style for input fields?

Also list tile's use that same font style :thinking: submitted by /u/vegeson link comments https://www.reddit.com/r/FlutterDev/comments/u4zz8g/what_is_the_reason_why_flutter_uses_subtitle1/
New post on /r/flutterdev subreddit:

Flutter on Desktop Platforms: How can I create a new window and launch it on a specific display?

So here's what I'm trying to do: Detect the available monitors Launch a different flutter window on that display. I saw that there's an existing ffi on dart, but I'm not sure on how to use flutter with it to draw some widgets. May I know if there's an existing API or lib to implement this... https://www.reddit.com/r/FlutterDev/comments/u67cqn/flutter_on_desktop_platforms_how_can_i_create_a/
New post on /r/flutterdev subreddit:

Basic platform-specific filesystem operations are lacking in Flutter and I would like to know why?

Naturally, Flutter is a cross-platform UI framework, however, it still offers a kit of utility functions, like the file i/o. However, I can't help but wonder why some super-basic platform-specific filesystem functions are not getting built-in too. Simple example: let's say your app works with... https://www.reddit.com/r/FlutterDev/comments/u6xeut/basic_platformspecific_filesystem_operations_are/
New post on /r/flutterdev subreddit:

Flutter Gems just got a major update! 1200+ new packages (total 4000+), 12 new categories (web3, blockchain, health & fitness, storybook and more..).

submitted by /u/ashitaprasad link comments https://www.reddit.com/r/FlutterDev/comments/u78omf/flutter_gems_just_got_a_major_update_1200_new/
New post on /r/flutterdev subreddit:

The VSCode's snippet for overwriting main.dart when you create new flutter project

I made the snippet which can overwrite main.dart when you create the project for VSCode. dart:dart.json { "New Flutter Project": { "prefix": "New Flutter Project", "body": [ "import 'package:flutter/material.dart';", "", "void main() {", " runApp(const MyApp());", "}", "", "class MyApp extends... https://www.reddit.com/r/FlutterDev/comments/u97voj/the_vscodes_snippet_for_overwriting_maindart_when/