Skip to content

JosephusZhou/haha_tools

Repository files navigation

logo

Haha Tools

A tool App which can simplify operation for Android developer. Built with Flutter.

Important: If you want to build the app by yourself rather than download the release directly, please consider to use the source code from the main branch, the develop branch is under development and I cannot guarantee it to be stable.

Build Status Build Status

Example

What can it do?

  • Android multiple dpi resources copy
  • 3DES encrypt and decrypt
  • Chinese national encryption algorithm SM4 encrypt and decrypt
  • QR code parsing and generation

How to use it?

To clone and run this repository you'll need Git and Flutter SDK installed on your OS. From your command line:

# Clone this repository
git clone [email protected]:JosephusZhou/haha_tools.git
# Go into the repository
cd haha_tools
# run the app
flutter run

To pack into an app, simply type one of these:

flutter build macos

License GPL

Haha Tools is free.