https://github.com/creativecreatorormaybenot/pong
Flutter web raw demonstration using a simple animation.
https://github.com/creativecreatorormaybenot/pong
Last synced: 8 months ago
JSON representation
Flutter web raw demonstration using a simple animation.
- Host: GitHub
- URL: https://github.com/creativecreatorormaybenot/pong
- Owner: creativecreatorormaybenot
- License: bsd-3-clause
- Created: 2019-07-19T23:45:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T16:21:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-02T02:43:30.018Z (10 months ago)
- Language: Dart
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong
This is a very simple demonstration of Flutter web using the raw layer.
It is drawn in just a few lines of Dart, [see `main.dart`][main].## Demonstration
Watch the [application running in Chrome][demo].
## Run
You can run this demonstration by executing the following commands as [explained here][]:
```
flutter packages get
flutter pub global activate webdev
webdev serve
```Now, you can view the animation in your browser at `http://127.0.0.1:8080`.
[main]: https://github.com/creativecreatorormaybenot/pong/blob/master/lib/main.dart
[demo]: https://i.imgur.com/bMEaMU8.mp4
[explained here]: https://github.com/flutter/flutter_web#getting-stateless-hot-reload-with-webdev