Inspiration

We were inspired by the daily struggles international students go through here at UT Dallas. Critical information for these students is not easily accessible, and as a result, acclimating to a new environment like UTD can be particularly challenging.

What it does

Fresh Off The Plane is a flutter application that compiles to both iOS and Android. Our application hosts a wealth of important information pertinent to international students such as links to key financial and academic resources as well as a course picker that takes previous student outcomes into account.

How we built it

We used Flutter to build our app, as it is a great way to quickly deploy apps on both iOS and Android. We utilized FastAPI and Python scripts to create the backend, which connects our frontend with our Postgres database hosted on Azure and the Project Nebula API.

Challenges we ran into

The main challenge we ran into was an open issue with Flutter's http rest API call through a localhost. This is a persistent issue, with the issue existing in the dart sdk github for over 8 years (https://github.com/dart-lang/sdk/issues/12693). This unfortunately resulted in us being unable to marry our front and backend together as it prevented us from making a calls to the right port.

Accomplishments that we're proud of

We are most proud of the amount of information in our app that could actually be useful for UT Dallas students. We ran a focus group and talked to 10+ international students who gave us real implementable feedback that we listened to and added to our app, including resources for financial literacy, insurance, and course suggestions.

What we learned

We learned how to set up Flutter environments (as it was one of our teammates' first hackathon!), as well as implementing the Nebula API. We built a smooth navigable app that was easy and intuitive to use and jam-packed with tons of helpful information.

What's next for Fresh Off The Plane

Ideally, Fresh Off The Plane would be implemented into the UT Dallas mobile app, with a user's NetID login and password to further personalize the information. We also had some stretch goals such as pulling more information about courses like professors and meeting times and adding in course maps to provide recommendations based on classes previously taken. We believe that the course recommendation piece could also be used internally at UT Dallas to determine new course sequences for students pursuing a specific professional outcome.

Built With

+ 2 more
Share this project:

Updates