Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

66 lines (41 loc) · 1.33 KB

1.1.5

  • Update readme

1.1.4

  • Added enableTickCallback parameter in init, onTick will be called only when onListenTick is true

1.1.3

  • Update example

1.1.2

  • Update example
  • Update path_provider
  • Update minimum iOS implementation version
  • Add privacy manifest
  • Fix Android: remove destroy from onDetachedFromEngine #10 , #7

1.1.1+1

  • Fix BPM must be greater than 0 #8

1.1.1

  • Add enableSession parameter for IOS #5

1.1.0+1

  • Fix init volume being ignored #6

1.1.0

  • Add CallBack function on Tick #1
  • Add getBMP() function
  • Add MacOS support
  • Fix IOS getVolume()
  • Fix Android setVolume()
  • Fix no sound with AirPods #3
  • Change ⚠️ volume type (double to int)
  • Change ⚠️ BPM type (double to int)

1.0.4

  • add pause() method
  • fix stop() method replace pause() method

1.0.3

  • fix android volume control

1.0.2

  • update screenshot

1.0.0

  • add android support
  • add web support
  • add example
  • add screenshot

0.0.1

  • Metronome, currently ios only.