Follow these steps to get started with the Flutter Template Application:
-
Clone the Repository: Clone this repository to your local machine.
git clone <https://github.com/shihabkandil/admin_dashboard>
-
Install Dependencies: Navigate into the cloned directory and install the required dependencies.
flutter pub get
For iOS, you will also need to run:
cd ios pod install
-
Generate Code: Run build_runner to generate necessary code, if needed.
flutter pub run build_runner build
-
Run the Application: Run the application on an emulator or physical device.
flutter run
-
Run tests: Run unit & widget tests.
flutter test
-
Explore and Enjoy!: Start exploring and building your Flutter Application.