Create a simple Flutter chat app

Let us create a simple Flutter chat app with Dart that uses Firebase to store the chat messages. It is going to be a super simple application. The user shall be able to open the application, set a nickname, choose a chat room, enter it, and send messages to anyone there. As simple as it …

Create a simple Bottom Navigation Bar in Flutter

This is my tutorial on how to create a simple bottom navigation bar. It’s very simple if you choose not to reinvent the wheel. We will first create a bottom navigational bar and then add some content in it. What we will use is the bottom_navy_bar package. I am using version 6.0.0. Open Visual Code. …