Tests
This commit is contained in:
parent
a4010cefc5
commit
ac03508725
|
|
@ -1,5 +1,3 @@
|
|||
import 'package:flutter/foundation.dart';
|
||||
|
||||
String toSnakeCase(String value) {
|
||||
if ((value ?? '').isEmpty) {
|
||||
return '';
|
||||
|
|
@ -68,10 +66,6 @@ bool isValidDate(String input) {
|
|||
}
|
||||
|
||||
void printWrapped(String text) {
|
||||
if (kReleaseMode) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (text.length > 2000) {
|
||||
text = text.substring(0, 2000);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1115,7 +1115,7 @@ packages:
|
|||
name: xml
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "4.3.0"
|
||||
version: "4.4.0"
|
||||
yaml:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in New Issue