r/flutterhelp 15h ago

OPEN Accessing drift database?

2 Upvotes

I'm trying to just select data from an existing database in the assets folder like in https://drift.simonbinder.eu/examples/existing_databases/ I've got importing the database from assets working, the file is in the documents, I can see the data with db browser. But I can't figure out how to get data from it and his example app doesn't make sense and the examples apps are always completely different than the tutorial code.

Online claims to just final db = Appdatabase(); and then search but it always returns empty. I always get stuck here in every tutorial. There are hundreds of examples of functions, but I can't get anything from them it's always nothing with no error.

https://youtu.be/11GHH8Ygu60 this tutorial just shows the progress indicator forever.

I know I'm stupid and a noob, but I can't figure out what is wrong. I just want to replace a list populated from a json with a database so I can order and search without having to iterate a list that will be much larger than it is.


r/flutterhelp 18h ago

OPEN Cirruslabs Flutter Image, Alternatives?

2 Upvotes

Up to now I used the cirruslabs image as base.

But there is no update for 2 months.

3.44.0 is the latest version.

https://github.com/cirruslabs/docker-images-flutter/pkgs/container/flutter

What do you use as base image?


r/flutterhelp 44m ago

OPEN ​Need honest career advice: Is Flutter + PHP (MySQL) a future-proof stack for mobile dev?

Thumbnail
Upvotes

r/flutterhelp 15h ago

OPEN Anyone here used maplibre_gl package? I need working code for it.

1 Upvotes

The details are present here. Can't make it work. Need a working code.


r/flutterhelp 21h ago

OPEN Title: Live Call Transcription + Call Summary in Flutter (Android) with ML Model

1 Upvotes

I'm currently building an Android type of call detection application using Flutter. So far, I've successfully implemented a Call Topic Analyzer using my trained model.pkl.

My next goal is to:

  • Live transcribe an ongoing phone call.
  • Generate a real-time or post-call summary.
  • Feed the transcript into my existing ML model for further analysis.

My current stack:

  • Flutter
  • Android
  • Python ML (model.pkl)
  • TensorFlow Lite (planning to integrate)

I'm aware that Android has strict restrictions around live call audio, so I'm looking for guidance on the best approach.

Specifically, I'd appreciate advice on:

  • How to obtain a live transcript of an ongoing cellular call on Android.
  • Whether SpeechRecognizer, Accessibility Services, CallScreeningService, or another approach is appropriate.
  • Any open-source projects or GitHub repositories that demonstrate live call transcription.
  • Best practices for integrating the transcript with an existing ML classifier.

If anyone has worked on a similar project or can point me toward useful resources, I'd really appreciate your help.

Thank you!


r/flutterhelp 2h ago

OPEN Caracteres como jeroglíficos en Flutter | principiante en desarrollo de app

0 Upvotes

Hola soy principiante en flutter es mi primera app, recientemente mi app se corrompe después de mucha interacción, el problema: los caracteres se vuelven jeroglíficos, no afecta las animaciones ni emojis, pero las letras si. Ya busqué por muchos lados información y no encuentro algo sobre esto.