Rename baseURI to follow effective dart standard

master
Oystein Kristoffer Tveit 2020-06-26 13:33:36 +02:00
parent 9e4f63f317
commit 09b338c3f4
4 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import 'package:html/parser.dart';
import 'package:html/dom.dart';
import './baseURI.dart';
import './baseUri.dart';
import './objects.dart';
final RegExp _kanjiRegex = RegExp(r'[\u4e00-\u9faf\u3400-\u4dbf]');

View File

@ -1,6 +1,6 @@
import 'package:html_unescape/html_unescape.dart' as html_entities;
import './baseURI.dart';
import './baseUri.dart';
import './objects.dart';
final _htmlUnescape = html_entities.HtmlUnescape();

View File

@ -1,4 +1,4 @@
import './baseURI.dart';
import './baseUri.dart';
/// Provides the URI for a phrase search