problem
For now the chat_controller.dart file has around 1200 lines of code which includes everything related to chat along with the local database handling
To do
Create another file which handles all the work related to local database handling which will make the local database caching more modular and reusable and even more readable
problem
For now the chat_controller.dart file has around 1200 lines of code which includes everything related to chat along with the local database handling
To do
Create another file which handles all the work related to local database handling which will make the local database caching more modular and reusable and even more readable