doceree_ads 0.0.3-dev.1 copy "doceree_ads: ^0.0.3-dev.1" to clipboard
doceree_ads: ^0.0.3-dev.1 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 Dart:

 $ dart pub add doceree_ads

With Flutter:

 $ flutter pub add doceree_ads

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

dependencies:
  doceree_ads: ^0.0.3-dev.1

Alternatively, 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:doceree_ads/doceree_ads.dart';