Skip to content

Add some question/answer #20

New issue

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ You are requested to create your profile using the above link to be a part of it
* Whenever possible, use the `const` constructor, because this will tell Flutter that it doesn't need to rebuild the widget.
* Keep the subtree of a stateful widget as small as possible. If a stateful widget needs to have a widget subtree under it, create a custom widget for the stateful widget and give it a `child` parameter.

21. Name the popular database package used in the Flutter?

The most used and popular database packages used in the Flutter are as follows:

* sqflite database: It allows to access and manipulate SQLite database.
* Firebase database: It will enable you to access and manipulate the cloud database.

## Contributors


Expand Down