Skip to content

Commit

Permalink
docs(replay_bloc): add inline docs to library
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 6, 2021
1 parent 0c9f117 commit b685cfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/replay_bloc/lib/replay_bloc.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/// An extension to the [bloc state management library](https://pub.dev/packages/bloc)
/// which adds support for undo and redo.
///
/// Get started at [bloclibrary.dev](https://bloclibrary.dev) 🚀
library replay_bloc;

export 'package:bloc/bloc.dart';
Expand Down

0 comments on commit b685cfe

Please sign in to comment.