From 200caf64546a9d3b81c7b3d60b01acaa2e17edf5 Mon Sep 17 00:00:00 2001 From: Rafael <1024481@stud.hs-mannheim.de> Date: Fri, 6 Sep 2024 01:54:40 +0200 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87300c7..8b63a39 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ This project uses the following external packages: - [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.. + - [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.