File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Notes app made using Flutter with Hive.
44
5- The description will be added soon!
5+ ### Features
6+ -
Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments