Skip to content
forked from lijy91/biyi

Biyi (比译) is a convenient translation and dictionary app written in dart / Flutter.

License

Notifications You must be signed in to change notification settings

jiangyubao/biyi_app

 
 

Repository files navigation

biyi_app

GitHub (pre-)release

Biyi is a convenient translation and dictionary app written in Flutter. View document

"Biyi" (比译) is the Chinese word for "Comparison + translation".

Discord


Platform Support

Linux macOS Windows
✔️ ✔️ ✔️

Installation

Downloads are available on the Releases page. Also check out the website for other installation methods.

Development

We welcome you to join the development of Biyi.

⚠️ Linux requirements

Run the following command

sudo apt-get install appindicator3-0.1 libappindicator3-dev
sudo apt-get install keybinder-3.0

Before You Start

  1. Create working directory
$ mkdir ~/biyidev
$ cd ~/biyidev
  1. Clone dependency repos via git:
$ git clone https://github.com/biyidev/uni_ocr.git
$ git clone https://github.com/biyidev/uni_translate.git
  1. Clone this repo via git:
$ git clone https://github.com/biyidev/biyi_app.git
  1. Change to biyi_app directory
$ cd ~/biyidev/biyi_app
  1. Install dependencies
$ flutter pub get

Run app

$ flutter run -d linux / macos / windows

Discussion

Welcome to join the discussion group to share your suggestions and ideas with me.

Related Links

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who already contributed to Biyi!

License

AGPL

About

Biyi (比译) is a convenient translation and dictionary app written in dart / Flutter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 86.3%
  • C++ 6.8%
  • CMake 4.3%
  • Swift 1.0%
  • Ruby 0.7%
  • Inno Setup 0.5%
  • Other 0.4%