Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@
- Well-structured documentation for easy onboarding.πŸ“–
- Pre-defined custom widgets to speed up UI development. 🧱
- **Atomic Design Pattern** for modular and maintainable UI.βš›οΈ
- Enhanced features with built-in [app_notification](https://codelabs-preview.appspot.com/?file_id=1BDawGTK-riXb-PjwFCCqjwZ74yhdzFapw9kT2yJnp88#13), [authentication module](https://codelabs-preview.appspot.com/?file_id=1BDawGTK-riXb-PjwFCCqjwZ74yhdzFapw9kT2yJnp88#14) and [app_subscription](https://codelabs-preview.appspot.com/?file_id=1BDawGTK-riXb-PjwFCCqjwZ74yhdzFapw9kT2yJnp88#15) packages. πŸš€

# πŸ—‚οΈ Documentation

- Explore the step-by-step guide on our [Documentation](https://7span.com/open-source/flutter-launchpad-docs/docs/intro).
- Explore the step-by-step guide on our [Documentation](https://7span.com/open-source/dashing-kit-docs/docs/intro).

# 🏁 Getting Started

1. Clone the repository.
```
git clone https://github.com/7span/flutter-launchpad
git clone https://github.com/7span/dashing-kit.git
```

2. Run this script to ensure required project environment.
Expand All @@ -50,7 +49,7 @@ sh scripts/check_environment_configuration.sh
flutter run -t apps/app_core/lib/main_development.dart --flavor development
```

> βœ… **Note:** To know more about `project set-up scripts` see the [documentation](https://7span.com/open-source/flutter-launchpad-docs/docs/category/project-set-up).
> βœ… **Note:** To know more about `project set-up scripts` see the [documentation](https://7span.com/open-source/dashing-kit-docs/docs/category/project-set-up).


# 🀝 Contribution
Expand Down
1 change: 1 addition & 0 deletions packages/widgetbook/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
/pubspec.lock
Loading
Loading