add flutter

This commit is contained in:
Ariska
2026-03-11 15:29:37 +07:00
parent c253e1a370
commit 619d758027
9490 changed files with 135801 additions and 1353 deletions
+15
View File
@@ -0,0 +1,15 @@
# Local libraries (not shared)
These modules are **included only in this app**. They are not shared with other OnTime apps (User, Driver). Each app has its own copy under its own `lib/` folder.
## Modules (Merchant uses all five)
| Module | Path | Description |
|--------|------|-------------|
| rating-view | `RatingView/rating-view` | Rating bar widget |
| textdrawable | `TextDrawable/library` | Text-based drawables |
| prdownloader | `PRDownloader/prdownloader` | File downloader |
| liboverscroll | `overscroll-decor/liboverscroll` | Overscroll effects |
| fragmentanimations | `FragmentAnimations/fragmentanimations` | Fragment transition animations |
All libs use **compileSdk 33**, **targetSdk 33**, **minSdk 21**, and AndroidX.