Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Build beautiful desktop apps with flutter and rust. 🌠 (wip)

License

NotificationsYou must be signed in to change notification settings

flutter-rs/flutter-rs

Repository files navigation

Build flutter desktop app in dart & rust

This is the development repo. Head toflutter-app-template for a running demo.

Install

  • Install latestRust

  • Install libglfw:

    • Mac:brew install glfw
    • linux:apt install libglfw3
  • Installflutter sdk

  • Influtter-app project, set flutter sdk version inCargo.toml

[package.metadata.flutter]version = "5af435098d340237c5e3a69bce6aaffd4e3bfe84"
This commit version id can be found in bin/internal/engine.version file in flutter sdk folder.
  • Runscripts/run.py to get a running example.Note: The first run is going to take a while to download rust dependecies and flutter engine.

Features:

  • Support Hot reload
  • MethodChannel, EventChannel
  • Async runtime using tokio
  • Application icons
  • System dialogs
  • Clipboard support
  • Cross platform support (mac & linux)
  • Support distribution format: (mac app, mac dmg)

Roadmap:

0.2

  • Support setting default window background color.
  • Loader UI and rebranding.
  • Desktop integration: App menu, context menu, file dialogs.
  • Flutter scroller should support desktop scroll event.
  • Download dll from web?

Contribution

Contribution and PR are welcome.

About

Build beautiful desktop apps with flutter and rust. 🌠 (wip)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp