jusbid_shared 0.0.3
jusbid_shared: ^0.0.3 copied to clipboard
Reusable Flutter UI components, theming, networking utilities, and widgets for JusBid applications.
0.0.3 #
- Widened dependency constraints (
google_fonts,intl,dio,shared_preferences) for full compatibility with host applications. - Made
hotelparameter inHotelCardaccept dynamic hotel objects (e.g.HotelEntity).
0.0.2 #
- Exported all core shared components:
AppColors— brand color palette and gradientsAppConstants— app-wide constants (storage keys, currency, bid rules)AppTheme— Material 3 light theme using Plus Jakarta SansFailure,ServerFailure,NetworkFailure,CacheFailure,AuthFailure,ValidationFailure— typed error classesApiClient— Dio-based HTTP client with Bearer token interceptorFormatters— currency, date, and time formatting utilitiesCustomButton— configurable elevated/outlined button with loading stateCustomTextField— styled text field with validation supportEmptyStateWidget— empty state UI componentSectionHeader— section title widget with optional action buttonJusBidLoginPage— pre-built login form widget
- Added dependencies:
equatable,dio,shared_preferences,intl,google_fonts
0.0.1 #
- Initial release with
JusBidLoginPagewidget.