Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
v1.0.0-beta.2 (#2)
Browse files Browse the repository at this point in the history
* Increase description

* add badges to README

* Update README.md

* update flutter version in github action

* use flutter stable

* Update dart.yml

* Update dart.yml

* Update dart.yml

* Update dart.yml

* Update dart.yml

* update readme and description

* update package version

* Update CHANGELOG.md

* Update README.md
  • Loading branch information
nporter-adbe authored Feb 25, 2020
1 parent 5a8bb29 commit a1bde42
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-beta.2

* Metadata updates.

## 1.0.0-beta.1

* Initial beta release.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

## Contents
- [Installation](#installation)
- [Next Steps](#next-steps)
- [Tests](#tests)
- [Usage](#usage)
- [Core](#core)
Expand All @@ -30,6 +31,15 @@ Then fetch the packages with:
flutter pub get
```

#### Next steps

After you have installed Core, you can install additional AEP Flutter extensions.

| Extension | Package |
| ------------ | ------------------------------------------------------------ |
| Analytics | [![pub package](https://img.shields.io/pub/v/flutter_acpanalytics.svg)](https://pub.dartlang.org/packages/flutter_acpanalytics) |
| Griffon | [![pub package](https://img.shields.io/pub/v/flutter_griffon.svg)](https://pub.dartlang.org/packages/flutter_griffon) |

## Tests

Run:
Expand Down Expand Up @@ -101,7 +111,7 @@ import 'package:flutter_acpcore/flutter_acpcore.dart';
##### Getting Core version:
```dart
String version = FlutterACPCore.extensionVersion;
```
```

##### Updating the SDK configuration:

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-beta.1"
version: "1.0.0-beta.2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_acpcore
description: Adobe Experience Platform support for Flutter apps. The Mobile Core represents the core Adobe Experience Platform SDK that is required for every app implementation.
version: 1.0.0-beta.1
description: Official Adobe Experience Platform support for Flutter apps. The Mobile Core represents the core Adobe Experience Platform SDK that is required for every app implementation.
version: 1.0.0-beta.2
homepage: https://aep-sdks.gitbook.io/docs/
repository: https://github.com/adobe/flutter_acpcore

Expand Down

0 comments on commit a1bde42

Please sign in to comment.