flutter_basic_kit_library 0.0.3
flutter_basic_kit_library: ^0.0.3 copied to clipboard
A collection of basic Flutter UI widgets and app-scaffolding utilities used across cleanwash projects.
0.0.3 #
- Added
intl(date/number formatting, i18n) andflutter_secure_storage(secure token storage) to the bundled dependency stack.
0.0.2 #
- Upgraded direct dependencies to their latest stable majors:
freezed_annotation(3.x),get_it(9.x),go_router(17.x),google_fonts(8.x),injectable(3.x); matchedfreezed(3.2.5, stable) andinjectable_generatoraccordingly. - Rewrote
README.mdin English (pub.dev flagged the previous Korean-heavy README for too many non-ASCII characters). - Added dartdoc for the library directive and an explicit documented
Calculator()constructor. - Added
example/main.dart.
0.0.1 #
- 초기 릴리스: UI(curved_navigation_bar, google_fonts, flutter_native_splash), 앱 구조(go_router, provider, get_it, injectable), 네트워킹/모델(dio, retrofit, freezed_annotation, json_annotation) 패키지 번들 구성.