diff --git a/.travis.yml b/.travis.yml index 0fe79ae..8b94dea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +language: dart +dart: + - "dev/release/2.0.0-dev.61.0" os: - linux sudo: false diff --git a/README.md b/README.md index d8d3445..3b57d6f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ - +

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", ```

-Fluro is a Posse Production. +Fluro is a Yakka original.
- - + diff --git a/pubspec.yaml b/pubspec.yaml index e34be19..dc5ea18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 -homepage: https://github.com/goposse/fluro +author: Yakka, LLC +homepage: https://github.com/theyakka/fluro environment: sdk: ">=2.0.0-dev.61.0 <3.0.0"