From ac035087258dd9f43c298aa34e81c4a28ac7a19d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 17 Aug 2020 06:39:58 +0300 Subject: [PATCH] Tests --- lib/utils/strings.dart | 6 ------ pubspec.lock | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/utils/strings.dart b/lib/utils/strings.dart index 164777847..faa6c1512 100644 --- a/lib/utils/strings.dart +++ b/lib/utils/strings.dart @@ -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); } diff --git a/pubspec.lock b/pubspec.lock index 9a5c8e73d..78cf410cb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: