Skip to content

MarcoBendinelli/HangOut-Flutter-Mobile-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HangOut 📱

codecov

HangOut is a modern mobile app that revolutionizes socializing. It offers a seamless user experience with four main pages: My events, Explore, My groups, and Profile. Users can discover events and groups based on specific interests, manage their activities, and personalize their account. HangOut also includes interactive pop-ups for viewing detailed information, accessing user profiles, creating events and groups, and managing notifications.

The application, developed by me and Matteo, follows a CI/CD process thanks to Github actions and is currently available here. Elisa, an exceptional designer, contributes to the UI/UX. Explore her amazing work on her website here.

Design Document

Check out the Design Document to learn more! This document includes (mainly) the following information:

  • Key features of HangOut, including unified sign-in options, group and event exploration, creation and customization of groups and events, efficient organization, flexible modifications, chat functionality, profile and app settings management, and unified notifications management
  • Use Cases illustrating various scenarios and interactions users may have with the application
  • Wireframes providing visual representations of the app's interface design for both phone and tablet devices
  • The hierarchy and flow of navigation
  • Supported platforms
  • Technologies and frameworks used in the development
  • The high-level system architecture, component interaction, and design patterns utilized in the app
  • Database services used
  • The third-party APIs integrated
  • Details strategies employed to optimize the performance
  • Testing: the unit, widget, and integration testing process
  • How code branches are organized
  • Continuous integration and continuous deployment process.

Phone Navigation Graph

phone_navigation_Graph

Phone Screens

screens_1

screens_2

screens_3

screens_4

screens_5

screens_6

screens_7

screens_8

screens_9

screens_10

screens_11

Tablet Screens

1

2

3

4

5

6

7

Test Coverage

test_coverage

Additional Information

Firebase Config

  • code/android/app : your google-services.json
  • code/lib : your firebase_options.dart
  • code/ios : your firebase_app_id_file.json
  • code/ios : your GoogleService-Info.plist
  • code/ios/Runner/Info.plist : your keys in the m4rc0 section

Run Integration Tests:

  • firebase emulators:start
  • flutter test integration_test/app_test.dart
  • or to all in one with screenshots
  • firebase emulators:exec "flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart"

For CI

  • Create key.properties and key.jks following the Flutter guide and put them in a key_files folder
  • Zip it to key_files.zip, encrypt it with gpg --symmetric --cipher-algo AES256 key_files.zip, and insert a password to be used later
  • Put encrypted file in the Android folder and save the password in secrets.ANDROID_KEYS_SECRET_PASSPHRASE

About

HangOut mobile application written using the Flutter framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published