Files
flutter/macos/Flutter/GeneratedPluginRegistrant.swift
Ruslan Bakiev 929d3a46d3
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m28s
Center map on user location
2026-05-08 20:23:15 +07:00

15 lines
382 B
Swift

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