vtcc_ekyc_flutter

A new Flutter project.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Genera model

flutter pub run build_runner build --delete-conflicting-outputs

Các steps để có thể chỉnh sửa model đầu ra của flutter

  1. Sửa model bên native trước.
  2. Build lại bản native mới sau đó copy thư viện sang flutter
  3. Bên Flutter chỉnh sửa lại model như bên natives
  4. Chạy lệnh flutter pub run build_runner build --delete-conflicting-outputs để generate lại model.
  5. Build test Done.
  6. Build thư viện mới flutter đẩy pub.dev cho bên kia dùng version mới. (Nhờ Tùng)