Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/pages/editor/widgets/editors/checklist_editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class ChecklistEditor extends ConsumerWidget {
lines: note.checklistLines,
enabled: !readOnly,
autofocusFirstLine: isNewNote,
textInputAction: TextInputAction.newline,
textCapitalization: TextCapitalization.sentences,
onChanged: (checklistLines) => onChecklistChanged(ref, checklistLines),
),
),
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ packages:
dependency: "direct main"
description:
name: flutter_checklist
sha256: "792decb149d84e0591a6bbbcd288d625740ce32ad77c30f23bed762ea544edc8"
sha256: "537efdb44b23501bb6381824790b63a1303de9d1f090093463162c193f744c03"
url: "https://pub.dev"
source: hosted
version: "1.5.3"
version: "1.5.5"
flutter_displaymode:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
flex_color_picker: ^3.7.1
flutter:
sdk: flutter
flutter_checklist: ^1.5.3
flutter_checklist: ^1.5.5
flutter_displaymode: ^0.6.0
flutter_expandable_fab: ^2.5.2
flutter_fgbg: ^0.7.1
Expand Down