my_basic_package 0.0.1
my_basic_package: ^0.0.1 copied to clipboard
A Flutter package that provides basic utilities and components for building Flutter applications.
my_basic_package is a Flutter package that provides basic utilities and components for building Flutter applications.
Features #
- Basic utilities for common tasks
- Reusable components for building Flutter UIs
- Easy integration with existing Flutter projects
lib | |-- config | | '-- route | | |-- routes.dart | | '-- routes_name.dart | |-- core | | |-- secure_key_content | | | '-- secure_key.dart | | '-- theme.dart (7 KB) | |-- my_basic_package.dart | |-- presentation | | |-- pages | | | |-- home.dart | | | |-- onboarding_screen.dart | | | '-- splash_screen.dart | | '-- widges | '-- services | '-- theme_manager.dart
Getting started #
To start using this package, add my_basic_package as a dependency in your pubspec.yaml file:
dependencies:
my_basic_package: ^0.0.1