hamaluik / timecop

A time tracking app that respects your privacy and the gets the job done without being fancy.
https://timecop.app/
Apache License 2.0
823 stars 152 forks source link

Upgrade to latest flutter_bloc version #84 #86

Closed Aryashakya closed 1 year ago

Aryashakya commented 1 year ago

The flutter_bloc library was upgraded from 7.2.1 to 8.1.1 and bloc library was upgraded from 7.2.1 to 8.1.0.

In bloc v7.2.0, mapEventToState was deprecated in favor of on<Event>. mapEventToState was removed in bloc v8.0.0. So, the mapEventToState have been changed to on<Event>

Please review it.