Add live microphone waveform
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m3s
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m3s
This commit is contained in:
@@ -7,8 +7,10 @@ import Foundation
|
||||
|
||||
import geolocator_apple
|
||||
import package_info_plus
|
||||
import record_macos
|
||||
|
||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
|
||||
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
||||
RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user