The library is published in pub.dev. You can check it here.
To install it, run the command below.
$ flutter pub add vwo_insights_flutter_sdk
This will add a line like the one below to your package's pubspec.yaml file.
dependencies:
vwo_insights_flutter_sdk: ^0.0.5
Now, run the command below to fetch all dependencies.
$ flutter pub get