Unverified Commit ec085ac7 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

DefaultAssetBundle returns an AssetBundle so should export it (#83678)

parent 10d18651
......@@ -68,6 +68,8 @@ export 'package:flutter/rendering.dart' show
ValueGetter,
WrapAlignment,
WrapCrossAlignment;
export 'package:flutter/services.dart' show
AssetBundle;
// Examples can assume:
// class TestWidget extends StatelessWidget { const TestWidget({Key? key}) : super(key: key); @override Widget build(BuildContext context) => const Placeholder(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment