https://github.com/ratson/admob_util
https://github.com/ratson/admob_util
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratson/admob_util
- Owner: ratson
- License: mit
- Created: 2019-03-24T16:16:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T13:21:29.000Z (over 5 years ago)
- Last Synced: 2025-01-30T22:51:23.678Z (over 1 year ago)
- Language: Dart
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# admob_util
A flutter plugin to provide AdMob utility.
## Getting Started
```dart
import 'package:admob_util/admob_util.dart';
bool isTestDevice = await AdmobUtil.isTestDevice;
```