Skip to content

Commit

Permalink
Merge pull request #43 from plaidev/flutter
Browse files Browse the repository at this point in the history
[flutter] v0.2.2 and version up deps
  • Loading branch information
RyosukeCla authored Jun 5, 2024
2 parents 548ce6e + bf13e48 commit 43fa0db
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion flutter/nativebrik_bridge/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
}

dependencies {
implementation 'com.nativebrik:sdk:0.1.2'
implementation 'com.nativebrik:sdk:0.1.3'
implementation 'androidx.activity:activity-compose:1.8.2'
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
Expand Down
15 changes: 15 additions & 0 deletions flutter/nativebrik_bridge/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## For iOS

```
flutter build ios --no-codesign
open ios/Runner.xcworkspace in Xcode and run the app
```

## For Android

```
open ./android folder in Android Studio and run the app
```


8 changes: 4 additions & 4 deletions flutter/nativebrik_bridge/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- Nativebrik (0.5.5):
- Nativebrik (0.5.7):
- YogaKit (~> 2.0.0)
- nativebrik_bridge (0.0.1):
- Flutter
- Nativebrik (~> 0.5.5)
- Nativebrik (~> 0.5.7)
- Yoga (2.0.1)
- YogaKit (2.0.1):
- Yoga (~> 2.0.1)
Expand All @@ -33,8 +33,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: 13825b8a9334a850581300559b8839134b124670
Nativebrik: 6d51f3f905e5535b5638e1d77dbf44f60b9dd411
nativebrik_bridge: 5d36b3d759d3170aa00841f2e0514d169d064a9c
Nativebrik: 566bdc4aa5f7bbb4bdcbf3202f4ae286541478b2
nativebrik_bridge: 122f7cc98e630f5092e617f4f82c247d2bb28db8
Yoga: 7ac7f65e2d7120bf97e75fd66436ed4c7bf8e37e
YogaKit: 4751ba673fab49df29e2235e23c4ea7d6d5a339c

Expand Down
2 changes: 1 addition & 1 deletion flutter/nativebrik_bridge/ios/nativebrik_bridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new Flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Nativebrik', '~> 0.5.5'
s.dependency 'Nativebrik', '~> 0.5.7'
s.ios.deployment_target = '14.0'
s.platform = :ios, '14.0'

Expand Down
6 changes: 3 additions & 3 deletions flutter/nativebrik_bridge/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: nativebrik_bridge
description: "Nativebrik bridge sdk for flutter"
version: 0.2.1
version: 0.2.2
homepage: "https://nativebrik.com"
repository: "https://github.com/plaidev/nativebrik-sdk"

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.3.0'
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.3.0"

dependencies:
flutter:
Expand Down

0 comments on commit 43fa0db

Please sign in to comment.