save_projects 0.0.1
save_projects: ^0.0.1 copied to clipboard
A Flutter package for saving projects in local storage
0.0.1 #
- TODO: Describe initial release.
- Support for saving and retrieving projects.
saveProjectmethod to save a project with a given name and data.getProjectmethod to retrieve the data of a specific project.deleteProjectmethod to delete a project by name.getAllProjectsmethod to get a list of all saved project names.getProjectPathmethod to get the file path of a specific project