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

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.

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