From ca38f81ce89688eb0525c4441a6f6f7dc2cd24ae Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Wed, 11 Sep 2019 16:52:45 -0700 Subject: [PATCH] fix streets between s/,/from/g --- pubspec.lock | 26 +++++++++++++------------- web/northeaststreets.dart | 8 ++++---- web/northstreets.dart | 6 +++--- web/northweststreets.dart | 4 ++-- web/sellwoodstreets.dart | 2 +- web/stjohnsstreets.dart | 2 +- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 1a21fc2..4514e6d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "0.38.1" + version: "0.38.2" archive: dependency: transitive description: @@ -63,7 +63,7 @@ packages: name: build_modules url: "https://pub.dartlang.org" source: hosted - version: "2.4.3" + version: "2.5.0" build_resolvers: dependency: transitive description: @@ -77,21 +77,21 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "1.6.7" + version: "1.6.9" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "3.0.9" + version: "3.1.1" build_web_compilers: dependency: "direct dev" description: name: build_web_compilers url: "https://pub.dartlang.org" source: hosted - version: "2.2.3" + version: "2.3.0" built_collection: dependency: transitive description: @@ -105,7 +105,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "6.7.0" + version: "6.7.1" charcode: dependency: transitive description: @@ -133,7 +133,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.11" + version: "1.14.12" convert: dependency: transitive description: @@ -147,7 +147,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.3" csslib: dependency: transitive description: @@ -174,7 +174,7 @@ packages: description: path: "packages/flutter_web" ref: HEAD - resolved-ref: bdd12b223a7e7f268508784a7b78312e47664556 + resolved-ref: "3973ac51f326c0a013232f39e9962bd02712d7dd" url: "https://github.com/flutter/flutter_web" source: git version: "0.0.0" @@ -183,7 +183,7 @@ packages: description: path: "packages/flutter_web_ui" ref: HEAD - resolved-ref: bdd12b223a7e7f268508784a7b78312e47664556 + resolved-ref: "3973ac51f326c0a013232f39e9962bd02712d7dd" url: "https://github.com/flutter/flutter_web" source: git version: "0.0.0" @@ -193,7 +193,7 @@ packages: name: front_end url: "https://pub.dartlang.org" source: hosted - version: "0.1.23" + version: "0.1.24" glob: dependency: transitive description: @@ -270,7 +270,7 @@ packages: name: kernel url: "https://pub.dartlang.org" source: hosted - version: "0.3.23" + version: "0.3.24" logging: dependency: transitive description: @@ -291,7 +291,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.1.7" mime: dependency: transitive description: diff --git a/web/northeaststreets.dart b/web/northeaststreets.dart index 478f7fa..4ce3678 100644 --- a/web/northeaststreets.dart +++ b/web/northeaststreets.dart @@ -34,10 +34,10 @@ class _NorthEastStreetsState extends State { modaCenter(), rockyButteDrive(), rockyButteHike(), - cardTwo('NE Alberta, 9th to 32nd','https://www.google.com/maps/@45.5591051,-122.6447643,16z','alberta'), - cardTwo('NE Freemont, 40th to 51st','https://www.google.com/maps/@45.5483097,-122.6163709,17z','freemont'), - cardTwo('NE Sandy, 40th to 75th','https://www.google.com/maps/@45.5422545,-122.6045048,16z','sandy'), - cardTwo('NE Weidler-Broadway, MLK to 28th','https://www.google.com/maps/@45.534722,-122.6490053,16z','weidler-broadway'), + cardTwo('NE Alberta from 9th to 32nd','https://www.google.com/maps/@45.5591051,-122.6447643,16z','alberta'), + cardTwo('NE Freemont from 40th to 51st','https://www.google.com/maps/@45.5483097,-122.6163709,17z','freemont'), + cardTwo('NE Sandy from 40th to 75th','https://www.google.com/maps/@45.5422545,-122.6045048,16z','sandy'), + cardTwo('NE Weidler-Broadway from MLK to 28th','https://www.google.com/maps/@45.534722,-122.6490053,16z','weidler-broadway'), ], ), ), diff --git a/web/northstreets.dart b/web/northstreets.dart index d091f86..8d78ef1 100644 --- a/web/northstreets.dart +++ b/web/northstreets.dart @@ -34,9 +34,9 @@ class _NorthStreetsState extends State { modaCenter(), waudBluff(), peninsulaPark(), - cardTwo('N Williams, Cook to Skidmore','https://www.google.com/maps/@45.55075,-122.6666716,16z','williams'), - cardTwo('N Mississippi, Fremont to Alberta','https://www.google.com/maps/@45.5526726,-122.6752348,16z','mississippi'), - cardTwo('N Denver, Schofield to Interstate','https://www.google.com/maps/@45.5827784,-122.687082,18z','north lombard'), + cardTwo('N Williams from Cook to Skidmore','https://www.google.com/maps/@45.55075,-122.6666716,16z','williams'), + cardTwo('N Mississippi from Fremont to Alberta','https://www.google.com/maps/@45.5526726,-122.6752348,16z','mississippi'), + cardTwo('N Denver from Schofield to Interstate','https://www.google.com/maps/@45.5827784,-122.687082,18z','north lombard'), ], ), ), diff --git a/web/northweststreets.dart b/web/northweststreets.dart index 61a29b8..ccc31c0 100644 --- a/web/northweststreets.dart +++ b/web/northweststreets.dart @@ -31,8 +31,8 @@ class _NorthWestStreetsState extends State { padding: EdgeInsets.only(bottom: 6.0,), child: Column( children: [ - cardTwo('NW 23rd, Burnside to Thurman','https://www.google.com/maps/@45.5295226,-122.6984339,16z','23rd'), - cardTwo('NW 21st, Burnside to Raleigh','https://www.google.com/maps/@45.5291143,-122.6945136,16z','21st'), + cardTwo('NW 23rd from Burnside to Thurman','https://www.google.com/maps/@45.5295226,-122.6984339,16z','23rd'), + cardTwo('NW 21st from Burnside to Raleigh','https://www.google.com/maps/@45.5291143,-122.6945136,16z','21st'), InkWell( onTap: () async { await Navigator.push(context, MaterialPageRoute(builder: (context) => NorthWestStreetsSights())); diff --git a/web/sellwoodstreets.dart b/web/sellwoodstreets.dart index db2b8b8..28d6ec6 100644 --- a/web/sellwoodstreets.dart +++ b/web/sellwoodstreets.dart @@ -45,7 +45,7 @@ class _SellwoodStreetsState extends State { 'springwater-on-the-willamette-trail-map' ), cardTwo('SE Woodstock from 42nd to 50th','https://www.google.com/maps/@45.4791687,-122.6158324,18z','woodstock'), - cardTwo('SE Milwaukie, Tolman to Knapp','https://www.google.com/maps/@45.4741145,-122.6483169,17z','milwaukie'), + cardTwo('SE Milwaukie from Tolman to Knapp','https://www.google.com/maps/@45.4741145,-122.6483169,17z','milwaukie'), cardTwo('SE 13th from Umatilla to Malden','https://www.google.com/maps/@45.4662368,-122.6532889,17z','13th'), ], ), diff --git a/web/stjohnsstreets.dart b/web/stjohnsstreets.dart index d39e498..86e4e8e 100644 --- a/web/stjohnsstreets.dart +++ b/web/stjohnsstreets.dart @@ -37,7 +37,7 @@ class _StJohnsStreetsState extends State { 'https://www.google.com/maps/@45.5883,-122.75799,17z', 'cathedral-park' ), - cardTwo('N Lombard, Richmond to St Louis','https://www.google.com/maps/@45.5902882,-122.7536259,17z','lombard-ivanhoe'), + cardTwo('N Lombard from Richmond to St Louis','https://www.google.com/maps/@45.5902882,-122.7536259,17z','lombard-ivanhoe'), ], ), ),