Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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/
New post on /r/flutterdev subreddit:

Syncfusion Free License

Whats the overall feeling for small business on Syncfusion's free license? Personally I avoid at all costs, even for personal/hobby projects submitted by /u/vicenterusso link comments https://www.reddit.com/r/FlutterDev/comments/16xvbqh/syncfusion_free_license/
👍1
New post on /r/flutterdev subreddit:

Backend Framework

Hello, I'm a front end developer and been working on android and flutter and currently I'm starting a new personal project which is kinda complex. It's for transportation management. I have prior experience working with firebase but I was wondering what's the best option for me for backend... https://www.reddit.com/r/FlutterDev/comments/16xzfth/backend_framework/
👍41
New post on /r/flutterdev subreddit:

Data Refresh Strategies for Flutter (Traditional & Hooks approach)

https://medium.com/@nrallakis/data-refresh-strategies-for-flutter-traditional-hooks-approach-2a87f6569374 Hi this is my first technical article on Flutter. Implementing some common strategies of data refreshing/sync. Hope this is useful to some of you. submitted by /u/nrallakis link ... https://www.reddit.com/r/FlutterDev/comments/16ydoqi/data_refresh_strategies_for_flutter_traditional/
👍1
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
New post on /r/flutterdev subreddit:

Everything you need to know about Enum with Flutter and Dart

Since Dart 2.17, Enum type offers many options, I explain that in this article. submitted by /u/lyabsdev link comments https://www.reddit.com/r/FlutterDev/comments/16ysaph/everything_you_need_to_know_about_enum_with/
1
If your company offers a platform, service, tech solution or tool, new or updated API/SDK/plug in, and Flutter developers are within your target market, then you should consider working with #FlutterHeroes24.
Our event marketing & comms reaches 10s of thousands of devs, so you can extend the reach of your brand, plus the on site opportunities (exhibition, presentation etc) are an amazing opportunity to engage properly, 1-on-1 with enthusiastic Flutter developers. https://flutterheroes.com/2024/flutterheroes-sponsors/
New post on /r/flutterdev subreddit:

FACEBOOK CLONE

Are there any Facebook Clone-type tutorials/Github with everything fully functional? I was looking at this Facebook Clone by INSTAFLUTTER for $599. They said it's fully functioning & that all I would need is a Firebase account. I was going to alter it to the point that it looked nothing like... https://www.reddit.com/r/FlutterDev/comments/16z7u7w/facebook_clone/
1😱1