You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#### Functional
|
|
|
|
|
|
|
|
###### Does the app run without crashes?
|
|
|
|
|
|
|
|
###### Is there a dependency in pubspec.yaml to note package?
|
|
|
|
|
|
|
|
###### Was the package created with the command: _flutter create --template=package hello_
|
|
|
|
|
|
|
|
###### Do adding/deleting the notes button work appropriately?
|
|
|
|
|
|
|
|
###### Can you edit the notes?
|
|
|
|
|
|
|
|
###### Does the app show all the notes from database?
|
|
|
|
|
|
|
|
###### Can you delete note?
|
|
|
|
|
|
|
|
###### Can you add note?
|
|
|
|
|
|
|
|
###### Can you delete all notes?
|
|
|
|
|
|
|
|
###### Can you edit note?
|
|
|
|
|
|
|
|
###### Does the package have a good file structure
|
|
|
|
|
|
|
|
###### Does the app behave as it is supposed to?
|