A project to help you connect with blood donors and people who need blood.
- 🤔 How To Run This Project In Your PC
- 🚀 Technologies
- 🌱 Minimal Requirements
- 🎊 Features
- 🎇 Finished
- 💡 How To Contribute
- 🤗 Authors and Contributors
- 👤 Supervisor
- 🔏 License
git clone https://github.com/AshfaqRahman/BloodDonors-frontend.git
or if you use ssh link
git clone [email protected]:AshfaqRahman/BloodDonors-frontend.git
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Create create a new file .env in the root directory. And the file should have the followings
API_URL=<backend_base_url>/api
SOCKET_URL=<backend_base_url>
Example
API_URL=http://localhost:3000/api
SOCKET_URL=http://localhost:3000
Run in web
flutter run -d chrome
Run as windows app
flutter run -d windows
or If you open your app in vscode or android studio you can run the app using the run button.
- Dart
- Flutter
- Websocket
- Dart SDK version: 2.16.0 (stable) +
- Flutter 2.10.0
- [✔️] Authentication: Register and login
- [✔️] BloodPosts Creation
- [✔️] Adding Donation
- [✔️] Direct message
- [✔️] Blood Search
- Make a fork of this repository
- Clone to you machine and entry on respective paste
- Create a branch with your resource:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
- A green button will appear at the beginning of this repository
- Click to open and fill in the pull request information
Contributions, issues and features requests are welcome!
📮 Submit PRs to help solve issues or add features
🐛 Find and report issues
🌟 Star the project
- Mohammad Tawhidul Hasan Bhuiyan, Lecturer, Department of Computer Science and Engineering Bangladesh University of Engineering and Technology Dhaka-1000, Bangladesh
Copyright © 2022 Hasan Masum [email protected]
This project is licensed by MIT License.