forked from HomeX-It/pusher-websocket-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
28 lines (24 loc) · 840 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: pusher_websocket_flutter
description: A Flutter plugin to listen to events sent through pusher. Wraps the native Java and Swift libraries
version: 0.0.8
author: HomeX Mobile Team <mobile@homex.com>
homepage: https://github.com/HomeXLabs/pusher-websocket-flutter
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
json_annotation: ^3.0.0
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^1.5.2
json_serializable: ^3.2.0
flutter_test:
sdk: flutter
flutter:
# This section identifies this Flutter project as a plugin project.
# The androidPackage and pluginClass identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
androidPackage: com.pusherwebsocket.pusher
pluginClass: PusherPlugin