b012_data 1.0.2 b012_data: ^1.0.2 copied to clipboard
b012_data is a package that allow you to build, generate and manipulate data (sqlfite and disc files) very easily
1.0.2 #
- This version supports ANDROID, IOS, LINUX, MACOS and WINDOWS but peb.dev
- shows only ANDROID, IOS, MACOS as compatible platforms.
- This is fixed in this version.
1.0.1+2 #
- This version supports ANDROID, IOS, LINUX, MACOS and WINDOWS but peb.dev
- shows only ANDROID, IOS, MACOS as compatible platforms.
1.0.1+1 #
- This version supports ANDROID, IOS, LINUX, MACOS and WINDOWS but peb.dev
- shows only ANDROID, IOS, MACOS as compatible platforms.
1.0.1 #
- Anterior versions of the package supported only ANDROID, IOS and MACOS platforms.
- This version supports ANDROID, IOS, LINUX, MACOS and WINDOWS.
1.0.0 #
- First null safe version of the package.
0.0.10 #
0.0.1 #
- Create a support for making to use off local database persistence more easier.
- For that two static instances are provided : DataAccess.instance and DiscData.instance.
- DataAccess.instance provide data (entity) persistence in sqlite database.
- DiscData.instance provide data persistence in terminal's file system.
- Check the given example to see it in action.