flutter/examples/game/lib
Adam Barth 529fa95f87 Give the CustomPaint and SizeObserver callbacks better names
The style we use for callbacks in widgets is "onFoo". These classes were using
an order naming convention and just called their callbacks "callback".
2015-10-19 17:27:40 -07:00
..
custom_actions.dart Adds power bar and movements to boss fights in demo game 2015-09-03 12:58:24 -07:00
explosions.dart Import dart:ui as ui (instead of as sky) 2015-10-09 20:55:54 -07:00
flash.dart Splits up demo game into multiple files for better readability 2015-08-26 10:22:09 -07:00
game_demo_node.dart Import dart:ui as ui (instead of as sky) 2015-10-09 20:55:54 -07:00
game_demo.dart Rename skysprites to flutter_sprites 2015-10-13 16:34:01 -07:00
game_object_factory.dart Adds helpers to bosses at level 2 & 3 and above in demo game 2015-09-04 10:35:45 -07:00
game_objects.dart Remove old setFoo functions on Paint 2015-10-19 12:21:34 -07:00
main.dart Give the CustomPaint and SizeObserver callbacks better names 2015-10-19 17:27:40 -07:00
player_state.dart Initial boss fight in demo game 2015-09-02 16:49:36 -07:00
power_bar.dart Remove old setFoo functions on Paint 2015-10-19 12:21:34 -07:00
repeated_image.dart Import dart:ui as ui (instead of as sky) 2015-10-09 20:55:54 -07:00
star_field.dart Import dart:ui as ui (instead of as sky) 2015-10-09 20:55:54 -07:00