Skip to content

Commit

Permalink
Simplify and fix most of the chunked streaming tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Mar 27, 2022
1 parent 7829586 commit c9e98f2
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 282 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ Import the library into your Dart code using:
import 'package:xml/xml.dart';
```

:warning: This library makes extensive use of [static extension methods](https://dart.dev/guides/language/extension-methods). If you [import the library](https://dart.dev/guides/language/language-tour#using-libraries) using a _library prefix_ or only _selectively show classes_ you might miss some of its functionality. Due to historical reasons public classes have an `Xml` prefix, so conflicts with other code should be rare.
:warning: This library makes extensive use of [static extension methods](https://dart.dev/guides/language/extension-methods). If you [import the library](https://dart.dev/guides/language/language-tour#using-libraries) using a _library prefix_ or only _selectively show classes_ you might miss some of its functionality. For historical reasons public classes have an `Xml` prefix, so conflicts with other code should be rare.

### Reading and Writing

Expand Down

0 comments on commit c9e98f2

Please sign in to comment.