From 4dbb92da4a661f206619eef9c22d30686a030760 Mon Sep 17 00:00:00 2001 From: Rafael <1024481@stud.hs-mannheim.de> Date: Fri, 6 Sep 2024 01:35:23 +0200 Subject: [PATCH] Updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b000ad9..87300c7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ This Flutter application helps entrepreneurs find the right co-founders who comp - **models/**: Data models. - **pages/**: UI screens. - **services/**: Backend and API services. + - **settings/**: Settings provider. - **themes/**: Theme provider. - **utils/**: Utility classes and functions. - **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. - [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. + - [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: - [cloud_firestore](https://pub.dev/packages/cloud_firestore): Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database.