brickwork 0.0.1 copy "brickwork: ^0.0.1" to clipboard
brickwork: ^0.0.1 copied to clipboard

A modular Flutter package providing scalable architecture, reusable UI components, utilities, and integrations for rapid app development. Includes pre-built authentication flows, API clients, responsi [...]

0.0.1 #

lib │ ├── app.dart │ ├── brickwork.dart │ ├── core │ │ ├── api_client │ │ │ ├── auth_interceptor.dart │ │ │ ├── crypto_interceptor.dart │ │ │ ├── dio_utils.dart │ │ │ ├── refresh_token_interceptor.dart │ │ │ └── retry_on_connection_change_interceptor.dart │ │ ├── common_ui │ │ │ ├── app_alert_dialog.dart │ │ │ ├── app_api_failure_screen.dart │ │ │ ├── app_button.dart │ │ │ ├── app_loading_widget.dart │ │ │ └── models │ │ │ └── user.dart │ │ ├── config │ │ │ ├── app_global_constants.dart │ │ │ └── store_config.dart │ │ ├── constants │ │ │ ├── app_data.dart │ │ │ └── enums.dart │ │ ├── errors │ │ │ ├── failures.dart │ │ │ └── result.dart │ │ ├── extensions │ │ │ └── size_extension.dart │ │ ├── log │ │ │ ├── app_dio_logger.dart │ │ │ ├── app_logger.dart │ │ │ └── custom_console_output.dart │ │ ├── responsive │ │ │ └── size_config.dart │ │ ├── route │ │ │ ├── api_route.dart │ │ │ └── app_route.dart │ │ ├── theme │ │ │ ├── app_color_scheme.dart │ │ │ ├── app_colors.dart │ │ │ └── app_text_style.dart │ │ ├── utils │ │ │ ├── common_functions.dart │ │ │ ├── connection_util.dart │ │ │ └── local_data_manager.dart │ │ └── validations │ │ └── email_validation.dart │ ├── injection.dart │ └── src │ └── features │ └── auth │ ├── controllers │ │ └── auth_controller.dart │ ├── models │ │ └── user_register_response.dart │ ├── repository │ │ └── auth_repository.dart │ ├── view │ │ ├── login_screen.dart │ │ └── splash_screen.dart │ └── widgets │ └── auto_otp.dart ├── pubspec.yaml

0
likes
105
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A modular Flutter package providing scalable architecture, reusable UI components, utilities, and integrations for rapid app development. Includes pre-built authentication flows, API clients, responsive design helpers, and essential resources to accelerate your Flutter projects.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

chucker_flutter, dio, easy_localization, flutter, flutter_screenutil, flutter_svg, get, logger, pinput, purchases_flutter, shared_preferences, upgrader

More

Packages that depend on brickwork