-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from LtbLightning/exceptions-types
Exceptions Types
- Loading branch information
Showing
14 changed files
with
396 additions
and
6,960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## [0.29.1] | ||
Strongly typed exceptions | ||
|
||
## [0.29.0] | ||
Support Dart 3. | ||
Updated Rust and Flutter dependencies. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,17 @@ | |
# | ||
Pod::Spec.new do |s| | ||
s.name = 'bdk_flutter' | ||
s.version = '0.29.0' | ||
s.version = '0.29.1' | ||
s.summary = 'A Flutter library for the Bitcoin Development Kit (https://bitcoindevkit.org/)' | ||
s.description = <<-DESC | ||
A new Flutter project. | ||
DESC | ||
s.homepage = 'https://github.com/LtbLightning/bdk-flutter' | ||
s.license = { :file => '../LICENSE' } | ||
s.author = { 'Bitcoin Zavior' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.source_files = 'Classes/**/*' | ||
s.dependency 'Flutter' | ||
DESC | ||
s.homepage = 'https://github.com/LtbLightning/bdk-flutter' | ||
s.license = { :file => '../LICENSE' } | ||
s.author = { 'Bitcoin Zavior' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.source_files = 'Classes/**/*' | ||
s.dependency 'Flutter' | ||
s.platform = :ios, '12.0' | ||
# Flutter.framework does not contain a i386 slice. | ||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.