A Flutter project using localhost database mysql with php scripts. You can see the php script on branch 2 named phpscripts.
For running this project
- Flutter: Ensure you have Flutter installed & setup on your pc.
- Database: Xampp mysql used localhost.
- Clone the Repository
https://github.com/junayedahamed/s.Info-manager.git
cd s.Info-manager
- Create project for resolving and getting all dependencies
flutter cretae .
or
flutter pub get
- Now you can run on your machine using
flutter run
- You can cretae your account here & login here .
- you can store your student information in database .
- you can update delete and create your information .
- you can also do the same as 3 with student the informations.
- Fork this reposatory
- Create new branch
git checkout -b feature-name
- Make your changes.
- Push your branch:
git push origin feature-name
- Create a pull request.