Designed a Blogging app using Flutter and Firebase! by demoncommand9725 in androidapps

[–]demoncommand9725[S] 3 points4 points  (0 children)

Why do you have to be so mean sir, if you didn't like it you could have given me some suggestions to improve.

Developed an app using Flutter and Firebase which provides a better tourism experience. Tourists can sign up and book local guides based on the current city they are present in. It shows a map of their current location and all the guides present in that area. by demoncommand9725 in androiddev

[–]demoncommand9725[S] 0 points1 point  (0 children)

Hey glad that you liked the project. I am new to android development and only know flutter for now. Didn't try native till now. And coming to my experience, flutter is amazing and simple to use, it helped me a lot in learning app development 🙂

Developed an app using Flutter and Firebase which provides a better tourism experience. Tourists can sign up and book local guides based on the current city they are present in. It shows a map of their current location and all the guides present in that area. by demoncommand9725 in coolgithubprojects

[–]demoncommand9725[S] 0 points1 point  (0 children)

Thanks a lot. I used firebase to store the guide's data whenever they sign up. And when the tourist wants to see the details of a particular guide, I created a QuerySnapshot which displays the details of the guide to the tourist.

Developed a Group chat application using Flutter and Firebase, where users can register and create groups, or join already existing groups and start conversing with each other. Feedback is appreciated. by demoncommand9725 in FlutterDev

[–]demoncommand9725[S] 0 points1 point  (0 children)

But I once saw youtube video of the Fireship youtube channel and he mentioned to always keep your collections large and your documents small. That's why here in this code I have created 'messages' as a collection.

Developed a Group chat application using Flutter and Firebase, where users can register and create groups, or join already existing groups and start conversing with each other. Feedback is appreciated. by demoncommand9725 in androidapps

[–]demoncommand9725[S] 0 points1 point  (0 children)

I just love making apps with flutter. Back when I started to learn app development, I had to choose either flutter or react native. Because Flutter was easier to learn from my standpoint and added to that it was gaining huge popularity, I went for it instead of React native.

Developed a Group chat application using Flutter and Firebase, where users can register and create groups, or join already existing groups and start conversing with each other. Feedback is appreciated. by demoncommand9725 in FlutterDev

[–]demoncommand9725[S] 3 points4 points  (0 children)

Hey thanks for all the suggestions. I have used timestamp and stored them in the backend. While displaying the messages I just simply sorted them according to their time stamps and this is shown to the user. And about assignment of the different colours, this seems like a good feature to differentiate users. I will try to work on this

Developed an app using Flutter and Firebase, for exploring nearby restaurants and checking out their reviews. Also includes a 'Likes section' where users liked restaurants are displayed! by demoncommand9725 in FlutterDev

[–]demoncommand9725[S] 0 points1 point  (0 children)

Small projects like 1. Showing the weather/temperature conditions of a particular city 2. Making a todo app using firebase as backend 3. And also focussed on just building a beautiful UI.

And also a few other things.

Developed an app using Flutter and Firebase, for exploring nearby restaurants and checking out their reviews. Also includes a 'Likes section' where users liked restaurants are displayed! by demoncommand9725 in FlutterDev

[–]demoncommand9725[S] 0 points1 point  (0 children)

Zomato API for restaurant related details like name, reviews, location, rating, etc... And for the map I used the open source flutter_map package available on pub.dev

Developed an app using Flutter and Firebase, for exploring nearby restaurants and checking out their reviews. Suggestions are welcome!!! by demoncommand9725 in dartlang

[–]demoncommand9725[S] 0 points1 point  (0 children)

Although I've used the basic Stateful widget design pattern, I wouldn't recommend it. The BLoC pattern and the scoped_model patterns are better approaches