"BD Result" is an Android app designed to assist you in quickly accessing your Board Exam results and producing a printable PDF document
Report Bug · Request FeatureTable of Contents
"BD Result" is a mobile version of "educationboardresults.gov.bd" and "Bangladesh Technical Education Board result"
The "BD Result" app is a mobile application developed to provide users with swift and convenient access to Bangladesh's education board exam results. This app simplifies the process of checking exam results by allowing users to easily view and download their scorecards. Additionally, it offers the functionality to generate printable PDF files of the results for users' convenience. With the BD Result app, obtaining and sharing board exam results has become more accessible and efficient for students and their families.
-
Choose your exam board, year of examination, and the name of the exam. Also, enter your board roll registration semester using the classic user interface
-
The results are neatly arranged with GPAs and the ability to create PDFs
-
After clicking the download button, the PDF will be saved in your download folder
-
Flutter
Features and Plugins I've used:- Dio
- path_provider
- Riverpod
-
APK link: https://drive.google.com/file/d/1PPwtvpRI0SmI0c1w9Oyx5Uc9-wHULdLW/view?usp=drive_link
There are some prerequisites to run this app and server
-
Flutter
Flutter has a greate documentation for enviroment setup
- Clone the repository to your local machine.
- Open the project in your preferred IDE.
- Run
flutter pub get
to install the required dependencies.
- entrypoint in
src/
- add your token in
CLIENT_ID
andCLIENT_SECRET
varible in/lib/src/constants/secret.dart
for html to pdf conversion aspose - You can run the project on console using the command
flutter run
.