From bd7ee4cb8c727c13523a3b717745444c76142935 Mon Sep 17 00:00:00 2001 From: Nico Audy Date: Mon, 11 Oct 2021 08:13:41 +0700 Subject: [PATCH] Update README.md add screenshot example --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 286828f..af9697e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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!