Skip to content

ANU-TEAM/edufund-mobileapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobileapp

The moible app for Edufund created using Flutter

Environment Setup

Edufund now uses Flutter SDK version 2.2.1 and has been updated to support null safety

Kindly follow this instuctions to get flutter up and running on your system: https://flutter.dev/docs/get-started/install

Getting Started

  1. Clone the project using: git clone https://github.com/ANU-TEAM/edufund-mobileapp.git

  2. Get missing packages using: flutter pub get

  3. Change your localBaseURL endpoint to match the backend URL and Port in the endpoints.dart

  4. Type flutter run in the terminal to get your project running.

Click here to test the latest production build without having to clone the project

Check out the official flutter documentation or get in touch with me when you get stuck: online documentation