Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicoaudy/dpad_container
- Owner: nicoaudy
- License: mit
- Created: 2021-10-08T02:56:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T03:08:49.000Z (over 1 year ago)
- Last Synced: 2023-08-20T21:49:10.191Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 40.5 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
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
![Example](https://raw.githubusercontent.com/nicoaudy/dpad_container/master/screenshot.gif)
👋 Any help is appreciated! Comment, suggestions, issues, PR's!