This commit is contained in:
Hillel Coren 2020-08-17 06:39:58 +03:00
parent a4010cefc5
commit ac03508725
2 changed files with 1 additions and 7 deletions

View File

@ -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);
} }

View File

@ -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: