https://github.com/zgramming/relevant
Relawan Event Application consume REST API Relevant-API using Flutter. This project 5th Final Project Teknologi Web Service.
https://github.com/zgramming/relevant
clean-architecture flutter laravel mobile-app riverpod volunteering
Last synced: about 2 months ago
JSON representation
Relawan Event Application consume REST API Relevant-API using Flutter. This project 5th Final Project Teknologi Web Service.
- Host: GitHub
- URL: https://github.com/zgramming/relevant
- Owner: zgramming
- Created: 2021-11-14T15:46:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T09:12:56.000Z (about 4 years ago)
- Last Synced: 2025-05-17T07:40:10.226Z (about 1 year ago)
- Topics: clean-architecture, flutter, laravel, mobile-app, riverpod, volunteering
- Language: Dart
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/zgramming?tab=followers)
# Relevant
Relawan Event Application consume REST API Relevant-API using Flutter. This project 5th Final Project Teknologi Web Service.
## Usage
Before usage this application, you must ensure several configurations, including:
1. you have to make sure you have configured REST API first. You can follow this for get the API.
2. In `src/utils/constant.dart`, make sure you pointing to your host
```
const baseUrl = kDebugMode ? 'http://192.168.42.216:8000' : 'http://192.168.42.216:8000';
```
## Feature
- [x] Login as Relawan / Organisasi
- [x] Register as Relawan / Organisasi
- [x] Nearest time event
- [x] EFY (Event For You)
- [x] Bookmark Event
- [x] My Event (Show your joined event as Calendar)
- [x] Update Profile
- [x] Update Password
- [x] Detail Event
- [x] Join or Cancel event
## Preview Application
## Issues
Please file any issues, bugs or feature request as an issue on Github
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.