-
Notifications
You must be signed in to change notification settings - Fork 1
[Feature] | Re-organize modules #66
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Which kind of problem this feature would address? Please describe.
Currently the modules of the project are a bit disorganized.
Describe the solution you'd like
Organize the modules following this structure:
buildSrc
flowforms-core
- android
- common
- iOS
- etc
example
- shared
- ios-example (uses shared)
- android-example (using shared ViewModel, so please also remove current ViewModels in android example)
- activity
- fragment
- compose
Additional context
This will make the library easier to maintain, extend and understand.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request