11 lines
229 B
Dart
11 lines
229 B
Dart
// ignore_for_file: avoid_print
|
|
import 'package:fl_clash/common/common.dart';
|
|
|
|
void main() async {
|
|
|
|
print("https://pqjc.site:10000/test.ymal".isUrl);
|
|
print("abcd".isUrl);
|
|
print("http://10.31.1.221:8848/cfa.yaml".isUrl);
|
|
}
|
|
|