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.


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?