Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.36 KB

kalachar

This app is developed using flutter the theme of this application is to give opportunities to the village dancers and artists. And ERPNext is used for backend.

Getting Started

This project is a starting point for a Flutter application.

ToBuild apk in different platforms

Enter cd <app dir>

Run flutter build apk --split-per-abi

This command results in three APK files:

<app dir>/build/app/outputs/apk/release/app-armeabi-v7a-release.apk

<app dir>/build/app/outputs/apk/release/app-arm64-v8a-release.apk

<app dir>/build/app/outputs/apk/release/app-x86_64-release.apk

App Contains the following Screen

  • Signup / Login

  • Dashboard

  • Booking Screen

  • Booking Confirmation

  • Previous Booking Details

  • Settings and Profile

Contributors

Link

Reference

Link - ERPNext custom app.

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.