Skip to content

Commit

Permalink
fix date & gif
Browse files Browse the repository at this point in the history
  • Loading branch information
Clémence Roumy committed Feb 11, 2021
1 parent 60c8b4a commit 2db01c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.2] - 2020/12/23
## [1.0.2] - 2021/02/11

* Reposition cursor if style applied while no text were selected

Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class _MyAppState extends State<MyApp> {
(String value) => setState(() => description = value),
description,
label: 'Description',
maxLines: 10,
maxLines: 2,
),
Padding(
padding: const EdgeInsets.only(top: 10),
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
name: effective_dart
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
version: "1.3.0"
fake_async:
dependency: transitive
description:
Expand All @@ -82,7 +82,7 @@ packages:
name: flutter_markdown
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.3"
version: "0.3.5"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -94,7 +94,7 @@ packages:
name: markdown
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
version: "2.1.8"
markdown_editable_textinput:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
name: effective_dart
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.3"
version: "1.3.0"
fake_async:
dependency: transitive
description:
Expand Down

0 comments on commit 2db01c8

Please sign in to comment.