- Jan 06, 2020
-
-
Jonas Finnemann Jensen authored
-
- Dec 05, 2019
-
-
Nate Bosch authored
- Fix some docs to be noun phrases for classes. - Remove some docs that are wholly redundant against the signature. - Remove an unnecessary private typedef. - Rename some methods that start with "get". - Remove author from pubspec. - Replace toString with interpolation to avoid an extra line break.
-
Nate Bosch authored
This behaves the same as `Future.microtask`. Bump the minimum version of the SDK to on which includes `Future` in `dart:core`.
-
Nate Bosch authored
- always_declare_return_types - annotate_overrides - omit_local_variable_types - prefer_conditional_assignment - prefer_single_quotes - unnecessary_this - use_function_type_syntax_for_parameters
-
- Sep 10, 2019
-
-
Kevin Moore authored
-
- Aug 01, 2019
-
-
Kevin Moore authored
-
- Jun 25, 2019
-
-
Todd Volkert authored
An upcoming change to the Dart SDK will change `HttpRequest` and `HttpClientResponse` from implementing `Stream<List<int>>` to implementing `Stream<Uint8List>`. This forwards-compatible change prepares for that SDK breaking change by casting the Stream to `List<int>` before transforming it. https://github.com/dart-lang/sdk/issues/36900
-
- May 23, 2019
-
-
Sam Rawlins authored
Fix missing_return violation newly enforced in Dart ~2.3.2-dev.0.1
-
Sam Rawlins authored
-
- May 08, 2019
-
-
Kevin Moore authored
16min runtime -> 12 min
-
Kevin Moore authored
-
- Apr 10, 2019
-
-
Kevin Moore authored
-
- Apr 07, 2019
-
-
Kevin Moore authored
-
- Apr 01, 2019
-
-
István Soós authored
-
- Mar 29, 2019
-
-
István Soós authored
-
- Mar 27, 2019
-
-
Nate Bosch authored
None of the planned breaking changes impact this package.
-
- Dec 14, 2018
-
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Max Wagner authored
Pass `shared` parameter through to `HttpServer.bind` and `HttpServer.bindSecure` (i.e., to enable port sharing across separate isolates)
-
- Oct 22, 2018
-
-
Kevin Moore authored
-
BC Ko authored
dart-lang/sdk#32030
-
- Jul 16, 2018
-
-
Patrice Chalin authored
-
- Jul 09, 2018
-
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
- Jun 25, 2018
-
-
Keerti Parthasarathy authored
* Use types in const expression to prevent evaulation exception in analyzer * update CHANGELOG and pubspec * format file
-
- May 22, 2018
-
-
Lasse R.H. Nielsen authored
Update SDK version to 2.0.0-dev-55.0.
-
- May 04, 2018
-
-
Lasse R.H. Nielsen authored
Remove usage of upper-case constants. Update SDK version Remove stable from travis config.
-
- May 02, 2018
-
-
Natalie Weizenbaum authored
Closes #100
-
- Feb 15, 2018
-
-
Kevin Moore authored
-
- Feb 06, 2018
-
-
Leaf Petersen authored
Fix fuzzy arrow in test
-
Leaf Petersen authored
-
- Jan 04, 2018
-
-
Kevin Moore authored
-
Kevin Moore authored
-
-