import 'package:flutter/services.dart' show rootBundle; Future loadAsset(String path) async { return await rootBundle.loadString(path); }