Skip to content

I have created a Telephone Directory Application using the BLoC pattern for state management and using SQLite for database. Details in the Readme section.

Notifications You must be signed in to change notification settings

MesudSURUCU/telephone_directory_app-sqlite

Repository files navigation

telephone_directory_app

Database : SQLite database (created with DB Browser) State Management : Bloc(Cubit) Patterns

I have designed a phonebook application that retrieves information from an SQLite database created in DB Browser. The application can display this information on the main page, allows users to add new contacts to the displayed list, and enables the updating of information for existing contacts. Users can also delete saved contacts, and to prevent accidental deletions, the application uses a SnackBar to inform the user. To enhance the stability of the application, I utilized the Bloc pattern for state management.

About

I have created a Telephone Directory Application using the BLoC pattern for state management and using SQLite for database. Details in the Readme section.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published