Skip to content

Commit

Permalink
pub.dev suggestions implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
devtronic committed Feb 2, 2020
1 parent 163a58f commit ee182f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions example/README.md
@@ -0,0 +1,5 @@
# flutter_catalyst examples

- [Simple services](./simple_service.dart)
- [Services with dependencies](./service_with_dependencies.dart)
- [Generics and InjectionTokens](./generics_and_injection_tokens.dart)
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_catalyst
version: 1.0.0
description: Dependency Injection for flutter
version: 1.0.1
description: A dependency injection container which also supports autowiring of services.
homepage: https://github.com/mintware-de/flutter_catalyst
environment:
sdk: '>=2.6.0 <3.0.0'
Expand Down

0 comments on commit ee182f1

Please sign in to comment.