chore: prepare release
This commit is contained in:
parent
7b809401ec
commit
c66b2e7d4d
@ -198,6 +198,8 @@ class JavascriptExecutorBase {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Insert video from Youtube or Device
|
||||||
|
/// might work with dailymotion but i've not tested that
|
||||||
insertVideo(String url,
|
insertVideo(String url,
|
||||||
{int? width, int? height, bool fromDevice = true}) async {
|
{int? width, int? height, bool fromDevice = true}) async {
|
||||||
bool? local;
|
bool? local;
|
||||||
|
@ -8,6 +8,9 @@ class HtmlText extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(child: HtmlWidget(html), height: 40.0,);
|
return Container(
|
||||||
|
child: HtmlWidget(html),
|
||||||
|
height: 40.0,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: rich_editor
|
name: rich_editor
|
||||||
description: WYSIWYG editor for Flutter with a rich set of supported formatting options.
|
description: WYSIWYG editor for Flutter with a rich set of supported formatting options.
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
homepage: https://github.com/JideGuru/rich_editor
|
homepage: https://github.com/JideGuru/rich_editor
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user