mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Upgrade deps, format, fix web/filipino_cuisine (#898)
fixes: https://github.com/flutter/samples/issues/897
This commit is contained in:
@@ -31,9 +31,7 @@ Future<void> fixBaseTags() async {
|
||||
throw ('no index.html file found in ${builtSample.path}');
|
||||
}
|
||||
|
||||
var sampleDirName = p
|
||||
.split(builtSample.path)
|
||||
.last;
|
||||
var sampleDirName = p.split(builtSample.path).last;
|
||||
|
||||
if (await index.exists()) {
|
||||
final regex = RegExp('<base href="(.*)">');
|
||||
|
||||
@@ -7,7 +7,7 @@ packages:
|
||||
name: args
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.2.0"
|
||||
version: "2.3.0"
|
||||
charcode:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user