You can install the MPush SDK using pub, add this to your pubspec.yaml file:
pubspec.yaml
dependencies: mpush: ^0.0.1
And then install packages from the command line with:
$ flutter pub get
Last updated 5 years ago