slint 0.0.1 copy "slint: ^0.0.1" to clipboard
slint: ^0.0.1 copied to clipboard

Core abstract render-engine API for Slint on Flutter — engine, components, render targets, input events (mirrors i-slint-core / slint-interpreter concepts).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slint

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

dependencies:
  slint: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:slint/slint.dart';
0
likes
150
points
64
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core abstract render-engine API for Slint on Flutter — engine, components, render targets, input events (mirrors i-slint-core / slint-interpreter concepts).

Homepage
Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on slint