Skip to content

Commit

Permalink
Add collection and meta package to pubspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Nov 9, 2020
1 parent abdc3c1 commit d51f0fb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ name: flutter_blue
description:
Flutter plugin for connecting and communicating with Bluetooth Low Energy devices,
on Android and iOS
version: 0.7.2
author: Paul DeMarco <paulmdemarco@gmail.com>
version: 0.7.3
homepage: https://github.com/pauldemarco/flutter_blue

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.6 <2.0.0"

dependencies:
flutter:
sdk: flutter
convert: "^2.1.1"
protobuf: "^1.0.1"
convert: ^2.1.1
protobuf: ^1.0.1
rxdart: ^0.24.0
collection: ^1.14.13
meta: ^1.2.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit d51f0fb

Please sign in to comment.