mirror of
				https://github.com/h7x4/unofficial_jisho_api_dart.git
				synced 2025-11-03 22:06:20 +01:00 
			
		
		
		
	Rename baseURI to follow effective dart standard
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
import 'package:html/parser.dart';
 | 
					import 'package:html/parser.dart';
 | 
				
			||||||
import 'package:html/dom.dart';
 | 
					import 'package:html/dom.dart';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import './baseURI.dart';
 | 
					import './baseUri.dart';
 | 
				
			||||||
import './objects.dart';
 | 
					import './objects.dart';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
final RegExp _kanjiRegex = RegExp(r'[\u4e00-\u9faf\u3400-\u4dbf]');
 | 
					final RegExp _kanjiRegex = RegExp(r'[\u4e00-\u9faf\u3400-\u4dbf]');
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
import 'package:html_unescape/html_unescape.dart' as html_entities;
 | 
					import 'package:html_unescape/html_unescape.dart' as html_entities;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import './baseURI.dart';
 | 
					import './baseUri.dart';
 | 
				
			||||||
import './objects.dart';
 | 
					import './objects.dart';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
final _htmlUnescape = html_entities.HtmlUnescape();
 | 
					final _htmlUnescape = html_entities.HtmlUnescape();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
import './baseURI.dart';
 | 
					import './baseUri.dart';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/// Provides the URI for a phrase search
 | 
					/// Provides the URI for a phrase search
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user