nomisal_app 0.0.8 nomisal_app: ^0.0.8 copied to clipboard
An application for nomisal to integrate dart entities/models.
0.0.1 #
- Initial version.
0.0.2 ~ 0.0.3 #
- Update README.md.
0.0.4 #
- Provide an entity expected to use normally after
pub add
andpub get
. - Try To automate publishing with Github Actions.
0.0.5 #
- context
- Try to integrate my 'EDM concept' (
Entity
,Data
,Model
) in file structure - Prepare for the project on the end of 2023/2024 semester, building a learning platform.
- Instead of 'EDM concept', Use
identity
,identity-not
as basic classification for entities.
- Try to integrate my 'EDM concept' (
- goals
- Create basic properties of some entities, which be expected to use in ui of my 'learning platform' project.
- Implement
toJson
andfromJson
in 'freezed' for entities, which be expected to use in my 'learning platform' project- read data in flutter assets.
- read/write data in cloud store
0.0.6 #
- integrate all file into
lib/nomisal_app.dart
- partial export at
bin/nomisal_app.dart
0.0.7 #
- remove unnecessary partial export at
bin/nomisal_app.dart
- retain only 1 no-name factory for all entities, to ensure that all the properties can be used
0.0.8 #
- remove
LearningNode.timestamp