worldcredit_badge 1.2.2
worldcredit_badge: ^1.2.2 copied to clipboard
World Credit Trust Badge SDK for Flutter — embed verified trust scores in any app. Inline, pill, card, and shield badge styles.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add worldcredit_badgeWith Flutter:
$ flutter pub add worldcredit_badgeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
worldcredit_badge: ^1.2.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:worldcredit_badge/worldcredit_badge.dart';