This is a 'Todo App' build in Flutter. Tip: Slide left the todo to delete.
Ensure you have the following installed:
- Flutter SDK
- Dart SDK
- Android Studio or Visual Studio Code
- Xcode (for iOS development)
- Clone the repository:
git clone https://github.com/vedantvisoliya/Flutter-Todo-App.git cd todo_app
- Install dependencies:
flutter pub get
- Run the project:
flutter run
Contributions are welcome! Please open an issue or submit a pull request.