Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add screenshot example
  • Loading branch information
nicoaudy authored Oct 11, 2021
1 parent 0280d4f commit bd7ee4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dpad_container

Dpad container focus navigation support for android TV.
Dpad container focus navigation support for android TV. Allow you to navigate widgets, just wrap your widget with `DpadContainer` and that's it!👻.

## Getting Started

Expand All @@ -9,7 +9,7 @@ In your flutter or dart project add the dependency:
```yml
dependencies:
...
dpad_container:
dpad_container: ^1.0.0
```
For help getting started with Flutter, view the online
Expand All @@ -21,4 +21,7 @@ For help getting started with Flutter, view the online
import 'package:dpad_container/dpad_container.dart';
```

## Examples
![Example](https://raw.githubusercontent.com/nicoaudy/dpad_container/master/screenshot.gif)

👋 Any help is appreciated! Comment, suggestions, issues, PR's!

0 comments on commit bd7ee4c

Please sign in to comment.