tcmpp_flutter_googleads 2.2.1
tcmpp_flutter_googleads: ^2.2.1 copied to clipboard
Google Admob support extension for tcmpp flutter plugin.
Google Admob support for TCMPP Flutter Plugin #
Google Admob support for TCMPP Flutter Plugin. Provide mini-game related API implementation for mini-program;
Getting Started #
- Add dependency Open the pubspec.yaml file located inside the app folder, and add tcmpp_flutter_googleads: ${version} under dependencies.
dependencies:
...
tcmpp_flutter_googleads: ^2.2.0
...
- Install dependency
- From the terminal: Run flutter pub get.
- From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.yaml indicated by the Download icon.
- From Android Studio/IntelliJ: Click Pub get in the action ribbon at the top of pubspec.yaml.
For details how to add Flutter plugins or packages, see Use packages & plugins