Kaynağa Gözat

meta changes. bump travis dart version

Luke Freeman 7 yıl önce
ebeveyn
işleme
d7e6dc60e0
3 değiştirilmiş dosya ile 15 ekleme ve 10 silme
  1. 3 0
      .travis.yml
  2. 7 7
      README.md
  3. 5 3
      pubspec.yaml

+ 3 - 0
.travis.yml

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

+ 7 - 7
README.md

@@ -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>

+ 5 - 3
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 <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"