Skip to content

Commit ad608fe

Browse files
committed
refactor(dynamite_runtime)!: remove deprecated methods.
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 parent 21be1f7 commit ad608fe

File tree

3 files changed

+0
-66
lines changed

3 files changed

+0
-66
lines changed

packages/dynamite/dynamite_runtime/lib/src/utils/array_checker.dart

-22
This file was deleted.

packages/dynamite/dynamite_runtime/lib/src/utils/string_checker.dart

-36
This file was deleted.

packages/dynamite/dynamite_runtime/lib/utils.dart

-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,8 @@
44
/// the client itself.
55
library utils;
66

7-
// ignore: deprecated_member_use_from_same_package
8-
@Deprecated('Use checkers from json_schema_validation.dart')
9-
export 'src/utils/array_checker.dart';
10-
117
export 'src/utils/byte_stream_extension.dart';
128
export 'src/utils/codecs.dart';
139
export 'src/utils/json_schema_validation.dart';
1410
export 'src/utils/some_of_validators.dart';
15-
16-
// ignore: deprecated_member_use_from_same_package
17-
@Deprecated('Use checkers from json_schema_validation.dart')
18-
export 'src/utils/string_checker.dart';
1911
export 'src/utils/uri.dart';

0 commit comments

Comments
 (0)