vtcc_ekyc 0.0.16
vtcc_ekyc: ^0.0.16 copied to clipboard
VTCC EKYC SDK
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 #
- Sửa model bên native trước.
- Build lại bản native mới sau đó copy thư viện sang flutter
- Bên Flutter chỉnh sửa lại model như bên natives
- Chạy lệnh
flutter pub run build_runner build --delete-conflicting-outputsđể generate lại model. - Build test Done.
- Build thư viện mới flutter đẩy pub.dev cho bên kia dùng version mới. (Nhờ Tùng)