Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaetas committed Aug 15, 2021
1 parent 468dcb0 commit 58c3c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RxData for Flutter

RxData allows to delegate fetching and caching behavior for your data. Uses `flutter_bloc` on the
background.
background. Inspired by [Revolut's RxData library](https://github.com/revolut-mobile/RxData).

## Install

Expand Down
2 changes: 1 addition & 1 deletion lib/src/delegate.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:bloc/bloc.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:rxdata/src/data.dart';

/// Delegates fetching and caching behavior of specified [Data] object.
Expand Down

0 comments on commit 58c3c71

Please sign in to comment.