Files
lottie-flutter/example/macos/Flutter/GeneratedPluginRegistrant.swift
Xavier H 47e47f5cb8 Add examples (#43)
- How to run the animation between 2 specifics frames
- How to export the animation to a file
2020-04-09 23:04:07 +02:00

13 lines
263 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}