Skip to content

Commit 637f658

Browse files
committed
Update README
1 parent 3a9dafd commit 637f658

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[![pub package](https://img.shields.io/pub/v/flutter_advertising_id.svg)](https://pub.dartlang.org/packages/fluwx)
1+
[![pub package](https://img.shields.io/pub/v/advertising_id_flutter.svg)](https://pub.dartlang.org/packages/advertising_id_flutter)
22
![Build status](https://github.com/OpenFlutter/flutter_advertising_id/actions/workflows/build_test.yml/badge.svg)
33
[![GitHub stars](https://img.shields.io/github/stars/OpenFlutter/flutter_advertising_id)](https://github.com/OpenFlutter/fluwx/stargazers)
4-
[![GitHub forks](https://img.shields.io/github/forks/OpenFlutter/flutter_advertising_id)](https://github.com/OpenFlutter/fluwx/network)
4+
[![GitHub forks](https://img.shields.io/github/forks/OpenFlutter/flutter_advertising_id)](https://github.com/OpenFlutter/advertising_id_flutter/network)
55
[![GitHub license](https://img.shields.io/github/license/OpenFlutter/flutter_advertising_id)](https://github.com/OpenFlutter/fluwx/blob/master/LICENSE)
66
[![GitHub issues](https://img.shields.io/github/issues/OpenFlutter/flutter_advertising_id)](https://github.com/OpenFlutter/flutter_advertising_id/issues)
77
<a target="_blank" href="https://qm.qq.com/q/TJ29rkzywM"><img border="0" src="https://pub.idqqimg.com/wpa/images/group.png" alt="OpenFlutter" title="OpenFlutter"></a>
88

99
---
1010

11-
# flutter_advertising_id
11+
# advertising_id_flutter
1212

1313
A Flutter plugin to access advertising ID.
1414

@@ -18,14 +18,14 @@ Wraps [ASIdentifierManager.advertisingIdentifier](https://developer.apple.com/do
1818

1919
Run this command
2020
```
21-
flutter pub add flutter_advertising_id
21+
flutter pub add advertising_id_flutter
2222
```
2323
This will add a line like this to your package's pubspec.yaml
2424

2525
```yaml
2626
dependencies:
2727
....
28-
flutter_advertising_id: ^0.0.1
28+
advertising_id_flutter: ${latestVersion}
2929
```
3030
3131
## Usage

0 commit comments

Comments
 (0)