Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cevheri authored Jan 8, 2025
1 parent e2b50aa commit e145ea9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Advanced Flutter BLOC Template

* This project is an open-source template built with Flutter and BLOC architecture.
* It comes with a range of features and allows you to quickly get started by adding your own
* It comes with a range of features and lets you quickly get started by adding your own
screens, models, and BLOCs.
* The template is designed to help you build scalable and maintainable applications with ease.
* It includes public and private routes, user management, roles and permissions, dark and light
themes, mock data or API data, API client, internationalization, access control with Flutter and
Firebase, and CI/CD with Github Actions.
Firebase, and CI/CD with GitHub Actions.
* The template is suitable for building applications for Android, iOS, and the web.
* It is easy to customize and extend the template to meet your specific requirements.
* The template is well-documented and easy to use.
Expand Down Expand Up @@ -41,7 +41,7 @@
- Forgot Password
- Update Profile
- Change Password
- Role based Access Control
- Role-based Access Control
- Admin Role
- User Role
- Dark and Light Themes
Expand All @@ -54,9 +54,13 @@

## Development Environment

### Login
Login with username/password: admin/admin


When you run the app in the development environment, the app will use the development configuration
settings.
API run on the mock data automatically.
API runs on the mock data automatically.

```text
ProfileConstants.isProduction = false;
Expand Down

0 comments on commit e145ea9

Please sign in to comment.