Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
You can join #FlutterHeroes24 in the way that suits you. In person in Turin to meet, greet and smell the people :) Or online with access to all presentations and participation in the Q&A 🔥 23 February 2024 🔥 https://flutterheroes.com/2024/
We're excited to build the best possible agenda for #FlutterHeroes24. Submit your talk. Share with your network. Let's make sure this opportunity reaches deep within the #Flutterdev community https://papers.synesthesia.it/flutter-heroes-2024/cfp
👍1
New post on /r/flutterdev subreddit:

Golf App based on AI built with flutter

Hey All, Today, I'm excited to present something on which i worked the last year. maybe you can take some minutes to check it out and let me know about your feedback. With Dr. Divot App you can: Scorecard Scanning by AI First Eclectic/Ringer App Golf Gamification Share Scorecards Course-Specific ... https://www.reddit.com/r/FlutterDev/comments/16ss0qe/golf_app_based_on_ai_built_with_flutter/
👍1
New post on /r/flutterdev subreddit:

Mac Sonoma with XCode 15 no issues?

are there no issues Mac Sonoma with Xcode 15 environment? ​ ​ submitted by /u/evoue link comments https://www.reddit.com/r/FlutterDev/comments/16t6rcb/mac_sonoma_with_xcode_15_no_issues/
If you want to rachet up your number of users, to roadtest your tech, then be part of #FlutterHeroes24. Through our marketing & comms activity we reach 10,000s of devs and your brand and message can be part of that. https://flutterheroes.com/2024/flutterheroes-sponsors/
New post on /r/flutterdev subreddit:

Creating an Autocomplete Search Field in Flutter

searchfieldautocomplete is a Flutter package that provides a customizable search field with autocomplete suggestions. It is designed to make it easy to implement autocomplete functionality in your Flutter applications. Here are some of the key features of the searchfieldautocomplete package: ... https://www.reddit.com/r/FlutterDev/comments/16tgmen/creating_an_autocomplete_search_field_in_flutter/
1👍1
New post on /r/flutterdev subreddit:

Flutter going to die?

Got to hear from my Lead that with Tim Sneath leaving and with KMM on the horizon, Flutter is going to die. Is it true? submitted by /u/Jigsaw777 link comments https://www.reddit.com/r/FlutterDev/comments/16tnh1d/flutter_going_to_die/
👍2👏1
New post on /r/flutterdev subreddit:

Announcing appflowy_editor 1.4.3 now supports iOS, Android, macOS, Windows, and Web

https://pub.dev/packages/appflowy_editor appflowy_editor is a highly customizable rich-text editor for Flutter. It's test covered and well-maintained, supporting iOS, Android, macOS, Windows, and Web. It comes with basic types such as BIUS, headings, checkboxes, lists, highlights, links, and... https://www.reddit.com/r/FlutterDev/comments/16u5svi/announcing_appflowy_editor_143_now_supports_ios/
👍2
New post on /r/flutterdev subreddit:

ONLINE EVENT: Building offline-first Flutter apps w/ Supabase and PowerSync

Today at 8am PT the Supabase team joins us in a showcase of how to build offline-first Flutter apps with Supabase and PowerSync. We walk through how to build an offline-first chat app and demo an offline-first Trello (kanban) clone — all built with Flutter. All welcome – save your seat here! ... https://www.reddit.com/r/FlutterDev/comments/16ufhb9/online_event_building_offlinefirst_flutter_apps_w/
👍3👏1
New post on /r/flutterdev subreddit:

Freelance flutter developer maintenance rate

I am looking for a freelance flutter developer to perform routine maintenance on my flutter mobile app (android+ios). These maintenance includes the usual bug fixes, android/iOS updates etc. I’ve did some research and found that usually they charge their client via 2 ways, the first being a... https://www.reddit.com/r/FlutterDev/comments/16v4doj/freelance_flutter_developer_maintenance_rate/
New post on /r/flutterdev subreddit:

Flutter 2D Drawer

I all, I need to know if there is a package or project I can use to build a 2D drawer "like autocad" to paint and insert Objects that i can resize, rotate and move. submitted by /u/micheleg1995 link comments https://www.reddit.com/r/FlutterDev/comments/16v52wq/flutter_2d_drawer/
😁1
New post on /r/flutterdev subreddit:

Sync local database (SQLite) with server side database

I am developing a flutter app, and I want to fetch data from server and save it locally (SQLite) to use it when offline. The data is never modified locally but only synchronized with the server side database when there is modifications in the server. What is the method (Algorithm / Tool /Package ... https://www.reddit.com/r/FlutterDev/comments/16vf5zb/sync_local_database_sqlite_with_server_side/
👍6
New post on /r/flutterdev subreddit:

How can I recreate the bottom modal

Have you ever used a google tasks app, at the bottom there is an add task button that when you press it opens something like a modal. This modal is proving very hard for me to recreate, it's has the following properties 1. It's located at the bottom 2. It has appears on top of the current screen ... https://www.reddit.com/r/FlutterDev/comments/16w1qh8/how_can_i_recreate_the_bottom_modal/
👍1
New post on /r/flutterdev subreddit:

Flutter for cross-platform, iOS/Android/Windows/MacOS/Linux?

I am looking into Flutter for creating 1 code base to run on all 5 platforms. Sounds like the Holy Grail and I’m dubious. Searching around, I find a lot of opinions but few facts and much of it is dated from 2019. Will I still need native devs for all 5 platforms? Is Flutter really ready for... https://www.reddit.com/r/FlutterDev/comments/16wcc07/flutter_for_crossplatform/