bit_ads_pakage 1.0.9 bit_ads_pakage: ^1.0.9 copied to clipboard
bitcoding_pragnesh_flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bit_ads_pakage
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bit_ads_pakage: ^1.0.9
copied to clipboard
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:bit_ads_pakage/bit_ads_pakage.dart';
copied to clipboard