Skip to content

DevGit-hub/Todo-Demo-Flutter

 
 

Repository files navigation

Todo Demo

A basic Flutter application for managing todos.

Setup

From GitHub

  1. Clone the repository:

    git clone https://github.com/dinethsiriwardana/Todo-Demo-Flutter.git
    
  2. Navigate to the project directory:

    cd Todo-Demo-Flutter
    
  3. Ensure Flutter is installed and configured:

    flutter doctor
    
  4. Run the app on a connected device or emulator:

    flutter build apk
    

Development Commands

  • Check Flutter installation: flutter doctor
  • Clean the project: flutter clean
  • Analyze code for issues: flutter analyze
  • Format code: flutter format .
  • Run tests: flutter test

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 42.3%
  • CMake 34.2%
  • Dart 10.3%
  • Ruby 4.8%
  • Swift 3.5%
  • C 2.5%
  • Other 2.4%