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

Appveyor statusTravis statusCrates.ioflutter versionGitter chatMIT licensed

Build flutter desktop app in dart & rust.

demo ui

Install

  • InstallRust@^1.32.0
  • Install libglfw:
    • Mac:brew install glfw
    • linux:apt install libglfw3
  • Installflutter sdk
  • Set flutter engine version. You can set this using any of the following methods.
    • If you have flutter cli in your PATH, you're set.
    • Set FLUTTER_ROOT environment variable to your flutter sdk path
    • Set FLUTTER_ENGINE_VERSION environment variable. This commit version id can be found inbin/internal/engine.version file in flutter sdk folder.

Run example

You may want to checkout flutter-app-demo for an example.

  • 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.

  • Runscripts/build.py --release nsis|mac|dmg|snap to build distribution format

Features:

  • Support Hot reload
  • MethodChannel, EventChannel
  • Async runtime using tokio
  • System dialogs
  • Clipboard support
  • Cross platform support, Runs on mac, windows, linux
  • Support distribution format: (windows NSIS, mac app, mac dmg, linux snap)

Contribution

To contribute to flutter-rs, please seeCONTRIBUTING.

ChangeLog

CHANGELOG.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors11


[8]ページ先頭

©2009-2025 Movatter.jp