Skip to content

Commit

Permalink
chore: update pub
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwii committed Jan 8, 2021
1 parent 82fd493 commit f3e9bd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.4

* fix maxBulletHeight type mismatch issue

## 0.4.3

* fix cannot send bullet issue
Expand Down
1 change: 1 addition & 0 deletions lib/flutter_barrage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ class _BarrageState extends State<BarrageWall> with TickerProviderStateMixin {
debugPrint("TimelineNotifier: ${_controller.timelineNotifier?.value}");
debugPrint("Timeline: ${_controller.timeline}");
debugPrint("Bullets: ${_widgets.length}");
debugPrint("Processed: $_processed");
debugPrint("UsedChannels: ${_usedChannel.toRadixString(2)}");
debugPrint("LastBullets[0]: ${_lastBullets[0]}");
}
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: flutter_barrage
description: A new barrage package project. Used to send bullet(danmu) to a container.
version: 0.4.4
author: Daniel Wei <[email protected]>
homepage: https://github.com/danielwii/flutter_barrage.git

environment:
Expand Down

0 comments on commit f3e9bd1

Please sign in to comment.