nomisal_app 0.0.7 copy "nomisal_app: ^0.0.7" to clipboard
nomisal_app: ^0.0.7 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 and pub 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.
  • goals
    • Create basic properties of some entities, which be expected to use in ui of my 'learning platform' project.
    • Implement toJson and fromJson 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
likes
0
pub points
25%
popularity

Publisher

unverified uploader

An application for nomisal to integrate dart entities/models.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

freezed_annotation, json_annotation

More

Packages that depend on nomisal_app