Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 943 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 943 Bytes

Living City

A Mobile Tour Guide cross-platform app built with Flutter.

This project was developed as part of my Master of Science in Computer Science and Management degree, as a sustainable solution to the problem of overcrowding in the Santa Maria Maior district in Lisbon.

It is a prototype mobile app that provides tourists with sustainable walking tour recommendations. Here are some screenshots:

App Screenshots

Key Features:
  • Location and (reverse) geocoding using the device's GPS
  • Local storage using sembast, a NoSQL persistent store database
  • Bluetooth scanning for nearby devices
  • Integration with other components of the project via http
  • State management using flutter_bloc
  • Unit testing with bloc_test