Files
flame/lib/extensions.dart
Renan ccee9a466b Move files to src and comply with the dart package layout convention (#621)
* 👌 Use `Offset` type directly in `JoystickAction.update` calculations (#631)

* Move files to src and comply with the dart package layout convention

* Fixing widgets example

Co-authored-by: Serge Matveenko <lig@countzero.co>
Co-authored-by: Erick Zanardo <erickzanardoo@gmail.com>
2021-01-20 09:05:43 -03:00

6 lines
182 B
Dart

export 'src/extensions/canvas.dart';
export 'src/extensions/offset.dart';
export 'src/extensions/rect.dart';
export 'src/extensions/size.dart';
export 'src/extensions/vector2.dart';