Mobilite dev
Mobilite dev
I'm currently using flutter_slidable version 1.0.0-dev.8. From your example, I have built a dynamic list of Sidable that can be deleted. I'm not sure this is the expected behavior or...
SQLite can have a schema-name before some SQL command like [SELECT ](https://www.sqlite.org/syntax/table-or-subquery.html) or [CREATE TABLE](https://www.sqlite.org/lang_createtable.html)  This is the database alias used when you [ATTACH ](https://www.sqlite.org/lang_attach.html) a database. Do you...
Is it possible with SQLParser to support [ATTACH SQLite function](https://www.sqlite.org/lang_attach.html) ?
Hi, Thank you for your project, it is very great! Is it possible to imagine a way to manage theme ? Like uploading a json config file, editing it, exporting...
### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description Add an option like [linkToCommits](https://melos.invertase.dev/configuration/overview#commandversionlinktocommits) for adding...
Hi, When I try to unzip a ZIP file through the `extractFileToDisk()` method, the source ZIP file is not unlocked and if I try to delete it, I have this...
I am currently implementing a simplified tracing API for my uses, aiming to abstract away the complexities of manual span management. The goal is to get a straightforward API that...
**Is your feature request related to a problem? Please describe.** When you have 2 projects managed individually by FVM, with 2 Flutter SDK differents, the SDK is not detected properly....
### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command melos version --[no-]group-commits ### Description I would like to propose an...
**Is your feature request related to a problem? Please describe.** If you use `spawn` command, you can't today use the `force` flag. **Describe the solution you'd like** Add a `force`...