Skip to content

Commit 2ffcd72

Browse files
committed
upgrade package and add readme
1 parent 2e9e5f4 commit 2ffcd72

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
* android getPeers response update
3+
* update readme
4+
15
## 1.0.1
26
* broadcast support
37
* update readme

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,19 @@ class _MyHomePageState extends State<MyHomePage> {
526526
527527
```
528528

529+
# Author
530+
531+
Beacon Flutter Plugin is developed by [Altme](https://altme.io/). Please feel free to contact us at <thierry@altme.io>.
532+
533+
# Special Thanks
534+
535+
[Tezos Foundation](https://tezos.foundation/)
536+
537+
538+
# Package Usage
539+
540+
[Altme](https://github.com/TalaoDAO/AltMe)
541+
529542
# Reference
530543

531544
* [Beacon Android SDK](https://github.com/airgap-it/beacon-android-sdk)
@@ -537,7 +550,6 @@ class _MyHomePageState extends State<MyHomePage> {
537550
* [Naan](https://github.com/Tezsure/naan-wallet-1.0)
538551
* [Autonomy](https://github.com/bitmark-inc/autonomy-client)
539552

540-
# Author
541-
542-
Beacon Flutter Plugin is developed by [Altme](https://altme.io/). Please feel free to contact us at <thierry@altme.io>.
553+
# License
543554

555+
Apache-2.0 (https://pub.dev/packages/beacon_flutter/license)

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
path: ".."
2222
relative: true
2323
source: path
24-
version: "1.0.1"
24+
version: "1.0.2"
2525
boolean_selector:
2626
dependency: transitive
2727
description:

ios/beacon_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'beacon_flutter'
7-
s.version = '1.0.1'
7+
s.version = '1.0.2'
88
s.summary = 'The Beacon Flutter Plugin provides Flutter developers with tools useful for setting up communication between native wallets supporting Tezos and dApps that implement beacon-sdk.'
99
s.description = <<-DESC
1010
A new Flutter beacon plugin.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: beacon_flutter
22
description: The Beacon Flutter Plugin provides Flutter developers with tools useful for setting up communication between native wallets supporting Tezos and dApps that implement beacon-sdk.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/TalaoDAO/beacon
55

66
environment:

0 commit comments

Comments
 (0)