// In order to *not* need this ignore, consider extracting the "web" version // of your plugin as a separate package, instead of inlining it in the same // package as the core of your plugin. // ignore: avoid_web_libraries_in_flutter import 'package:flutter_web_plugins/flutter_web_plugins.dart'; /// A web implementation of the RivePlatform of the Rive plugin. class RivePlugin { /// Constructs a RiveWeb RivePlugin(); static void registerWith(Registrar registrar) {} }