fzyzcjy / flutter_rust_bridge

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.
https://fzyzcjy.github.io/flutter_rust_bridge/
MIT License
4.29k stars 301 forks source link

Replace `atty` by `std::io::IsTerminal` #2332

Closed atezet closed 1 month ago

atezet commented 1 month ago

Changes

atty is now unmaintained RUSTSEC-2024-0375. Replaced the only occurrence with std::io::IsTerminal.

Checklist

Remark for PR creator

fzyzcjy commented 1 month ago

LGTM and thanks!

To make CI happy, I guess you can either (1) revert the changes to pubspec.lock (2) or use the same Flutter version as CI's. Feel free to ping me after CI is green to merge it :)