We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EditJobPage
EntryPage
Currently, EditJobPage and EntryPage are StatefulWidgets that are used to perform simple CRUD operations on the DB with some forms.
StatefulWidget
The logic for initializing the form fields and submitting the data all lives inside widget classes.
A better approach is needed to better separate concerns.
TODO
The text was updated successfully, but these errors were encountered:
It could help a lot!
Sorry, something went wrong.
Fixed following changes in #94.
No branches or pull requests
Currently,
EditJobPage
andEntryPage
areStatefulWidget
s that are used to perform simple CRUD operations on the DB with some forms.The logic for initializing the form fields and submitting the data all lives inside widget classes.
A better approach is needed to better separate concerns.
TODO
The text was updated successfully, but these errors were encountered: