Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version:
revision: 85684f9300908116a78138ea4c6036c35c9a1236
channel: stable

project_type: plugin
project_type: package

# Tracks metadata for the flutter migrate command
migration:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0

* Convert from a Flutter plugin to a pure Dart package; platform-specific code was never used.
* BREAKING: remove the `StackWalletBackup` class and the method channel / platform interface scaffolding, which only exposed `getPlatformVersion`.
* Migrate tests from `flutter_test` to `package:test`.

## 0.0.1

* TODO: Describe initial release.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:flutter_lints/flutter.yaml
include: package:lints/recommended.yaml

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
9 changes: 0 additions & 9 deletions android/.gitignore

This file was deleted.

68 changes: 0 additions & 68 deletions android/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion android/settings.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions android/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions example/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions example/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions example/analysis_options.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions example/android/.gitignore

This file was deleted.

59 changes: 0 additions & 59 deletions example/android/app/build.gradle

This file was deleted.

8 changes: 0 additions & 8 deletions example/android/app/src/debug/AndroidManifest.xml

This file was deleted.

34 changes: 0 additions & 34 deletions example/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions example/android/app/src/main/res/drawable/launch_background.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading