Skip to content

Commit

Permalink
Ensure the example is built against the local version of reactive_ble…
Browse files Browse the repository at this point in the history
…_mobile
  • Loading branch information
robert-ancell committed Nov 2, 2021
1 parent 14a5c1b commit 2033aec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
18 changes: 9 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.8.2"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -98,7 +98,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -311,7 +311,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -397,11 +397,11 @@ packages:
source: hosted
version: "1.1.0"
reactive_ble_mobile:
dependency: transitive
dependency: "direct overridden"
description:
name: reactive_ble_mobile
url: "https://pub.dartlang.org"
source: hosted
path: "../packages/reactive_ble_mobile"
relative: true
source: path
version: "5.0.1"
reactive_ble_platform_interface:
dependency: transitive
Expand Down Expand Up @@ -484,7 +484,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.4.3"
timing:
dependency: transitive
description:
Expand All @@ -505,7 +505,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
watcher:
dependency: transitive
description:
Expand Down
9 changes: 7 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_lints: ^1.0.4
flutter_reactive_ble:
path: ../packages/flutter_reactive_ble
flutter_reactive_ble: ^5.0.1
functional_data: ^1.0.0
intl: ^0.17.0

Expand All @@ -25,5 +24,11 @@ dev_dependencies:
sdk: flutter
functional_data_generator: ^1.1.2

dependency_overrides:
flutter_reactive_ble:
path: ../packages/flutter_reactive_ble
reactive_ble_mobile:
path: ../packages/reactive_ble_mobile

flutter:
uses-material-design: true

0 comments on commit 2033aec

Please sign in to comment.