doceree_ads 0.0.3-dev.2 doceree_ads: ^0.0.3-dev.2 copied to clipboard
A Doceree flutter package for web, ios and android is meant for developers so that they can use and implement it as a third-party library.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add doceree_ads
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
doceree_ads: ^0.0.3-dev.2
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:doceree_ads/doceree_ads.dart';