79759733

Date: 2025-09-09 09:56:58
Score: 1
Natty:
Report link
    func getFlutterAssetPath(assetName: String) -> String? {
        let fb = Bundle(identifier: "io.flutter.flutter.app")
        let fbpath = fb?.path(forResource: "Resources/flutter_assets/" + assetName, ofType: nil)
        return fbpath
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user23728026