742 B
742 B
Flutter Conversion (Initial)
Created new Flutter app folders:
flutter_driver_cloneflutter_user_cloneflutter_merchant_clone
Each app currently includes:
pubspec.yamllib/main.dartwith a login screen layout modeled from Java UI
Run each app:
cd flutter_driver_clone && flutter pub get && flutter runcd flutter_user_clone && flutter pub get && flutter runcd flutter_merchant_clone && flutter pub get && flutter run
Note:
- The structure and visual composition are matched to the Java login screens first.
- To make the interface exactly identical on all screens, the next step is converting each remaining XML screen (
register,main,wallet,chat, etc.) one-by-one into Flutter widgets.