• Dan Field's avatar
    Load assets in flutter_test without turning event loop. (#115123) · 88e49ed2
    Dan Field authored
    * Load assets in flutter_test without turning event loop.
    
    This makes it possible to load an asset without actually turning
    the event loop. This is importnat because our FakeAsync zones
    may cause people to sprinkle in extra pumpAndSettles in when
    running tests that load assets, which is undesirable.
    
    * fix null checking
    88e49ed2
Name
Last commit
Last update
..
lib Loading commit data...
test Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...