Coder Social home page Coder Social logo

aegidati / unipal_frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cyntaria/unipal-frontend

0.0 0.0 0.0 20.39 MB

A UniPal cross-platform app made with Flutter SDK

Shell 0.11% Objective-C 0.01% Kotlin 0.02% Dart 99.80% Swift 0.07%

unipal_frontend's Introduction

UniPal App - Made With Flutter

A university app to solve problems of socializing, scheduling, course selection and acheivement sharing etc.

Backend

For the backend it uses a REST API made using NodeJS and MySQL. Here is the link to it's code UniPal_Backend

Important

Due to privacy and resource abuse concerns I have kept the url of the backend API private and you won't be able to see it. Therefore, if you want to work with this project and make your own edits, than you also need to deploy the backend on your own and pass the URL to the flutter app. Don't be confused, you CAN use my backend code provided above, you just have to deploy it on a server of your own. There are plenty of free options including:

  • Heroku
  • AWS Free Tier
  • Azure etc.

For more instruction visit the backend README.

Once deployed, pass the url while running the flutter app like this:

// Replace your-url-here with your own deployed URL like "https://example.com/api/v1"
flutter run --dart-define=BASE_URL="your-url-here"

โœจ App Features

  • Authentication.
  • Student Finder w/ Filters.
  • Connections and Hangouts Requests.
  • Timetable Generator.
  • Timetable Overlap Checker.
  • Teacher Reviews Forum.
  • Memories and Acheivements Feed.

๐Ÿ”ง Technical Features

Riverpod State Management - v1.0.3 Dio + Interceptors For JWT Refresh
Freezed + Flutter Hooks For JSON Handling Custom Wrapper For Shared Prefs + Flutter Secure Storage
Clean Architecture Session persistence and encrypted key storage
Reusable services architecture and code Custom reusable widgets
Full documentation Linting + Custom Analyzer Rules

๐Ÿ“ฑ Screens

Splash Screen Home Screen Login Screen
Register Screen Posts Screen Create Post Screen
Connections Screen Hangouts Received Screen Hangouts Sent Screen
Student Finder Screen Scheduler Screen Student Finder Tab 2
Generated Timetables Timetable Viewer Timetable Viewer 2
Teacher Forum Tab Teacher Reviews Screen My Profile About Screen
My Profile Preferences Student Profile Preferences Student Profile About

โญ Installing

This project is a starting point for a Flutter application. These series of steps need to be followed for the app to run:

1. Make sure you are on Flutter v3.0.0 and Dart SDK 2.18
2. If not, run `flutter uprade`.
3. Open project dir and run this command in root directory
    ```
    flutter pub get
    ```
4. Since the project uses code generation, alot of the files are missing initially. To generate them run this in root dir
    ```
    flutter pub run build_runner build --delete-conflicting-outputs --enable-experiment=super-parameters

๐Ÿš€ Technologies

๐Ÿค Contribute

To contribute, fork the repository and push the changes to the master branch. Then submit a pull request for merging with the source. If your code passes the review and checks it will be merged into the master branch.

๐Ÿ’ฌ Feedback

Feel free to send us feedback on Twitter or file an issue. Feature requests are always welcome.

๐Ÿ“ License

Licensed under the MIT License.

unipal_frontend's People

Contributors

arafaysaleem avatar sfurqan2 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.