Skip to content

Commit

Permalink
Move files to src and comply with the dart package layout convention
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Jan 19, 2021
1 parent 867dcc5 commit 368f5e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
3 changes: 3 additions & 0 deletions lib/components.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export 'src/components/sprite_component.dart';
export 'src/components/text_box_component.dart';
export 'src/components/text_component.dart';

export 'src/timer.dart';
export 'joystick.dart';

export 'src/components/mixins/draggable.dart';
export 'src/components/mixins/has_game_ref.dart';
export 'src/components/mixins/single_child_particle.dart';
Expand Down
27 changes: 0 additions & 27 deletions lib/src/profiler.dart

This file was deleted.

1 change: 0 additions & 1 deletion lib/timer.dart

This file was deleted.

0 comments on commit 368f5e1

Please sign in to comment.