grid_world 2.0.0 copy "grid_world: ^2.0.0" to clipboard
grid_world: ^2.0.0 copied to clipboard

A cellular automaton library associated with a square grid. Includes Conway's Game of Life.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add grid_world

With Flutter:

 $ flutter pub add grid_world

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  grid_world: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:grid_world/grid_world.dart';
1
likes
120
pub points
0%
popularity

Publisher

verified publisherorangebike.dev

A cellular automaton library associated with a square grid. Includes Conway's Game of Life.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

tuple

More

Packages that depend on grid_world