Skip to content

QusaiSarsour/flutter-pdf-view-and-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

view pdf donwload any file

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

CREATE TABLE pdftable ( id int(11) NOT NULL, pdffile text NOT NULL, name text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- -- Dumping data for table pdftable

INSERT INTO pdftable (id, pdffile, name) VALUES (3, 'invoice-1778.pdf', 'TEST TEST18'), (4, 'invoice-7649.pdf', 'TEST4 Shawon Update'), (5, 'invoice-7650.pdf', 'TEST TEST VFS TEST'), (6, 'invoice-7653.pdf', 'Md TEST'), (7, 'invoice-7654.pdf', 'TEST Update Today'), (8, 'invoice-7655.pdf', 'TEST ANOTHER');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 83.1%
  • HTML 12.3%
  • Swift 3.2%
  • Kotlin 1.1%
  • Objective-C 0.3%