File tree Expand file tree Collapse file tree 3 files changed +252
-14
lines changed Expand file tree Collapse file tree 3 files changed +252
-14
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ Add the following to your `pubspec.yaml` file:
123
123
## Currently Supported Inline CSS Attributes:
124
124
| | | | | | | |
125
125
| ------------------| --------| ------------| ----------| --------------| ------------------------| ------------|
126
- | ` background-color ` | ` border ` | ` color ` | ` direction ` | ` display ` | ` font-family ` | ` font-feature-settings ` |
127
- | ` font-size ` | ` font-style ` | ` font-weight ` | ` line-height ` | ` list-style-type ` | ` list-style-position ` | ` padding ` |
128
- | ` margin ` | ` text-align ` | ` text-decoration ` | ` text-decoration-color ` | ` text-decoration-style ` | ` text-shadow ` | |
126
+ | ` background-color ` | ` border ` (including specific directions) | ` color ` | ` direction ` | ` display ` | ` font-family ` | ` font-feature-settings ` |
127
+ | ` font-size ` | ` font-style ` | ` font-weight ` | ` line-height ` | ` list-style-type ` | ` list-style-position ` | ` padding ` (including specific directions) |
128
+ | ` margin ` (including specific directions) | ` text-align ` | ` text-decoration ` | ` text-decoration-color ` | ` text-decoration-style ` | ` text-shadow ` | |
129
129
130
130
Don't see a tag or attribute you need? File a feature request or contribute to the project!
131
131
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 ();
You can’t perform that action at this time.
0 commit comments