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

Building a Generic API Response with freezed classes and working demo with flutterbloc and dio

Hi I have wrote article about generic api response with freezed 🥶 also published code sample on Github.
https://github.com/gokberky/fluttergenericapiresponse I hope it would help you 🙋🏻‍♂️ submitted by /u/AdElectronic6748 link comments https://www.reddit.com/r/FlutterDev/comments/ua0fs1/building_a_generic_api_response_with_freezed/
New post on /r/flutterdev subreddit:

Location analytics tool (beta)

Hello everybody! I am looking for beta testers/users. We have developed a location analytics tool for mobile apps. To give insights into app usage whereabouts. The main difference from your usual statistics is the fact that all the user data is collected, stored and analyzed inside the app... https://www.reddit.com/r/FlutterDev/comments/ubj6yn/location_analytics_tool_beta/