flutter_floatwing icon indicating copy to clipboard operation
flutter_floatwing copied to clipboard

issues when developing

Open jiusanzhou opened this issue 2 years ago • 0 comments

2020.01.02 or some days

  • [x] start project and research

2022.05.10 and before fews days

  1. [x] implement first
  2. [x] imporve code style
  3. [x] manage multi windows

2022.05.11

  1. [x] auto adjust window size not works
  2. [x] back action not works
  3. [x] Window.of(context) can't take value
  4. [x] drag implement
  5. [ ] auto size not smooth
  6. [ ] enum special size and gravity
  7. [ ] share data from main with window
  8. [x] gravity to arround
  9. [x] use message channel for events instead of metho channel
  10. [ ] annimation
  11. [ ] resizable
  12. [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

jiusanzhou avatar May 11 '22 05:05 jiusanzhou