flutter_floatwing
flutter_floatwing copied to clipboard
issues when developing
2020.01.02 or some days
- [x] start project and research
2022.05.10 and before fews days
- [x] implement first
- [x] imporve code style
- [x] manage multi windows
2022.05.11
- [x] auto adjust window size not works
- [x] back action not works
- [x] Window.of(context) can't take value
- [x] drag implement
- [ ] auto size not smooth
- [ ] enum special size and gravity
- [ ] share data from main with window
- [x] gravity to arround
- [x] use message channel for events instead of metho channel
- [ ] annimation
- [ ] resizable
- [x] multi windows message channel handle wrong
2022.05.12
- [x] define event name
- [x] send system config from main to windows
- [ ] ~support Widget class as entrypoint~
2022.05.13
- [ ] comments, add readme and docs
- [x] iOS style assitive touch example
- [x] support static function as entrypoint
- [x] make provider widget to extensions
- [x] make window engine can manage other windows
- [x] permance event only registed event can be emit
- [x] events isolate: a) main engine can comsume from all, b) parent can comsume children
- [ ] plugin add static on to listen event from all windows
2022.05.14
- [ ] add drag slot widget in flutter
- [ ] add hook point for windows lifecycle and other else
2022.05.16
- [ ] change config more flutter way
- [ ] event publish from window engine
- [ ] result.error to return error in method channel