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

Any better alternative to firebaseanalytics for Mac OS?

my goal is to track some events on my apps, especially errors so I can be aware that some features are not working on Mac OS M1 for example. firebase
analytics asks for keychain access and is just full of bugs on Mac OS. their support is just saying that Firebase is built for the web and mobile... https://www.reddit.com/r/FlutterDev/comments/180wh7r/any_better_alternative_to_firebase_analytics_for/
Let's boost your brand with the Italian Flutter community - get in touch today for our best branding and sponsorship packages https://flutterheroes.com/2024/flutterheroes-sponsors/
New post on /r/flutterdev subreddit:

Supabase vs firebase

I am developing a review app with a social networking element with flutter. I was using firebase but running into an issue with full text search and also the read and writes. The major reason being I have google start up grants. People have recommended me supabase as a good solution with... https://www.reddit.com/r/FlutterDev/comments/1817iek/supabase_vs_firebase/
In this talk, I am going to walk you through every layer of testing, starting from Unit testing to integration testing, and slowly move up to E2E tests, giving demo of each piece while looking at testing as an independent component, and how we should design our project with testing in mind. https://youtu.be/6LRjeF_bh_s
New post on /r/flutterdev subreddit:

Do you build desktop apps using Flutter?

Have you used Flutter to build desktop apps? If so, could you share your app? If not, would you consider using Flutter for this purpose in the future? submitted by /u/Bon_Visions [link] [comments] https://www.reddit.com/r/FlutterDev/comments/181dubd/do_you_build_desktop_apps_using_flutter/
Valid until midnight (CET) tomorrow, 50% discount for online tickets to our sister event #AIHeroes23. Use this code to access the whole show online, see all the presentations, participate in q&a, AND at a knock down price.

https://ticket.synesthesia.it/events/aiheroes-2023/redeem?voucher=FH24-AIH-TG
New post on /r/flutterdev subreddit:

Firebase is denying permission to authenticated IOS client for first start but allows access when app is restarted.

Hi Everyone, Need some help to resolve this issue. Firebase is denying permission to IOS client for first start and allows acces when app is restarted. Client is authenticated succesfully before accessing the data from firebase database but still sometimez it denies request. Any idea why it is... https://www.reddit.com/r/FlutterDev/comments/1820w0w/firebase_is_denying_permission_to_authenticated/
New post on /r/flutterdev subreddit:

Search Bar with FloatingActionButton

Hi every one, how can work with floatingActionButton ? i mean when the keyboard is shown, the FAB is above the the keyboard (moving with the keyboard), do anyone have issue with it and the solution for this issue, I tried 2 method Method 1: floatingActionButton: Visibility(visible:... https://www.reddit.com/r/FlutterDev/comments/182mtc6/search_bar_with_floatingactionbutton/
AI Heroes is both in person, live on stage in Turin, and also live streamed online. If you prefer to dip in and out, why not join the online audience. Tickets available now.

cc https://t.me/aiheroes https://aiheroes.it/2023/
New post on /r/flutterdev subreddit:

App with heavy access to camera, storage & sensors with Flutter, is it a good idea?

Hi fellow developers, I have a background in native development and am thinking about rewriting my app in Flutter, to make it available to both iOS and Android. My app relies heavily on storage access (reading and writing files, including metadata) and camera access (not just access to the main... https://www.reddit.com/r/FlutterDev/comments/182ogg3/app_with_heavy_access_to_camera_storage_sensors/
New post on /r/flutterdev subreddit:

Base m2 16gb RAM Mac mini

Hi y'all, I have been eyeing the m2 Mac mini with 16gb RAM for my flutter development. What have anyone tried using that for flutter dev? Thank you submitted by /u/ThomasPhilli link comments https://www.reddit.com/r/FlutterDev/comments/182utge/base_m2_16gb_ram_mac_mini/
New post on /r/flutterdev subreddit:

Database for a chat use case?

Hello everyone! I'm currently exploring different options for implementing a chat feature in my app. I've been considering using Getstream (Maker Account), Firebase, or Appwrite. Initially, I leaned towards using flutterchatui with Firebase to get the job done. However, I have concerns about... https://www.reddit.com/r/FlutterDev/comments/183d8lb/database_for_a_chat_use_case/
New post on /r/flutterdev subreddit:

Looking to connect with Flutter developers in Bulgaria

as the title says, looking to connect with Flutter devs in Bulgaria, ideally Sofia submitted by /u/teclogics link comments https://www.reddit.com/r/FlutterDev/comments/183jffh/looking_to_connect_with_flutter_developers_in/
New post on /r/flutterdev subreddit:

I've built a Flutter Group Chat App with Firebase 👨‍💻 Check the Video 🎥 It also supports Video Calls (Open Source)

Hello guys! I've built a Flutter Group Chat App that supports Video Calls It uses Firestore, Cloud Functions, Firebase Cloud Messaging, and Agora for handling the Video Calls 🎥 Check the video and GitHub Project 👨‍💻 Thank you guys! submitted by /u/WiseTapDotCom link comments https://www.reddit.com/r/FlutterDev/comments/183pdq5/ive_built_a_flutter_group_chat_app_with_firebase/
Tickets are available for AI Heroes. If you're interested to learn and network about all things AI for developers, data engineers, designers and marketers then grab your ticket today!

cc https://t.me/aiheroes https://ticket.synesthesia.it/events/aiheroes-2023/
New post on /r/flutterdev subreddit:

How can I deploy my Flutter, Mysql projects?

Hi everyone, i had been learning flutterfire recently while I like the process I am still curious with flutter, php mysql connections. I plan on creating a note app with users (Basically CRUD) and I want to deploy it online (Keep in mind I am using flutter with php and mysql) While on the topic... https://www.reddit.com/r/FlutterDev/comments/1850muf/how_can_i_deploy_my_flutter_mysql_projects/
New post on /r/flutterdev subreddit:

How do you require users to upgrade to the newest version of your app?

I have a big change coming up for my flutter app going from version 1 -> version 2. Once the app is approved and deployed I no longer want anyone to be using version 1. How do you handle this? I know there are some packages where you can check the version but that doesn't fully solve my problem... https://www.reddit.com/r/FlutterDev/comments/185ilwf/how_do_you_require_users_to_upgrade_to_the_newest/
New post on /r/flutterdev subreddit:

How to have an app to use legacy code UI (native) and new (Flutter based) UI based on user preference?

I have an existing iOS app on the App Store developed natively, it is now redesigned in Flutter with new UI as a separate project. I do not want to launch the flutter app as a separate app as I want to retain deep links and notifications setup etc of the native based app. How can I integrate the ... https://www.reddit.com/r/FlutterDev/comments/185vyx6/how_to_have_an_app_to_use_legacy_code_ui_native/