A concept implementation of an intergalactic space-travel mobile application.
This project is a starting point for a Flutter application.
Here are a few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Follow these steps to set up the Campus Connect app locally:
-
Clone the Repository: Clone this repository to your local machine using:
https://github.com/tobijay666/cosmoventure.git
-
**Flutter Installation: ** Please make sure you install Flutter on your system. If not, follow the installation guide at Flutter Official Documentation.
-
Dependencies: Navigate to the project directory and install the required dependencies:
flutter pub get
-
Firebase Setup: Cosmoventure uses Firebase for authentication and database. Create a new project on Firebase Console and replace the Firebase configuration in
lib/config/firebase_config.dart
. -
Run the App: Launch the app on an emulator or physical device using:
flutter run
- Flutter: Frontend UI framework
- Firebase: Authentication, Cloud Firestore database, Cloud Messaging
- Dart: A programming language for Flutter