Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abel3ri/dbu_gym
https://github.com/abel3ri/dbu_gym
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abel3ri/dbu_gym
- Owner: abel3ri
- Created: 2024-02-17T10:33:57.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-07T13:31:35.000Z (10 months ago)
- Last Synced: 2024-04-07T14:33:04.361Z (10 months ago)
- Language: Dart
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBU Gym
A Flutter and Firebase application for managing gym memberships and schedules. This app provides features for gym members to view schedules, book classes, and manage their profiles. It also offers admin functionalities for managing classes and memberships.
## Features
- free fitness exercises for members
- View and book gym classes
- Manage membership profiles
- Admin functionalities for class scheduling
- User authentication and role management## Getting Started
### Prerequisites
Ensure you have the following installed:
- [Flutter SDK](https://flutter.dev/docs/get-started/install) (version [required version])
- [Dart SDK](https://dart.dev/get-dart)### Setup
1. Clone this repository:
```bash
git clone https://github.com/abel3ri/dbu_gym.git
cd dbu_gym
```2. Install dependencies:
```bash
flutter pub get
```3. Run the app:
```bash
flutter run
```### Folder Structure
```bash
dbu_gym/
├── lib/
│ ├── controllers/
│ ├── providers/
│ ├── l10n/
│ ├── router/
│ ├── utils/
│ ├── models/
│ └── views/
│ ├── pages/
│ └── widgets/
├── assets/
│ ├── images/
│ └── fonts/
├── pubspec.yaml
└── README.md
```
# Screens
# Light mode
# Dark mode