This is a Flutter project with a focus on core functionality, including authentication, theming, and user management.
lib/
├── controllers/
│ └── core/
│ ├── custom_auth_controller.dart
│ └── theme_controller.dart
├── core/
│ ├── widgets/
│ ├── apis.dart
│ ├── core_themes.dart
│ ├── responsive.dart
│ ├── routes.dart
│ └── utils.dart
├── models/
│ └── core/
│ ├── user_model.dart
│ └── user_model.g.dart
└── screens/
└── core/
├── login_screen.dart
└── main.dart
- Custom authentication system
- Theme management
- Responsive design utilities
- API integrations
- User model with generated code
- Flutter SDK (latest stable version)
- Dart SDK (latest stable version)
-
Clone the repository:
git clone https://github.com/sumonwd/flutter_core.git -
Navigate to the project directory:
cd flutter_code -
Get dependencies:
flutter pub get -
Run the app:
flutter run
[Provide brief instructions on how to use your app, its main features, and any important information for users or developers.]
[Explain how other developers can contribute to your project. Include guidelines for submitting pull requests, reporting issues, etc.]
[Sumon Mia] - [wd.sumonmia@gmail.com]
Project Link: https://github.com/sumonwd/flutter_core