Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 202a8cb

Browse files
committed
Fix exports
1 parent cfb2f9a commit 202a8cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/src/web_friendly/_all_web_friendly.g.dart

+2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ export 'app/rec.dart';
2222
export 'app/screen_calculator.dart';
2323
export 'app/single_service.dart';
2424
export 'http_service.dart';
25+
export 'http/t_http_function_result.dart';
2526
export 'patterns/recursive_replace.dart';
2627
export 'patterns/replace_patterns.dart';
2728
export 'second_to_ninth_element_on_iterable_extension.dart';
2829
export 'stream_to_future.dart';
30+
export 'streams/polling_stream.dart';
2931
export 'time/date_time.dart';
3032
export 'time/duration_formatted_english.dart';
3133
export 'tuples.dart';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name: xyz_utils
1414
description: This package provides a set of utilities that are commonly used in Dart apps. It is also the foundation for other packages in the XYZ ecosystem.
1515
repository: https://github.com/robmllze/xyz_utils
16-
version: 0.57.0
16+
version: 0.57.1
1717

1818
## -----------------------------------------------------------------------------
1919

0 commit comments

Comments
 (0)