cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.99k stars 72 forks source link

Support recursively watching on Linux #228

Closed bookshiyi closed 11 months ago

bookshiyi commented 11 months ago

Changes

Use the 3rd-party pub package(https://pub.dev/packages/watcher) instead of dart official API.

Support recursively watching on all platform now.

temeddix commented 11 months ago

Wow, looks great :)

temeddix commented 11 months ago

I will take a look soon, thankss