Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.95 KB

README.md

File metadata and controls

54 lines (29 loc) · 1.95 KB

Support this project by giving it a thumbs up!

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. You can contribute to this mobile app by following the steps in mentioned in Contributor.md.

If you are a beginner and want to contribute in opensource projects, then this project is perfect for you.

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 (Replace with your application’s directory.)

-Run flutter build apk --split-per-abi (The flutter build command defaults to --release.)