File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 4
4
5
5
// ignore_for_file: lines_longer_than_80_chars
6
6
7
- import 'package:url_launcher_web/url_launcher_web.dart' ;
8
7
import 'package:video_player_web/video_player_web.dart' ;
9
8
import 'package:wakelock_web/wakelock_web.dart' ;
10
9
11
10
import 'package:flutter_web_plugins/flutter_web_plugins.dart' ;
12
11
13
12
// ignore: public_member_api_docs
14
13
void registerPlugins (Registrar registrar) {
15
- UrlLauncherPlugin .registerWith (registrar);
16
14
VideoPlayerPlugin .registerWith (registrar);
17
15
WakelockWeb .registerWith (registrar);
18
16
registrar.registerMessageHandler ();
Original file line number Diff line number Diff line change @@ -9,33 +9,32 @@ environment:
9
9
10
10
dependencies :
11
11
# Plugin for parsing html
12
- html : ^ 0.15.0
12
+ html : ' >= 0.15.0 <1.0.0 '
13
13
14
14
# Plugins for parsing css
15
- csslib : ^0.17.0
16
- css_colors : ^1.1.0
15
+ csslib : ' >=0.17.0 <1.0.0'
17
16
18
17
# Plugins for rendering the <table> tag.
19
- flutter_layout_grid : ^ 1.0.1
18
+ flutter_layout_grid : ' >= 1.0.1 <2.0.0 '
20
19
21
20
# Plugins for rendering the <video> tag.
22
- video_player : ^ 2.1.1
23
- chewie : ^ 1.0.0
21
+ video_player : ' >= 2.1.1 <3.0.0 '
22
+ chewie : ' >= 1.0.0 <2.0.0 '
24
23
25
24
# Plugin for rendering the <iframe> tag.
26
- webview_flutter : ^ 2.0.4
25
+ webview_flutter : ' >= 2.0.4 <3.0.0 '
27
26
28
27
# Plugins for rendering the <audio> tag.
29
- chewie_audio : ^ 1.2.0
28
+ chewie_audio : ' >= 1.2.0 <2.0.0 '
30
29
31
30
# Plugins for rendering the <svg> tag.
32
- flutter_svg : ^ 0.22.0
31
+ flutter_svg : ' >= 0.22.0 <1.0.0 '
33
32
34
33
# Plugin for rendering MathML
35
- flutter_math_fork : ^ 0.3.2+1
34
+ flutter_math_fork : ' >= 0.3.2+1 <1.0.0 '
36
35
37
36
# plugin for firstWhereOrNull extension on lists
38
- collection : ^ 1.15.0
37
+ collection : ' >= 1.15.0 <2.0.0 '
39
38
40
39
flutter :
41
40
sdk : flutter
You can’t perform that action at this time.
0 commit comments