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

Have You Heard of Pipeless.io?

​ I hope you're all having a fantastic day! I'm currently working on a new app project that involves implementing an activity feed. While researching different options, I stumbled upon Pipeless.io, an intriguing platform that offers activity feed solutions with real-time updates, customizable... https://www.reddit.com/r/FlutterDev/comments/155rlrb/have_you_heard_of_pipelessio/
New post on /r/flutterdev subreddit:

Mediapipe in flutter?

Is there a chance that flutter will have a package of media pipe models. Mediapipe models have a support for native andriod but on the docs no material related to flutter. Is there any chance it will come to flutter in the near future? submitted by /u/uh380411 link comments https://www.reddit.com/r/FlutterDev/comments/156b3vb/mediapipe_in_flutter/
New post on /r/flutterdev subreddit:

Help needed

I have an AI model that generates text from English audio along with timestamps. [ { "text_segment": " is a conversation of Stephen Wolfram, his fourth time on this podcast. He's a computer scientist,", "speaker": "SPEAKER_02", "start": 0.497, "end": 5.697 }, { "text_segment": " mathematician,... https://www.reddit.com/r/FlutterDev/comments/1581twi/help_needed/
New post on /r/flutterdev subreddit:

Flutter or React Native?

I want to build an AI based app like duolingo for teaching with exercises but I want it to be available in all platforms with single code (desktop app, android app, ios app). Which would be better, Flutter or React Native? Also would it be a good idea to use Python as backend for this with... https://www.reddit.com/r/FlutterDev/comments/15891ep/flutter_or_react_native/
New post on /r/flutterdev subreddit:

Program Flutter with (a) Lisp

Someone has shipped an app with my Lispy Flutter/MX library, so I guess it is ready for prime time. I hesitate because it needs more doc, but I will be happy to onboard tire kickers myself. (The bloke who shipped was half-done before asking sth, so I guess the doc/examples are not that bad.) The ... https://www.reddit.com/r/FlutterDev/comments/158feyq/program_flutter_with_a_lisp/
New post on /r/flutterdev subreddit:

Experienced Flutter Dev looking to become more proficient in native iOS

I am a Flutter dev with about 4 years experience. All of my jobs have been with Flutter, so I only know enough native to integrate SDK's. I recently had a job interview where they were asking me swift/kotlin in depth questions, and I had to admit I knew none of them. None of it was even related... https://www.reddit.com/r/FlutterDev/comments/158ukgx/experienced_flutter_dev_looking_to_become_more/
New post on /r/flutterdev subreddit:

Flutter Desktop compatibility is getting worse?

Lately I received more and more bug report in my repo about glGetString(GL_VERSION) failed` on all platforms. Also, new Flutter desktop can not work on mac vm totally. https://github.com/flutter/flutter/issues/108304 This embarassed me so much, because we spent almost one year to migrate from... https://www.reddit.com/r/FlutterDev/comments/159tt8i/flutter_desktop_compatibility_is_getting_worse/
New post on /r/flutterdev subreddit:

Should I go from Flutter to React Native?

To enjoy code push and actual native widgets and perhaps code sharing with TS FE+BE? submitted by /u/Mr_Stabil [link] [comments] https://www.reddit.com/r/FlutterDev/comments/15a0ekg/should_i_go_from_flutter_to_react_native/
New post on /r/flutterdev subreddit:

Coming up in an hour, join Simon Lightfoot, Randal Schwartz, and Danielle Cox as they answer your #dart and #flutter questions LIVE on this week’s Humpday Q&A AMA!

submitted by /u/RandalSchwartz link comments https://www.reddit.com/r/FlutterDev/comments/15a8a9n/coming_up_in_an_hour_join_simon_lightfoot_randal/
New post on /r/flutterdev subreddit:

Looking for a good firebase tutorial

Looking for a simple up to date tutorial that goes signing in as a user and then some simple CRUD on that users records. submitted by /u/Amazing_Quiet3847 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/15b09il/looking_for_a_good_firebase_tutorial/
New post on /r/flutterdev subreddit:

Fetch IconData from name string not from codePoint

I want to create a new IconData element and i only know the String name of the icon from a service not the Integer codePoint Any ideas on how to itterate in the IconData const elements ?https://api.flutter.dev/flutter/widgets/IconData-class.html submitted by /u/AngelosPanos link ... https://www.reddit.com/r/FlutterDev/comments/15b501c/fetch_icondata_from_name_string_not_from_codepoint/
New post on /r/flutterdev subreddit:

How to lock premium content behind a paywall without using firebase

I have an app using only Riverpod 2.0 and Sqlite but I want to lock some of the premium features behind a paywall. How do I do this without touching Firebase(there is no up to date riverpod firebase documentation). submitted by /u/Amazing_Quiet3847 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/15busy7/how_to_lock_premium_content_behind_a_paywall/
New post on /r/flutterdev subreddit:

How do I get better at building UIs in Flutter?

Title. Started to learn Flutter a bit over 2 months ago. As I have to get a job as soon as possible, I neglected to learn how to build good looking UIs in Flutter and focused on writing so called business logic. Now I think it's about time to start learning it Any help please! submitted by ... https://www.reddit.com/r/FlutterDev/comments/15c0e4q/how_do_i_get_better_at_building_uis_in_flutter/
New post on /r/flutterdev subreddit:

Ios performance on simulator vs real device

I dont own ios device and all the tests are on the simulator. I can say that even on the simulator I'm pretty happy with the performance even its not in release mode. So i guess my question is, There is a chance that with real device there will be lower performance ? submitted by /u/alwerr ... https://www.reddit.com/r/FlutterDev/comments/15cllgu/ios_performance_on_simulator_vs_real_device/
New post on /r/flutterdev subreddit:

The next evolution of Flutter element embedding.

I've made a demo to showcase a flutter element embedding concept I've been working on. The demo shows the flutter app and website being written in the same file, without needing separate entrypoints or js-interop. They share the same state since they use literally the same variables and... https://www.reddit.com/r/FlutterDev/comments/15cqpxy/the_next_evolution_of_flutter_element_embedding/
New post on /r/flutterdev subreddit:

Any detailed video or blog regarding how to use riverpod generator in big sized project?

Can't find a good detailed resource regarding the use of riverpod generator. Please help ! submitted by /u/Infamous-404 link comments https://www.reddit.com/r/FlutterDev/comments/15cvwi5/any_detailed_video_or_blog_regarding_how_to_use/
New post on /r/flutterdev subreddit:

FlutterFlow and ZegoCloud Express Engine

Has anyone been able to implement video call using ZegoCloud Express Engine in Flutter Flow for mobile app. The app is crashing after launch. submitted by /u/Shonnan_San [link] [comments] https://www.reddit.com/r/FlutterDev/comments/15e8s7z/flutterflow_and_zegocloud_express_engine/