https://github.com/rxreader/advertising_identifier
flutter advertising_identifier
https://github.com/rxreader/advertising_identifier
aaid flutter idfa
Last synced: 8 months ago
JSON representation
flutter advertising_identifier
- Host: GitHub
- URL: https://github.com/rxreader/advertising_identifier
- Owner: RxReader
- License: apache-2.0
- Created: 2021-02-20T13:52:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T13:40:18.000Z (almost 4 years ago)
- Last Synced: 2023-08-20T21:23:00.635Z (almost 3 years ago)
- Topics: aaid, flutter, idfa
- Language: Dart
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# advertising_identifier
[](https://pub.dev/packages/advertising_identifier)
[](https://github.com/RxReader/advertising_identifier/blob/master/LICENSE)
Flutter plugin for Advertising Identifier.
```dart
try {
final AdvertisingIdInfo info =
await AdvertisingIdManager.getAdvertisingIdInfo();
print(json.encode(info));
} on PlatformException catch (e) {
print(e);
}
```