Skip to content

Commit d353fcd

Browse files
authored
Merge pull request #19 from cypherstack/plugin-to-package
convert plugin to package (platform specific code not needed)
2 parents 5efe8f8 + edbc89c commit d353fcd

158 files changed

Lines changed: 553 additions & 5434 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version:
77
revision: 85684f9300908116a78138ea4c6036c35c9a1236
88
channel: stable
99

10-
project_type: plugin
10+
project_type: package
1111

1212
# Tracks metadata for the flutter migrate command
1313
migration:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.0
2+
3+
* Convert from a Flutter plugin to a pure Dart package; platform-specific code was never used.
4+
* BREAKING: remove the `StackWalletBackup` class and the method channel / platform interface scaffolding, which only exposed `getPlatformVersion`.
5+
* Migrate tests from `flutter_test` to `package:test`.
6+
17
## 0.0.1
28

39
* TODO: Describe initial release.

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:flutter_lints/flutter.yaml
1+
include: package:lints/recommended.yaml
22

33
# Additional information about this file can be found at
44
# https://dart.dev/guides/language/analysis-options

android/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

android/build.gradle

Lines changed: 0 additions & 68 deletions
This file was deleted.

android/settings.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

android/src/main/java/com/cypherstack/stack_wallet_backup/StackWalletBackupPlugin.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

example/.gitignore

Lines changed: 0 additions & 47 deletions
This file was deleted.

example/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)