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

Custom Widget Workflow

I'm interested in learning Flutter, but am wondering what the workflow looks like when you need to create a fully custom widget. Do you need to learn drawing pixels with the canvas in order to make new widgets? (In the CSS world for example you might create something totally unique, so I'm... https://www.reddit.com/r/FlutterDev/comments/16m3xv4/custom_widget_workflow/
πŸ‘1
New post on /r/flutterdev subreddit:

Can Android Studio use .vscode/launch.json?

My team uses VSCode - I love Android Studio. They have no problem with me using Android Studio, but it is up to me to figure out how to use the launch.json in Android Studio. It is basically 60smth apps all defined like ```json {"version": "0.2.0","configurations": [{"name": "app_1","request":... https://www.reddit.com/r/FlutterDev/comments/16mr60d/can_android_studio_use_vscodelaunchjson/
πŸ‘1
If you could be interested to participate in #FlutterHeroes24, to immerse yourself in the Flutter dev community - networking & learning - for one day, then pop the date in your diary now so that you don't get booked up. πŸ”₯ 23 February 2024 πŸ”₯ https://flutterheroes.com/2024/
❀3πŸ‘1
New post on /r/flutterdev subreddit:

Does flutter flow let you download for free?

Hey everyone I'm using flutterflow.io to create a project... I was hoping if someone here who's already used it let me know about their experience and whether it is free of cost..? submitted by /u/Round_Blueberry9187 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/16nb67y/does_flutter_flow_let_you_download_for_free/
πŸ‘3
New post on /r/flutterdev subreddit:

Using mediapipe in flutter using channel

Hi, Since there is no mediapipe official package for flutter can we use the native mediapipe code to be called in futter via the the channels provided in the flutter. Or is there any way i can use on device object detection in flutter. submitted by /u/uh380411 link comments https://www.reddit.com/r/FlutterDev/comments/16nezr8/using_mediapipe_in_flutter_using_channel/
New post on /r/flutterdev subreddit:

A statically typed JSON reader - useful or to you prefer code generation?

There's a TypeScript library called "Zod" (for reasons I don't know and didn't lookup) which allows to define the structure of a complex JSON document and to validate it while at the same time deriving a TypeScript type from that structure so that you only have a single source of truth.... https://www.reddit.com/r/FlutterDev/comments/16noj4z/a_statically_typed_json_reader_useful_or_to_you/
New post on /r/flutterdev subreddit:

Flutter vs web + wrapper?

Flutter gives you good mobile app and mediocre web app from one codebase while web + wrapper gives you good web app and mediocre mobile app from one codebase. but it looks like the mediocre mobile app web + wrapper gives is slightly better than the web app Flutter gives. then unless mobile app... https://www.reddit.com/r/FlutterDev/comments/16o63to/flutter_vs_web_wrapper/
πŸ‘2❀1
New post on /r/flutterdev subreddit:

Mobile App Creation Guide

I'm excited to share my latest guide: "Mobile App Creation Guide: From Idea to Market Development. Part 1" Having spent over a decade in the technology industry, I've put my experience, insight, and business knowledge into this comprehensive resource. Check it out here:... https://www.reddit.com/r/FlutterDev/comments/16oer3s/mobile_app_creation_guide/
πŸ‘2
New post on /r/flutterdev subreddit:

Why is it so damn difficult to find projects as a freelancer

Ive made lots and lots of projects which are outsourced by my contacts(who pay me very less on projects like 400$ on a pretty decent sized project), but now i want to find projects on my own so i can work independently. Unfortunately ive tried upwork(which is saturated to an extreme) and ive... https://www.reddit.com/r/FlutterDev/comments/16ojkts/why_is_it_so_damn_difficult_to_find_projects_as_a/
❀2
New post on /r/flutterdev subreddit:

Deeplinking in Flutter

Hello guys, I'm trying to create a deeplink to my Android app. When I share a url it should open my app. I have made changes in manifest file as mentioned in android documentation and hosted the required well known files too. But it doesn't open the app even though it is installed. Is there... https://www.reddit.com/r/FlutterDev/comments/16p2y3j/deeplinking_in_flutter/
New post on /r/flutterdev subreddit:

In-App-Purchases Course or in depth tutorial

Hi, been searching for quite a while for something in depth about in app purchases either using revenuecat glassfy or any other service like them. I couldn't find any step by step course about this topic and that is the best way for me to learn by following step by step. Any help will be much... https://www.reddit.com/r/FlutterDev/comments/16p800d/inapppurchases_course_or_in_depth_tutorial/
❀1
New post on /r/flutterdev subreddit:

need support for using bloc_test

​ I have a simple code todo_bloc : class TodoBloc extends Bloc { TodoBloc() : super(const TodoState(todos: [])) { on((event, emit) => _addTodo(event, emit)); on((event, emit) => _removeTodo(event, emit)); } void _addTodo( AddEvent event, Emitter emit, ) { final todo = event.todo; if (todo !=... https://www.reddit.com/r/FlutterDev/comments/16pxx5v/need_support_for_using_bloc_test/
πŸ‘2❀1
New post on /r/flutterdev subreddit:

Will Flutter crush my laptop

So I have been working on an app with Python and kivey. It has gone really well be was looking at Flutter to expand the apps capabilities. Kivey is great but can be limiting in some aspects. Pyhton ran fine is vscode just wondering if dart and flutter are about same cpu intensive? submitted... https://www.reddit.com/r/FlutterDev/comments/16q2a0b/will_flutter_crush_my_laptop/
πŸ‘2
New post on /r/flutterdev subreddit:

Add ChatGPT detector to offline flutter project?

I want this to work locally on all devices (Windows, Mac, Linux, iOS, Android). It would be useful for students who are writing essays, for example. Can this be done? submitted by /u/ThE_pLaAaGuE [link] [comments] https://www.reddit.com/r/FlutterDev/comments/16q7xd0/add_chatgpt_detector_to_offline_flutter_project/
πŸ”₯1
New post on /r/flutterdev subreddit:

Upcoming Google Play Console app is built using Flutter

Just received a notification for the beta update of Google Play Console. The new app is a much needed upgrade over the previous one. Glad to see them using Flutter for it. I caught it with the 3 finger scroll trick submitted by /u/EasternSelection64 link comments https://www.reddit.com/r/FlutterDev/comments/16rllkr/upcoming_google_play_console_app_is_built_using/
πŸ‘2
New post on /r/flutterdev subreddit:

How would I save TextEditingDeltas to a file, to preserve style edits?

To replicate this functionality in this example but with file saving. It should let someone save a file with bold, italics, and underline, which functions the same way as a Reddit post Markdown Mode editor. submitted by /u/ThE_pLaAaGuE [link] [comments] https://www.reddit.com/r/FlutterDev/comments/16rqftg/how_would_i_save_texteditingdeltas_to_a_file_to/
New post on /r/flutterdev subreddit:

I hate web development, working with javascript developers, and responsive design

I hate all of these things and I wish I could just do app dev, but unfortunately cant find any flutter dev work and hunting for clients right now sucks. Im so sick of these web frameworks and these javascript full stack nerds who ruin everything. submitted by /u/sprmgtrb link comments https://www.reddit.com/r/FlutterDev/comments/16rulf0/i_hate_web_development_working_with_javascript/
New post on /r/flutterdev subreddit:

Finding used packages on released app

Can I find used packages in a flutter app which has published? Is it possible with reverse engineering or something? On previous posts, some folks have discussed used packages on play console, actually this is my start point. submitted by /u/hardinvestigator link comments https://www.reddit.com/r/FlutterDev/comments/16s8q94/finding_used_packages_on_released_app/
New post on /r/flutterdev subreddit:

What packages do you use as a replacement of uni_links?

Uni_links hasn't gotten any updates since 3 years. What packages do you use in place of uni_links or are you still using it? submitted by /u/Confident-Viking4270 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/16skcph/what_packages_do_you_use_as_a_replacement_of_uni/
πŸ‘1