fluro/pubspec.yaml

23 lines
547 B
YAML
Raw Normal View History

2017-05-14 00:32:40 -04:00
name: fluro
2018-07-21 13:46:52 -04:00
description: >
The brightest, hippest, coolest router for Flutter. Fluro is a companion to the Flutter routing mechanism
which adds flexible routing options like wildcards, named parameters and clearer route definitions.
2018-07-21 13:29:01 -04:00
version: 1.3.2
2018-07-21 13:46:52 -04:00
author: Yakka, LLC <code@theyakka.com>
homepage: https://github.com/theyakka/fluro
2017-04-25 03:24:14 -04:00
2018-03-12 22:49:05 -04:00
environment:
sdk: ">=2.0.0-dev.61.0 <3.0.0"
2018-03-12 22:49:05 -04:00
2017-04-25 03:24:14 -04:00
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
test: ">=0.12.30+3 <0.13.0"
2017-04-25 03:24:14 -04:00
flutter:
2017-05-14 00:52:21 -04:00
uses-material-design: false