A basic Flutter application for managing todos.
-
Clone the repository:
git clone https://github.com/dinethsiriwardana/Todo-Demo-Flutter.git
-
Navigate to the project directory:
cd Todo-Demo-Flutter
-
Ensure Flutter is installed and configured:
flutter doctor
-
Run the app on a connected device or emulator:
flutter build apk
- Check Flutter installation:
flutter doctor
- Clean the project:
flutter clean
- Analyze code for issues:
flutter analyze
- Format code:
flutter format .
- Run tests:
flutter test