Updated README.md
parent
8acadf9044
commit
4dbb92da4a
|
@ -53,6 +53,7 @@ This Flutter application helps entrepreneurs find the right co-founders who comp
|
||||||
- **models/**: Data models.
|
- **models/**: Data models.
|
||||||
- **pages/**: UI screens.
|
- **pages/**: UI screens.
|
||||||
- **services/**: Backend and API services.
|
- **services/**: Backend and API services.
|
||||||
|
- **settings/**: Settings provider.
|
||||||
- **themes/**: Theme provider.
|
- **themes/**: Theme provider.
|
||||||
- **utils/**: Utility classes and functions.
|
- **utils/**: Utility classes and functions.
|
||||||
- **main.dart**: Entry point of the application.
|
- **main.dart**: Entry point of the application.
|
||||||
|
@ -72,6 +73,8 @@ This project uses the following external packages:
|
||||||
- [percent_indicator](https://pub.dev/packages/percent_indicator): Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.
|
- [percent_indicator](https://pub.dev/packages/percent_indicator): Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.
|
||||||
- [shared_preferences](https://pub.dev/packages/shared_preferences): Flutter plugin for reading and writing simple key-value pairs.
|
- [shared_preferences](https://pub.dev/packages/shared_preferences): Flutter plugin for reading and writing simple key-value pairs.
|
||||||
- [swipable_stack](https://pub.dev/packages/swipable_stack): A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder.
|
- [swipable_stack](https://pub.dev/packages/swipable_stack): A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder.
|
||||||
|
- [url_launcher](https://pub.dev/packages/url_launcher): Flutter plugin for launching a URL.
|
||||||
|
- [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications): A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform..
|
||||||
|
|
||||||
Using [**Firebase**](https://firebase.google.com/) as the backend platform, this project also uses the following plugins:
|
Using [**Firebase**](https://firebase.google.com/) as the backend platform, this project also uses the following plugins:
|
||||||
- [cloud_firestore](https://pub.dev/packages/cloud_firestore): Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database.
|
- [cloud_firestore](https://pub.dev/packages/cloud_firestore): Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database.
|
||||||
|
|
Loading…
Reference in New Issue