Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcguilera authored Feb 22, 2019
1 parent b8eb451 commit 6f2d611
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Simple package to ease the use of the [dependencies](https://pub.dartlang.org/packages/dependencies) with Flutter
leveraging the power of `InheritedWidget`.

[Read the Medium article](https://medium.com/@marcguilera/dependency-injection-in-flutter-625650195a98)

## Usage

```dart
Expand Down Expand Up @@ -59,4 +61,4 @@ class SomeWidget extends StatelessWidget with InjectorWidgetMixin {
return Container();
}
}
```
```

0 comments on commit 6f2d611

Please sign in to comment.