Skip to content

Commit

Permalink
Add library-level doc comment and re-order library exports
Browse files Browse the repository at this point in the history
  • Loading branch information
willlockwood committed Jul 22, 2024
1 parent fcf8b1f commit e36cedc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/sturdy_http.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/// A strongly typed, event-based, reliable HTTP client that wraps Dio.
library sturdy_http;

export 'src/_dio_error.dart';
export 'src/sturdy_http.dart';
export 'src/sturdy_http_event_listener.dart';
export 'src/network_request.dart';
export 'src/network_response.dart';
export 'src/retry_behavior.dart';
export 'src/sturdy_http.dart';
export 'src/sturdy_http_event_listener.dart';

0 comments on commit e36cedc

Please sign in to comment.