Skip to content

A mobile app which helps to build PDF through the use of forms. Built in Flutter & SQL

License

Notifications You must be signed in to change notification settings

sayyidkhan/pdf_builder

Repository files navigation

PDF Builder (Flutter Mobile Application)

Built in Flutter & SQL

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.

How i built it

  1. i used Flutter & dart to construct the UI of the application
  2. data of the filename and filepath is stored in a sql database on the mobilephone locally using sql
  3. i used a pdf engine(backend framework) to be able to generating and reading of the the pdf file
  4. i used dart IO Operations to manage the renaming and the deleting of the unwanted files

How to run the application

  1. git clone the respository
  2. ensure u have flutter sdk installed on your computer
  3. navigate to folder directory of pdf_builder
  4. open terminal on the current folder directory
  5. 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 **

App Logo on IOS Homepage

Mobile App Use

Homepage

User creates a new PDF file by clicking on the plus button

Create PDF By Filling Up a Form

  1. Invoice Details
  2. Contractor Details
  3. Client Details
  4. Service Details user fills up the document via the four step process

Confirmation Screens while creating the PDF

User can go back to the main or view the PDF screen.

Updated UI Homepage (with the new PDF added)

PDF Preview & Download Screen

User is able to view PDF and download / Send PDF to client

About

A mobile app which helps to build PDF through the use of forms. Built in Flutter & SQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published