A Flutter application that displays a personalized ID card with a dynamic "Ninja Level" that can be increased by pressing a button.
- Displays a profile picture.
- Shows the user's name and current Ninja Level.
- Allows users to increase their Ninja Level by pressing a floating action button.
- Provides a contact email.
To run this application, follow the instructions below.
Make sure you have Flutter installed on your machine. You can follow the installation guide here.
- Clone the repository:
git clone https://github.com/MonubiJustin/Flutter_Projects.git
- Navigate to the project directory:
cd Flutter_Projects - Get the dependencies:
flutter pub get
To run the app, use the following command: flutter run
- lib/main.dart => the main entry point for the app
- assets/two.jpg => Profile picture displayed on the ID card. (Make sure to include this image in your pubspec.yaml file under assets.)