vulnguard_library 0.0.3 copy "vulnguard_library: ^0.0.3" to clipboard
vulnguard_library: ^0.0.3 copied to clipboard

Cross-platform library to detect vulnerable/blocked installed applications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vulnguard_library

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vulnguard_library: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vulnguard_library/core/dio_client.dart';
import 'package:vulnguard_library/core/exception.dart';
import 'package:vulnguard_library/core/interceptor.dart';
import 'package:vulnguard_library/models/package_info.dart';
import 'package:vulnguard_library/models/package_info.g.dart';
import 'package:vulnguard_library/vulnguard.dart';