fluttered_slint 0.0.1

A way to create slint interfaces in a similar way to Google's Flutter.
Documentation
  • Coverage
  • 0%
    0 out of 15 items documented0 out of 5 items with examples
  • Size
  • Source code size: 197.18 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.93 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3m 50s Average build duration of successful builds.
  • all releases: 3m 50s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • LiveUser/fluttered_slint
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LiveUser

Fluttered Slint

A way to create slint interfaces in a similar way to Google's Flutter. Hecho en Puerto Rico por Radamés J. Valentín Reyes.

Important note

This is just a proof of concept that just began development.

Example

Here is a Hello World example.

run_app(SlintedScaffold {
    body: Widget::Text(TextWidget{
        text: "Hello World".into(),
    }),
})