We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c9f8 commit 84e1f40Copy full SHA for 84e1f40
example/lib/generated_plugin_registrant.dart
@@ -2,6 +2,7 @@
2
// Generated file. Do not edit.
3
//
4
5
+// ignore_for_file: directives_ordering
6
// ignore_for_file: lines_longer_than_80_chars
7
8
import 'package:video_player_web/video_player_web.dart';
pubspec.yaml
@@ -31,7 +31,7 @@ dependencies:
31
flutter_svg: '>=0.22.0 <1.0.0'
32
33
# Plugin for rendering MathML
34
- flutter_math_fork: '>=0.3.2+1 <1.0.0'
+ flutter_math_fork: '>=0.3.3+1 <1.0.0'
35
36
# plugin for firstWhereOrNull extension on lists
37
collection: '>=1.15.0 <2.0.0'
0 commit comments