BBarisKilic / One-Dungeon

One Dungeon is a ​1-Bit-style platformer game that consists of one level. The project has been written solely in Dart Language.

Home Page:https://bbk-games.itch.io/one-dungeon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: update dependencies and refactor the code

BBarisKilic opened this issue · comments

Update dependencies and refactor the code:

  • analysis_options: 3.1.0 -> 4.0.0+1
  • bloc: 8.1.0 -> 8.1.1
  • bloc_test: 9.1.0 -> 9.1.1
  • flutter_bloc: 8.1.1 -> 8.1.2
  • flame_audio: 1.3.5 -> 1.4.0
  • freezed: 2.1.0+1 -> 2.3.2
  • refactor the code based on the dependency changes