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

Package shader now ready for production

About a month ago I started a package that helps with using GLSL shaders directly in your Flutter code. Today package shader is production ready! It's a CLI that transforms GLSL shader files directly into useable Dart code. I also heavily invested in a good documentation with nice examples. Take ... https://www.reddit.com/r/FlutterDev/comments/vf2jyl/package_shader_now_ready_for_production/
New post on /r/flutterdev subreddit:

When to use flutter vs when not to use

Hello, I am new to flutter, and TBH learning the dart now. Can somebody please guide me in resolving the general doubt about in which industrial aspect flutter is suitable and where to avoid it. Thanks submitted by /u/Harveyhdear link comments https://www.reddit.com/r/FlutterDev/comments/vgeht7/when_to_use_flutter_vs_when_not_to_use/
πŸ‘6
New post on /r/flutterdev subreddit:

Any website similar to frontend mentor for flutter?

I was wondering if there is any website like frontend mentor for FLUTTER developers. submitted by /u/Technologytron link comments https://www.reddit.com/r/FlutterDev/comments/vgpcso/any_website_similar_to_frontend_mentor_for_flutter/
πŸ‘4
New post on /r/flutterdev subreddit:

Social proof notification system for Flutter apps

Hi guys! Would you guys use a social proof notification system in your Flutter app? The idea is to : - show recent purchase notifications (in a landing page for example) - aggregated sales information - more customized messages within your app - show what other users are doing submitted by ... https://www.reddit.com/r/FlutterDev/comments/vh12jx/social_proof_notification_system_for_flutter_apps/
πŸ‘2
New post on /r/flutterdev subreddit:

ecommerce custom products

hi i am currently working on an ecommerce app so i have the normal kind of products with title image etc..but i need to also be able to add custom products where users can choose multiple products (example purchasing a full outfit where i can choose to buy certain products and not choose others) ... https://www.reddit.com/r/FlutterDev/comments/vhqaz5/ecommerce_custom_products/
πŸ‘1
New post on /r/flutterdev subreddit:

What's new in Flutter 3.0.3?

Flutter 3.0.3 was released recently but I don't really get the release note here: https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel ​ There is no engine or framework cherry pick applied in this release So what is exactly different from 3.0.2? submitted by ... https://www.reddit.com/r/FlutterDev/comments/vjias2/whats_new_in_flutter_303/
πŸ‘1
New post on /r/flutterdev subreddit:

What is the best flutter formatter?

What is the best flutter formatter? Feeling like the formatter I have now is chopping all my code making it pretty much unreadable and ugly... submitted by /u/Lekowski link comments https://www.reddit.com/r/FlutterDev/comments/vjnaln/what_is_the_best_flutter_formatter/
New post on /r/flutterdev subreddit:

Mason Brick for new flutter project

This is a brick for New Flutter Project. This is a starter project. There is Static Analysis by pedantic_mono The simple code by Flutter 3 Getting Started πŸš€ Please run this command for set ``` dart pub global activate mason_cli mason add -g my_flutter_template --git-url... https://www.reddit.com/r/FlutterDev/comments/vjpl39/mason_brick_for_new_flutter_project/
πŸ‘2
New post on /r/flutterdev subreddit:

Coding podcasts

Do you want to see some of your favorite coding content creator over a podcast?😎 If yes then mention them in comments!πŸš€ codecast View Poll submitted by /u/Abhishvek-code link comments https://www.reddit.com/r/FlutterDev/comments/vk8y6c/coding_podcasts/
πŸ‘4
New post on /r/flutterdev subreddit:

How to read data from local JSON file and open the next page from ListView | Json Parse in Flutter

In this video, I explained How to read data from local JSON file and open the next page from ListView and Json Parse technique in Flutter. Please do watch! Thanks! https://www.youtube.com/watch?v=Vll8ARb05qY submitted by /u/jagan_digitech [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vkbatx/how_to_read_data_from_local_json_file_and_open/
❀1
New post on /r/flutterdev subreddit:

Estado - A simple lightweight flutter agnostic state management library

I eventually got tired of using BloC and other "light weight" state management libs that bloat my build method or force me to learn some lib specific conventions. I ended up doing simple "MVVM" (Model - View - ViewModel) for most of my projects myself and lately we finished completed a bigger... https://www.reddit.com/r/FlutterDev/comments/vkjrtn/estado_a_simple_lightweight_flutter_agnostic/