add flutter
This commit is contained in:
Executable
+15
@@ -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.
|
||||
Reference in New Issue
Block a user