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

Where can I learn flutter?

I thinks flutter docs look hard to understand submitted by /u/Happer64Bit link comments https://www.reddit.com/r/FlutterDev/comments/xvfa2d/where_can_i_learn_flutter/
New post on /r/flutterdev subreddit:

Dart project for beginners

Hello what are the easier/beginner friendly project to work on ? i have just start dart recently :) submitted by /u/hepona link comments https://www.reddit.com/r/FlutterDev/comments/xvia2l/dart_project_for_beginners/
New post on /r/flutterdev subreddit:

Recommend architecture for Riverpod?

Hi guys I'm currently learning Riverpod. Previously was using bloc with clean architecture. What is the recommended architecture to pair with Riverpod? Any experienced ppl can shared what is your app structure looks like when using Riverpod? submitted by /u/leonlee0116 link comments https://www.reddit.com/r/FlutterDev/comments/xwubgx/recommend_architecture_for_riverpod/
New post on /r/flutterdev subreddit:

MaterialStateProperty for AppBar / IconThemeData?

Hey, is there a preferred way to define different colours for normal/pressed/disabled for IconButton, especially those displayed by AppBar, like AppBar's action or leading button? New Flutter buttons, such as TextButton or OutlinedButton, have in their themes most properties as generic... https://www.reddit.com/r/FlutterDev/comments/xx15uq/materialstateproperty_for_appbar_iconthemedata/
New post on /r/flutterdev subreddit:

Creating code from config objects

Can anybody help me with following dart problem? In other languages i can easily access objects properties like this: objectproperty, but dart does not allow that. I’m wondering what is the right approach to solve such problem. My whole application, which I port to flutter uses this... https://www.reddit.com/r/FlutterDev/comments/xxlwrn/creating_code_from_config_objects/
New post on /r/flutterdev subreddit:

How do TextSelection work?

String initText = 'Haha';late TextEditingController _textController; _textController.text = initialText!;_textController.selection = TextSelection( baseOffset: initialText!.length,extentOffset: initialText!.length,); Someone please explain to me how TextSelection works, what are the 2 parameters ... https://www.reddit.com/r/FlutterDev/comments/xymaqi/how_do_textselection_work/
New post on /r/flutterdev subreddit:

Test

Sorry i need to test API request from this page I will delete this post very soon submitted by /u/moran_020 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/xyyg9i/test/
New post on /r/flutterdev subreddit:

Open-source code of advanced Flutter app

Hey friends, I've been working on my app TubeCards for the last four years and have open-sourced it today. The app has over 100k downloads and an average rating of 4.7 stars in Germany. In the app I used many different design patterns and I hope you can learn something from it. If you have any... https://www.reddit.com/r/FlutterDev/comments/y18j1c/opensource_code_of_advanced_flutter_app/