A new Flutter application for algorithms
AlgoBook
A new Flutter application for algorithms. This app is mainly to refer to the algorithms that are frequently used. Presently the app has about 30+ algorithms in it.
App UI
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
How to install the app
-Clone the project or download the zip file.
-Open the project in android studio or vscode with flutter plugin.
-Connect the android device or emulator.
-Run the app from terminal or GUI.
From the command line:
-Enter cd <app dir>
(Replace <app dir>
with your application’s directory.)
-Run flutter build apk --split-per-abi
(The flutter build command defaults to --release.)