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