Skip to content

phasetida_flutter 0.2.0

Choose a tag to compare

@nofyso nofyso released this 05 Feb 15:33
· 18 commits to main since this release
f455714

What's Changed

  • refactored the project, chart rendering is no longer using web page now
Changes in summary:

old:
wasm-core -> vite frontend -> local server -> webview

now (maybe a bit more faster than before):
core -> core shell in phasetida_flutter -> dart ffi -> render in flutter canvas
  • added hit sound of notes
  • fixed wrong creations of splash effects of hold notes when adjusting the time
  • removed useless non-auto play mode

Full Changelog: 0.1.7...0.2.0