To get started with Construction, follow these steps:
- Flutter SDK installed on your machine
- Android Studio or Xcode (for iOS development)
- Firebase account (for authentication and other features)
-
Clone this repository to your local machine:
git clone https://github.com/mfoud444/eatoncampus.git
-
Navigate to the project directory:
cd eatoncampus
-
Install dependencies:
flutter pub get
-
Add Firebase to your Flutter project by following the instructions provided by Firebase. This usually involves creating a project in the Firebase console and downloading the
google-services.json
file for Android andGoogleService-Info.plist
file for iOS.Once you have obtained the
google-services.json
file, place it in theandroid/app
directory of your Flutter project.
To build the APK for Android, run the following command:
flutter build apk
The generated APK file will be located in the build/app/outputs/flutter-apk/
directory.
For more information about building APKs in Flutter, refer to the official documentation.
To run the app on a connected device or emulator, use the following command:
flutter run
This will compile the app and install it on the connected device or emulator.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the GNU General Public License v3.0.