Flutter ORM M8 GeneratorVS Code extension to generate models and database adapter based on f-orm-m8 framework for Flutter application IntroductionThis VS Code extension scaffolds a Flutter project, adding f-orm-m8 dependencies and framework. The current framework integrates f-orm-m8-sqlite generator engine and is dedicated for SQLite data repository. In the future, we plan to extend the generator engines to other data repository types. Features
Requirements
InstallationInstall from the Visual Studio Code Marketplace or by searching within VS Code for @id:matei-tm.f-orm-m8-generator. DocumentationThe extension registers two commands (accessible from
For more details, please see:
ChangelogPlease see project's changelog DisclaimerImportant: This extension, being a code generator, will create files and folders on the hard drive. Use a suitable source control system (eg, git) to protect your code from transient changes. The generator creates or updates, in the current Flutter project, the following files/folders:
Although I should not overwrite any file, other than those mentioned, during this process, I do not provide any warranty or take any responsibility for the loss of data. |