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
copied to clipboard

With Flutter:

 $ flutter pub add grid_world
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
140
points
72
downloads

Publisher

verified publisherorangebike.dev

Weekly Downloads

2024.09.26 - 2025.04.10

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

tuple

More

Packages that depend on grid_world