Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicoaudy/dpad_container

A Flutter Dpad Container that give focus navigation for Android TV
https://github.com/nicoaudy/dpad_container

Last synced: about 6 hours ago
JSON representation

A Flutter Dpad Container that give focus navigation for Android TV

Awesome Lists containing this project

README

        

# dpad_container

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

In your flutter or dart project add the dependency:

```yml
dependencies:
...
dpad_container: ^2.0.4
```

For help getting started with Flutter, view the online
[documentation](https://flutter.io/).

## Usage example

```dart
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!