Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 311 Bytes

flutter_mvp

A base mvp flutter package.

Add dependency

dependencies:
  flutter_mvp: ^1.0.0

Examples

Step1

New module contract based on business function.

Step2

In the integral_contract.dart context menu Generate, select FlutterMvpGenerate to automatically generate MVP code.