forked from Workiva/w_flux
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
23 lines (23 loc) · 909 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
name: flutter_flux
version: 3.0.0
description: Flux library for Flutter, featuring uni-directional dataflow
inspired by reflux and Facebook's flux architecture.
# Based on https://github.com/Workiva/w_flux.
authors:
- Workiva Client Platform Team <[email protected]>
- Dustin Lessard <[email protected]>
- Evan Weible <[email protected]>
- Jay Udey <[email protected]>
- Max Peterson <[email protected]>
- Trent Grover <[email protected]>
- Jim Beveridge <[email protected]>
homepage: https://github.com/flutter/flutter_flux
dev_dependencies:
# flutter must be a dev_dependency, otherwise pub gives this error message:
# Invalid description: "../flutter/packages/flutter" is a relative path,
# but this isn't a local pubspec.
flutter:
path: ../flutter/packages/flutter
quiver: "^0.22.0"
rate_limit: ^0.1.0
test: "^0.12.13"