/diff

Primary LanguageDartApache License 2.0Apache-2.0

(WIP) Git GUI client written in Dart and uses Flutter.


Preffered flutter version: stable, 2.5.0

Get started

  1. git@github.com:ivk1800/diff.git
  2. cd diff/tools
  3. ./packages_get.sh
  4. ./gen.sh
  5. cd ../launch
  6. flutter run --release

Supported platform

Platform Status
macOS
Windows Need add native app
Linux Need add native app

Features check list

Feature Status
Repos list
Add existing local repository
Remove Repository form list
Commits table
Stashes list
Branches list
Commit changes view
Staged/Unstaged changes view
Make simple commit
Commits graph
...