App to assess autistic accessibility in indoor locations.
App developed for my 2021 final thesis in the Analysis and Systems Development course. The app is designed for the autistic audience, allowing assessment, data presentation, and accessibility ratings for cinemas and supermarkets.
The app was conceived due to the lack of research and applications addressing accessibility for individuals on the autistic spectrum, especially considering the more sensory and attitudinal nature of their needs.
✔️ Login with Google or Facebook.
✔️ View nearby locations.
✔️ Search for locations by name and filter by rating and type (cinema or supermarket).
✔️ View location details.
✔️ Access autism-related content.
✔️ Evaluate accessibility of a location.
✔️ Automatically translate to English based on the language set on the device.
✔️ Store user data, evaluations, and locations using the Cloud Firestore database.
Firstly, set up the Flutter development environment on your machine correctly, see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/yanfalcao/GuiAutismo.git Guiautismo
- Enter the directory:
$ cd Guiautismo
- To install dependencies:
$ flutter pub get
- Run the app:
$ flutter run
Yan Falcão |