griddle 0.5.0-alpha copy "griddle: ^0.5.0-alpha" to clipboard
griddle: ^0.5.0-alpha 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.5.0-alpha

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';
7
likes
140
pub points
20%
popularity

Publisher

verified publisherlurey.dev

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