NAKANISYNTH
NAKANISYNTH
@jugamir This issue seems to have been solved in the latest version 0.4.4. https://pub.dev/packages/flutter_sequencer/changelog
flutter_inappwebview plugin causes the problem. This is just a workaround, I modified method `parse(options: [String: Any?])` in Options.swift as below, and it works. ``` func parse(options: [String: Any?]) -> Options...
@gyamoto Yes, that's it! @muhajirdev Option.swift is in dependency plugin 'flutter_inappwebview'. So open Runner.xcworkspace in your repo and search Option.swift on it.