mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 20:36:31 +08:00
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>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import 'package:test/test.dart';
|
||||
|
||||
import 'package:flame/memory_cache.dart';
|
||||
import 'package:flame/src/memory_cache.dart';
|
||||
|
||||
void main() {
|
||||
group('MemoryCache', () {
|
||||
|
||||
Reference in New Issue
Block a user