Skip to content

Commit 85a2838

Browse files
Merge pull request #116 from LtbLightning/v0.29.3-minor-fixes
Minor fixes
2 parents fff0921 + 8a06744 commit 85a2838

Some content is hidden

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

44 files changed

+4662
-2719
lines changed

.metadata

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled.
55

66
version:
7-
revision: 796c8ef79279f9c774545b3771238c3098dbefab
7+
revision: f92f44110e87bad5ff168335c36da6f6053036e6
88
channel: stable
99

1010
project_type: plugin
@@ -13,17 +13,17 @@ project_type: plugin
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: 796c8ef79279f9c774545b3771238c3098dbefab
17-
base_revision: 796c8ef79279f9c774545b3771238c3098dbefab
16+
create_revision: f92f44110e87bad5ff168335c36da6f6053036e6
17+
base_revision: f92f44110e87bad5ff168335c36da6f6053036e6
1818
- platform: android
19-
create_revision: 796c8ef79279f9c774545b3771238c3098dbefab
20-
base_revision: 796c8ef79279f9c774545b3771238c3098dbefab
19+
create_revision: f92f44110e87bad5ff168335c36da6f6053036e6
20+
base_revision: f92f44110e87bad5ff168335c36da6f6053036e6
2121
- platform: ios
22-
create_revision: 796c8ef79279f9c774545b3771238c3098dbefab
23-
base_revision: 796c8ef79279f9c774545b3771238c3098dbefab
22+
create_revision: f92f44110e87bad5ff168335c36da6f6053036e6
23+
base_revision: f92f44110e87bad5ff168335c36da6f6053036e6
2424
- platform: macos
25-
create_revision: 796c8ef79279f9c774545b3771238c3098dbefab
26-
base_revision: 796c8ef79279f9c774545b3771238c3098dbefab
25+
create_revision: f92f44110e87bad5ff168335c36da6f6053036e6
26+
base_revision: f92f44110e87bad5ff168335c36da6f6053036e6
2727

2828
# User provided section
2929

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.29.3]
2+
macOs support bug resolved
3+
14
## [0.29.2]
25
Support macOs and unit testing.
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To use the `bdk_flutter` package in your project, add it as a dependency in your
3939

4040
```dart
4141
dependencies:
42-
bdk_flutter: ^0.29.2
42+
bdk_flutter: ^0.29.3
4343
```
4444

4545
### Examples
Binary file not shown.
Binary file not shown.
-673 KB
Binary file not shown.

android/src/main/kotlin/io/bdk/f/bdk_flutter/BdkFlutterPlugin.kt

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

assets/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"remote_url": "https://github.com/LtbLightning/bdk-flutter/releases/download/v0.29.3/bdk_bin_0.29.3.zip",
3+
"test_bin_dir": "bdk_bin_0.29.3"
4+
}

example/macos/Podfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
PODS:
2+
- bdk_flutter (0.29.3)
23
- FlutterMacOS (1.0.0)
34

45
DEPENDENCIES:
6+
- bdk_flutter (from `Flutter/ephemeral/.symlinks/plugins/bdk_flutter/macos`)
57
- FlutterMacOS (from `Flutter/ephemeral`)
68

79
EXTERNAL SOURCES:
10+
bdk_flutter:
11+
:path: Flutter/ephemeral/.symlinks/plugins/bdk_flutter/macos
812
FlutterMacOS:
913
:path: Flutter/ephemeral
1014

1115
SPEC CHECKSUMS:
16+
bdk_flutter: 97520dcbbc489086a08ada5d2be08c3020563c78
1217
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
1318

1419
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
1520

16-
COCOAPODS: 1.11.3
21+
COCOAPODS: 1.13.0

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
18-
BuildableName = "flutter_bdk_example.app"
18+
BuildableName = "bdk_flutter_example.app"
1919
BlueprintName = "Runner"
2020
ReferencedContainer = "container:Runner.xcodeproj">
2121
</BuildableReference>
@@ -31,7 +31,7 @@
3131
<BuildableReference
3232
BuildableIdentifier = "primary"
3333
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
34-
BuildableName = "flutter_bdk_example.app"
34+
BuildableName = "bdk_flutter_example.app"
3535
BlueprintName = "Runner"
3636
ReferencedContainer = "container:Runner.xcodeproj">
3737
</BuildableReference>
@@ -65,7 +65,7 @@
6565
<BuildableReference
6666
BuildableIdentifier = "primary"
6767
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
68-
BuildableName = "flutter_bdk_example.app"
68+
BuildableName = "bdk_flutter_example.app"
6969
BlueprintName = "Runner"
7070
ReferencedContainer = "container:Runner.xcodeproj">
7171
</BuildableReference>
@@ -82,7 +82,7 @@
8282
<BuildableReference
8383
BuildableIdentifier = "primary"
8484
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
85-
BuildableName = "flutter_bdk_example.app"
85+
BuildableName = "bdk_flutter_example.app"
8686
BlueprintName = "Runner"
8787
ReferencedContainer = "container:Runner.xcodeproj">
8888
</BuildableReference>

example/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
// 'flutter create' template.
66

77
// The application's name. By default this is also the title of the Flutter window.
8-
PRODUCT_NAME = flutter_bdk_example
8+
PRODUCT_NAME = bdk_flutter_example
99

1010
// The application's bundle identifier
11-
PRODUCT_BUNDLE_IDENTIFIER = io.bdk.f.flutterBdkExample
11+
PRODUCT_BUNDLE_IDENTIFIER = io.bdk.f.bdkFlutterExample
1212

1313
// The copyright displayed in application information
1414
PRODUCT_COPYRIGHT = Copyright © 2023 io.bdk.f. All rights reserved.

example/macos/Runner/DebugProfile.entitlements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<key>com.apple.security.network.server</key>
1010
<true/>
1111
<key>com.apple.security.network.client</key>
12-
<true/>
12+
<true/>
1313
</dict>
1414
</plist>

example/macos/Runner/Release.entitlements

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7-
<key>com.apple.security.network.client</key>
8-
<true/>
97
</dict>
108
</plist>

example/test/bdk_flutter_unit_tests.dart renamed to example/test/bdk_flutter_unit_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import 'package:flutter/cupertino.dart';
55
import 'package:flutter_test/flutter_test.dart';
66

77
Future<void> main() async {
8+
WidgetsFlutterBinding.ensureInitialized();
9+
await setCurrentDirectory();
810
const derivationPath = "m/44'/1'/0'";
911
const script = [
1012
118,
@@ -33,6 +35,7 @@ Future<void> main() async {
3335
136,
3436
172
3537
];
38+
3639
final address =
3740
await Address.create(address: "mv4rnyY3Su5gjcDNzbMLKBQkBicCtHUtFB");
3841
final blockchain = await Blockchain.create(

0 commit comments

Comments
 (0)