Setup
- You can directly install the apk form here – Apk
OR - You can install the source code of our flutter based app form here
https://github.com/code-timely/optiparser.git
Prerequirements
-
You need to set up your development environment, of flutter
-
Simulators or physical devices.
-
Benchmarking by The mobile application will be tested on iQOO 12 with Android version 14, 3.3GHz Snapdragon 8 Gen 3 mobile Platform Octa-core processor.
Run this
After opening you local repository,
flutter pub get
and after connecting your device run,
flutter run
if multiple devices, it will prompt you to select among them.
directory Structure
our main content lies under ./lib/
we have:
.
├── components
├── screens
├── services
├── storage
│ └── models
└── ui
/components
contains all the required component widgets./screens
contains all pages for the app./services
services used by app internally/storage
defines the data storage models and establishes the connection
Other important files and folders
./assets
./pubspec.yaml
Getting Started
A few resources to get you started:
For help getting started with Flutter development, view the online documentation,