meta changes. bump travis dart version

This commit is contained in:
Luke Freeman 2018-07-21 10:46:52 -07:00
parent eb7da792bc
commit d7e6dc60e0
3 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,6 @@
language: dart
dart:
- "dev/release/2.0.0-dev.61.0"
os:
- linux
sudo: false

View File

@ -1,11 +1,11 @@
<img src="https://storage.googleapis.com/app-logos/logo_fluro.png" width="220">
<img src="https://storage.googleapis.com/product-logos/logo_fluro.png" width="220">
<br/><br/>
The brightest, hippest, coolest router for Flutter.
[![Version](https://img.shields.io/badge/version-1.3.2-blue.svg)](https://pub.dartlang.org/packages/fluro)
[![Build Status](https://travis-ci.org/goposse/fluro.svg?branch=master)](https://travis-ci.org/goposse/fluro)
[![Coverage](https://codecov.io/gh/goposse/fluro/branch/master/graph/badge.svg)](https://codecov.io/gh/goposse/fluro)
[![Build Status](https://travis-ci.org/theyakka/fluro.svg?branch=master)](https://travis-ci.org/theyakka/fluro)
[![Coverage](https://codecov.io/gh/theyakka/fluro/branch/master/graph/badge.svg)](https://codecov.io/gh/theyakka/fluro)
## Features
@ -32,7 +32,7 @@ You can also reference the git repo directly if you want:
```yaml
dependencies:
fluro:
git: git://github.com/goposse/fluro.git
git: git://github.com/theyakka/fluro.git
```
@ -83,8 +83,8 @@ router.navigateTo(context, "/users/1234",
```
<br/>
<hr/>
Fluro is a Posse Production.
Fluro is a Yakka original.
<br/>
<a href="http://goposse.com" target="_posse">
<img src="https://storage.googleapis.com/posse-logos/logo-posse.png"
<a href="https://theyakka.com" target="_yakka">
<img src="https://storage.googleapis.com/yakka-logos/logo_wordmark.png"
width="60"></a>

View File

@ -1,8 +1,10 @@
name: fluro
description: The brightest, hippest, coolest router for Flutter.
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.
version: 1.3.2
author: Posse Productions LLC <apps@goposse.com>
homepage: https://github.com/goposse/fluro
author: Yakka, LLC <code@theyakka.com>
homepage: https://github.com/theyakka/fluro
environment:
sdk: ">=2.0.0-dev.61.0 <3.0.0"