griddle 0.4.0 copy "griddle: ^0.4.0" to clipboard
griddle: ^0.4.0 copied to clipboard

Creating terminal-based UIs and games in Dart should be accessible and fun!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add griddle

With Flutter:

 $ flutter pub add griddle

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

dependencies:
  griddle: ^0.4.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:griddle/griddle.dart';
8
likes
160
points
69
downloads

Publisher

verified publisherlurey.dev

Weekly Downloads

Creating terminal-based UIs and games in Dart should be accessible and fun!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta, neoansi

More

Packages that depend on griddle