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:
123123## Currently Supported Inline CSS Attributes:
124124| | | | | | | |
125125| ------------------| --------| ------------| ----------| --------------| ------------------------| ------------|
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 ` | |
129129
130130Don't see a tag or attribute you need? File a feature request or contribute to the project!
131131
Original file line number Diff line number Diff line change 44
55// ignore_for_file: lines_longer_than_80_chars
66
7- import 'package:url_launcher_web/url_launcher_web.dart' ;
87import 'package:video_player_web/video_player_web.dart' ;
98import 'package:wakelock_web/wakelock_web.dart' ;
109
1110import 'package:flutter_web_plugins/flutter_web_plugins.dart' ;
1211
1312// ignore: public_member_api_docs
1413void registerPlugins (Registrar registrar) {
15- UrlLauncherPlugin .registerWith (registrar);
1614 VideoPlayerPlugin .registerWith (registrar);
1715 WakelockWeb .registerWith (registrar);
1816 registrar.registerMessageHandler ();
You can’t perform that action at this time.
0 commit comments