Skip to content

Commit 1d6a53f

Browse files
m-1226FlutLab.io
authored andcommitted
small chanages
1 parent 0dee1bf commit 1d6a53f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
Notes app made using Flutter with Hive.
44

5-
The description will be added soon!
5+
### Features
6+
-

‎lib/views/widgets/edit_view_body.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class _EditNoteViewBodyState extends State<EditNoteViewBody> {
3636
BlocProvider.of<NotesCubit>(context).fetchAllNotes();
3737
Navigator.pop(context);
3838
showSuccessSnackBar(
39-
ScaffoldMessenger.of(context), "Note Successfully Edited!");
39+
ScaffoldMessenger.of(context), "Note Edited Successfully!");
4040
// showDialog(
4141
// context: context,
4242
// builder: (BuildContext context) {

‎pubspec.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: notes_app
2-
description: A new Flutter project.
1+
name: notes_hub_app
2+
description: Notes app made using Flutter with Hive.
33

44
# The following line prevents the package from being accidentally published to
55
# pub.dev using `flutter pub publish`. This is preferred for private packages.

0 commit comments

Comments
 (0)