stadata_flutter_sdk 0.8.0
stadata_flutter_sdk: ^0.8.0 copied to clipboard
Streamline BPS Statistics API integration in Flutter. Easily fetch, analyze, and visualize data.
Change Log #
0.8.0 #
- REFACTOR(typedef): create InstanceCreator typedef. (f7bb9c73)
- REFACTOR(linter): update analysis option. (bf80bfdc)
- REFACTOR(codebase): add barrel files. (00b7b0fb)
- REFACTOR(endpoint): modify type to use ClassificationType param. (ff2b8524)
- REFACTOR(injector): inject repository. (7a347a41)
- REFACTOR(datasource): fix bug in statistic classification data source. (ef389d43)
- REFACTOR(entity): add classification type and level property. (47b88f51)
- REFACTOR(usecase): update return value of use case. (c31eb154)
- REFACTOR(repository): remove classification level param from detail. (63452f5d)
- REFACTOR(http_client): register logging interceptor only on debug mode. (2093da15)
- REFACTOR(app): re-structuring app code. (88e30890)
- REFACTOR(enums): add doc comment & factory builder. (42b5c9db)
- REFACTOR(barrel): rename and sort class. (06b3d2ac)
- REFACTOR(enum): rename basic enum class. (4781e360)
- REFACTOR(docs): update documentation url. (19ee634b)
- REFACTOR(injector): rename register to factory. (b4aed885)
- FIX(core): update base entity implementation. (6509e773)
- FIX(bug): fix wrong json key. (01361b16)
- FIX(bug): fix bug in api response model pagination data lost. (9d947c05)
- FIX(packags): add license and readme. (2cf4d929)
- FIX(typo): fix typo folder name. (7181a158)
- FEAT(list): add getStatisticClassification method. (fd21e65a)
- FEAT(failure): add statistic classification failure. (52eb2246)
- FEAT(models): export model through data layer. (d59901c4)
- FEAT(model): create statistic classification model. (d04ca582)
- FEAT(models): create classification item model. (7b2446cf)
- FEAT(helper): create date helper. (1daba675)
- FEAT(injector): inject statistic classification data source. (e08a172b)
- FEAT(injector): create feature specific injector. (e98a9c5b)
- FEAT(barrel): add usecase to barrel file. (1d95ac20)
- FEAT(usecase): create statistic classification related usecases. (f1c80c4e)
- FEAT(exceptions): add exception throwing. (2ee9e861)
- FEAT(repository-domain): create repository contract. (29e96d3e)
- FEAT(exceptions): add statistic classification not available exc. (d5bc6aa4)
- FEAT(entities): create statistic classification entity. (07ee95de)
- FEAT(repositories): create statistic classification repository. (b57a8a44)
- FEAT(exception): add statistic classification exception. (3ba7e7eb)
- FEAT(sdk): export kbli/kbki related class. (9f847fd3)
- FEAT(entity): create base entity for equatable replacement. (eb3cb4cd)
- FEAT(barrel): create barrel file for statistical classification. (555e283a)
- FEAT(enums): create kbli type & level enum. (b715e916)
- FEAT(enums): create kbki type & level enum. (0f8fdcef)
- FEAT(enums): create base statistical classification level enum. (b1b27e1d)
- FEAT(enums): create base statistical classification enum. (7d2d505e)
- FEAT(detail): add get detail statistic classification. (5e7dbfd1)
- FEAT(datasources): create statistic classification data source. (675f99b1)
- FEAT(injector): register statistic classification injector. (bd715dcd)
- DOCS(entities): add doc comments to classifications entities. (1fe54f83)