#import <Foundation/Foundation.h>Go to the source code of this file.
Functions | |
| NSBundle * | FLTFrameworkBundleInternal (NSString *flutterFrameworkBundleID, NSURL *searchURL) |
| NSBundle * | FLTFrameworkBundleWithIdentifier (NSString *flutterFrameworkBundleID) |
| NSBundle * | FLTGetApplicationBundle () |
| NSString * | FLTAssetPath (NSBundle *bundle) |
| NSString * | FLTAssetsPathFromBundle (NSBundle *bundle) |
Variables | |
| const NS_ASSUME_NONNULL_BEGIN NSString * | kDefaultAssetPath |
| 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().
| const NS_ASSUME_NONNULL_BEGIN NSString* kDefaultAssetPath |
Definition at line 11 of file FlutterNSBundleUtils.mm.
Referenced by FLTAssetPath().