#include <Foundation/Foundation.h>#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"Go to the source code of this file.
Functions | |
| static NSString * | GetFlutterAssetsPathFromBundle (NSBundle *bundle, NSString *relativeAssetsPath) |
| NSBundle * | FLTFrameworkBundleInternal (NSString *flutterFrameworkBundleID, NSURL *searchURL) |
| NSBundle * | FLTGetApplicationBundle () |
| NSBundle * | FLTFrameworkBundleWithIdentifier (NSString *flutterFrameworkBundleID) |
| NSString * | FLTAssetPath (NSBundle *bundle) |
| NSString * | FLTAssetsPathFromBundle (NSBundle *bundle) |
Variables | |
| const FLUTTER_ASSERT_ARC NSString * | kDefaultAssetPath = @"@"Frameworks/App.framework/flutter_assets" |
| NSString* FLTAssetPath | ( | NSBundle * | bundle | ) |
Definition at line 57 of file FlutterNSBundleUtils.mm.
References kDefaultAssetPath.
Referenced by FLTAssetsPathFromBundle().
| NSString* FLTAssetsPathFromBundle | ( | NSBundle * | bundle | ) |
Definition at line 61 of file FlutterNSBundleUtils.mm.
References FLTAssetPath(), and GetFlutterAssetsPathFromBundle().
| NSBundle* FLTFrameworkBundleInternal | ( | NSString * | flutterFrameworkBundleID, |
| NSURL * | searchURL | ||
| ) |
Definition at line 14 of file FlutterNSBundleUtils.mm.
Referenced by FLTFrameworkBundleWithIdentifier().
| NSBundle* FLTFrameworkBundleWithIdentifier | ( | NSString * | flutterFrameworkBundleID | ) |
Definition at line 43 of file FlutterNSBundleUtils.mm.
References FLTFrameworkBundleInternal(), and FLTGetApplicationBundle().
| NSBundle* FLTGetApplicationBundle | ( | ) |
Definition at line 32 of file FlutterNSBundleUtils.mm.
Referenced by FLTFrameworkBundleWithIdentifier().
|
static |
| const FLUTTER_ASSERT_ARC NSString* kDefaultAssetPath = @"@"Frameworks/App.framework/flutter_assets" |
Definition at line 11 of file FlutterNSBundleUtils.mm.
Referenced by FLTAssetPath().