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: 3 months ago
JSON representation
A Flutter Dpad Container that give focus navigation for Android TV
- Host: GitHub
- URL: https://github.com/nicoaudy/dpad_container
- Owner: nicoaudy
- License: mit
- Created: 2021-10-08T02:56:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T03:08:49.000Z (about 2 years ago)
- Last Synced: 2025-03-24T12:08:52.223Z (4 months ago)
- Language: Dart
- Homepage:
- Size: 40.5 MB
- Stars: 19
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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

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