A Mobile App which you will use a form to fill up your contract details and generate a pdf from the form which u have filled up.
- i used Flutter & dart to construct the UI of the application
- data of the filename and filepath is stored in a sql database on the mobilephone locally using sql
- i used a pdf engine(backend framework) to be able to generating and reading of the the pdf file
- i used dart IO Operations to manage the renaming and the deleting of the unwanted files
- git clone the respository
- ensure u have flutter sdk installed on your computer
- navigate to folder directory of pdf_builder
- open terminal on the current folder directory
- type "flutter run" on the terminal and hit enter to run the emulator
** ensure to build the pubspec.yaml file dependencies first prior to running on the mobile app emulator **
User creates a new PDF file by clicking on the plus button
- Invoice Details
- Contractor Details
- Client Details
- Service Details user fills up the document via the four step process
User can go back to the main or view the PDF screen.
User is able to view PDF and download / Send PDF to client