wriggle 2.1.0 copy "wriggle: ^2.1.0" to clipboard
wriggle: ^2.1.0 copied to clipboard

Text-based UI framework for pure command-line Dart

example/main.dart

import 'package:wriggle/wriggle.dart';

void main(List<String> arguments) {
  runApp(MyApp());
}

class MyApp extends Component {
  @override
  Renderable build(WriggleContext context) {
    return const Center(child: Text('Hello world!'));
  }
}
4
likes
90
points
42
downloads

Publisher

verified publisherimperialoctopus.com

Weekly Downloads

Text-based UI framework for pure command-line Dart

Repository

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

app_dirs, characters, collection, dart_synthizer, ffi, freezed_annotation, hotreloader, image, json_annotation, path, riverpod, sdl3, system_info2

More

Packages that depend on wriggle