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

Pub dev is slow

Anyone know if pub.dev is built on top of flutter web? The website is a total slow mess here, lots of timeout, retries and take a few minutes till I can see the library information Anyone with the same problem? submitted by /u/Pedro_Alonso [link] [comments] https://www.reddit.com/r/FlutterDev/comments/16d0ly0/pub_dev_is_slow/
New post on /r/flutterdev subreddit:

Any advice on implementing suggestion buttons in chat assistant

Hi, I am trying to implement a chat assistant with suggestion buttons from which the user can select a question. Any advice on what widget should I use? submitted by /u/Robertonical9 link comments https://www.reddit.com/r/FlutterDev/comments/16dzisk/any_advice_on_implementing_suggestion_buttons_in/
New post on /r/flutterdev subreddit:

Visual Regression Tests: Do You Use Them?

For those who don't use visual regression tests, what's the reason? For those who do, which tools do you rely on? Additionally, if there's one aspect of your current solution you could enhance, what would it be? View Poll submitted by /u/davidk2137 link comments https://www.reddit.com/r/FlutterDev/comments/16e2wky/visual_regression_tests_do_you_use_them/
New post on /r/flutterdev subreddit:

Transitioning from Understanding Code to Writing It: Seeking Guidance

I hope you’re all doing well! I wanted to share my journey and seek some advice on a challenge I’m facing in my coding journey. So, I’ve been using FlutterFlow for a while now, and I’ve become quite comfortable with using the drag-and-drop interface to design UIs for my Flutter apps. I... https://www.reddit.com/r/FlutterDev/comments/16ebesn/transitioning_from_understanding_code_to_writing/
New post on /r/flutterdev subreddit:

Alternative to Catcher package

Can someone pls provide an alternative to Catcher package as its very crucial for my project in case of exception handling and debugging purposes. submitted by /u/msftfanboy_OS [link] [comments] https://www.reddit.com/r/FlutterDev/comments/16fobq3/alternative_to_catcher_package/
New post on /r/flutterdev subreddit:

Backend for a mobile text/UI based game

Hi there. I'm a hobbyist programmer looking to use flutter as a frontend for a mobile text based game. The game will have some light online components such as a chat room for players, the ability for players to have an account/login, trade items with each other, and leaderboards for players to... https://www.reddit.com/r/FlutterDev/comments/16fyp12/backend_for_a_mobile_textui_based_game/
New post on /r/flutterdev subreddit:

Why does Google's Career Page does not have Flutter and Dart jobs?

Hello, the body of the post is pretty much the same. I am wondering why Google is not hiring for Flutter and more importantly even dart roles. I have been seeing this for years and only 3-5 openings are there. submitted by /u/Expert-Scallion4782 link comments https://www.reddit.com/r/FlutterDev/comments/16gijda/why_does_googles_career_page_does_not_have/
New post on /r/flutterdev subreddit:

why dart has both final and const?

before you down vote hear me out first... I know const is used for compile time values and final for immutable run time values. but the thing is the linter seems to understand where const can be used. if thats the case then why? why would you annoy me every time to add const. also it makes the... https://www.reddit.com/r/FlutterDev/comments/16gr95g/why_dart_has_both_final_and_const/
New post on /r/flutterdev subreddit:

Do You guys recommend having a notebook for Flutter/Dart ?

So recently started learning flutter with udemy , and the course is very helpful (better than my college python course) . Anyways in college, I depend on memory and slides , idk i just find it very exhausting writing code on ipad so i gave up on it first lecture. How do you guys organize your... https://www.reddit.com/r/FlutterDev/comments/16gu8mp/do_you_guys_recommend_having_a_notebook_for/
New post on /r/flutterdev subreddit:

Please recommend me A fully functional opensource flutter app built with Bloc.

Hello, I've been learning flutter for the past weeks and I have to admit that it is far better in many aspects than Xamarin (Where I come from). I want to browse the source code of a flutter app that was built for the real world and learn from that source code, in order to apply in my own apps.... https://www.reddit.com/r/FlutterDev/comments/16hib8z/please_recommend_me_a_fully_functional_opensource/
New post on /r/flutterdev subreddit:

Has anyone used Hetzner as a cloud service for their app deployment?

The context being I trust European products and companies more. Most of the Flutter ecosystem is around AWS, GCP, Firebase and I didn't find any good resources on the internet either on Hetzner for Flutter. What can be the Pros & Cons of going ahead with it? submitted by ... https://www.reddit.com/r/FlutterDev/comments/16iad0k/has_anyone_used_hetzner_as_a_cloud_service_for/
New post on /r/flutterdev subreddit:

Any Good Resources For Understanding Use Cases For Rendering Classes

I have a high level understanding of rendering and RenderObjects. I can also create simple RenderObjectWidgets. I need to better understand when to use which rendering classes to compose more complex use cases. Are there any good resources for understanding how these classes work and work... https://www.reddit.com/r/FlutterDev/comments/16ik3ak/any_good_resources_for_understanding_use_cases/
New post on /r/flutterdev subreddit:

Need urgent assistance to migrate dart code

i want to change the old dart code into new, this will follow the documentation https://github.com/letsar/flutter\_slidable/wiki/FAQ the code - children: widget.stores!.map((Store item) { return ExpansionPanel( headerBuilder: (BuildContext context, bool isExpanded) { return Slidable(... https://www.reddit.com/r/FlutterDev/comments/16j5x8q/need_urgent_assistance_to_migrate_dart_code/
New post on /r/flutterdev subreddit:

What do you guys prefer bloc or cubit for state management?

Share your reasons for choosing one over another. submitted by /u/No_Bother9001 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/16jce6m/what_do_you_guys_prefer_bloc_or_cubit_for_state/