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
-download 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.)
Comments are closed.