Skip to content

Commit 3ee668d

Browse files
authored
Merge pull request #754 from searchy2/master
Update Flutter Math Fork v0.3.3+1
2 parents 5e73279 + 84e1f40 commit 3ee668d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/lib/generated_plugin_registrant.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Generated file. Do not edit.
33
//
44

5+
// ignore_for_file: directives_ordering
56
// ignore_for_file: lines_longer_than_80_chars
67

78
import 'package:video_player_web/video_player_web.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
flutter_svg: '>=0.22.0 <1.0.0'
3232

3333
# Plugin for rendering MathML
34-
flutter_math_fork: '>=0.3.2+1 <1.0.0'
34+
flutter_math_fork: '>=0.3.3+1 <1.0.0'
3535

3636
# plugin for firstWhereOrNull extension on lists
3737
collection: '>=1.15.0 <2.0.0'

0 commit comments

Comments
 (0)