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

Ask me about Phoenix Motivation and Meditation

So I made an app in motivation and meditation which let you stream meditation sounds and gives motivational quotes with notifications in the background Phoenix -: https://testflight.apple.com/join/hP5SG4xU Ask me anything about the app tech related submitted by /u/Omega_Neelay [link] ... https://www.reddit.com/r/FlutterDev/comments/y27hdk/ask_me_about_phoenix_motivation_and_meditation/
New post on /r/flutterdev subreddit:

Codelessly Early Access invites are going out next week!

Codelessly helps you convert designs into Flutter code and websites. After over 2 years of development, we're ready to send out invites next week! ​ First look at our editor: https://imgur.com/a/rrJxy9O ​ Sign up for early access at: https://codelessly.com (we're working on our new... https://www.reddit.com/r/FlutterDev/comments/y2pyy3/codelessly_early_access_invites_are_going_out/
Want to benefit from a whole day of Flutter learning and networking? Put Flutter Heroes in your diary - 24 February - to make sure that you and your team can participate. See you there! https://flutterheroes.com/2023/
New post on /r/flutterdev subreddit:

What are some good resources to learn more about architecture?

Junior flutter developer here, I hear all the time terms like MVC, MVVM, clean architecture, etc.. and I don't have any idea about them, I'm already familiar with state management (provider and riverpod) and separating the business logic, but I can't find friendly-beginner resources that start... https://www.reddit.com/r/FlutterDev/comments/y3lgeg/what_are_some_good_resources_to_learn_more_about/