File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.3]
2
+ * Upgrade file_picker version.
3
+
1
4
## [ 1.3.2]
2
5
* Fix copy/paste bug.
3
6
Original file line number Diff line number Diff line change @@ -41,9 +41,7 @@ class TextLine extends StatelessWidget {
41
41
// newline, which is unexpected and probably we should find out the
42
42
// root cause
43
43
final childCount = line.childCount;
44
- if (line.hasEmbed ||
45
- (childCount > 1 && line.children.first is Embed ))
46
- {
44
+ if (line.hasEmbed || (childCount > 1 && line.children.first is Embed )) {
47
45
final embed = line.children.first as Embed ;
48
46
return EmbedProxy (embedBuilder (context, embed));
49
47
}
Original file line number Diff line number Diff line change 1
1
name : flutter_quill
2
2
description : A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
3
- version : 1.3.2
3
+ version : 1.3.3
4
4
# author: bulletjournal
5
5
homepage : https://bulletjournal.us/home/index.html
6
6
repository : https://github.com/singerdmx/flutter-quill
You can’t perform that action at this time.
0 commit comments