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

Performance on browsers, specially mobile browsers

How are you guys dealing with performace issues compiling for web? We are ready to launch a web app to production, in the pc browser it runs fine, some lags here and there but it's normal. The problem is the performance on mobile browser, it runs very laggy on my XR, on my colleague's 14 pro.... https://www.reddit.com/r/FlutterDev/comments/16amilx/performance_on_browsers_specially_mobile_browsers/
๐Ÿ‘2
New post on /r/flutterdev subreddit:

Seeking Alternatives to the Device Preview Package

Hello Flutter community! I've been using the popular Device Preview package (https://pub.dev/packages/device_preview) for a while now to test the responsiveness of my Flutter apps on various devices. However, I've noticed that the package hasn't been updated in over a year, and there are some... https://www.reddit.com/r/FlutterDev/comments/16arg04/seeking_alternatives_to_the_device_preview_package/
New post on /r/flutterdev subreddit:

MiniApp Runtime Architecture and Features

You know that in the last five years,the native apps and HTML5 website has been the game stage. And the stretching to find the balance in performance,user experience and development flexibility. And now we introduce the MiniApp for you. MiniApp is a new type of mobile application.Developers can... https://www.reddit.com/r/FlutterDev/comments/16bbse6/miniapp_runtime_architecture_and_features/
๐Ÿ‘1
New post on /r/flutterdev subreddit:

Thoughts on Device Farms?

What do you think of things like AWS Device Farms to test apps remotely? Any experiences? Greatly appreciate! Need to test out app on devices I don't have access to. submitted by /u/MaryWolfEIQ link comments https://www.reddit.com/r/FlutterDev/comments/16bffbo/thoughts_on_device_farms/
New post on /r/flutterdev subreddit:

How different would have the Flutter ecosystem been today if it used JS(Typescript) instead of Dart?

I have realised one of the barriers to flutter , for both individuals and companies is learning Dart or finding Dart Devs respectively. If there were other popular use cases or Dart outside of Flutter, or Dart was used to solve another viable commercial problem ( like if Docker was built using... https://www.reddit.com/r/FlutterDev/comments/16c7lcj/how_different_would_have_the_flutter_ecosystem/
๐Ÿ‘3
New post on /r/flutterdev subreddit:

Flutter-focused job board

Hi guys. A while back, there used to be an active Flutter-focused job board, but it was closed abruptly. I'm wondering if anyone would like to work with me on a replacement, modern alternative? I'm in the early days of putting my domain (goflutter.com) to good use, and I believe offering a... https://www.reddit.com/r/FlutterDev/comments/16cevv0/flutterfocused_job_board/
๐Ÿ‘1
New post on /r/flutterdev subreddit:

Custom file structure? Custom file type?

โ€œA file that contains many individually exportable filesโ€, for a lack of a better description. Like a Scrivener file, which is actually a collection of rich text documents / pdfs etc. Do I need to use JSON to store a file structure that has many forks? The type I want to open as a project... https://www.reddit.com/r/FlutterDev/comments/16cj5by/custom_file_structure_custom_file_type/
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/
๐Ÿ‘3
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/
๐Ÿ‘2
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/
๐Ÿ‘1
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/
๐Ÿ‘2
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/
๐Ÿ‘2