image2pdf_flutter 1.0.0+2 copy "image2pdf_flutter: ^1.0.0+2" to clipboard
image2pdf_flutter: ^1.0.0+2 copied to clipboard

This library is convert images to a Pdf creation library that takes care of the pdf bits generation.

example/lib/main.dart

// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';

import 'package:image2pdf_flutter/image_to_pdf.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();

  await ImageToPdfMain.initValue();

  Configuration.instance!.editDocumentNameTextStyle = Configuration
      .instance!.editDocumentNameTextStyle!
      .copyWith(fontSize: 14, color: Colors.black);

  Configuration.instance!.cameraIconBgColor = Colors.black;
  // Configuration.instance!.cameraIcon = Icon(Icons.add, size: 80);

  runApp(ImageToPdfMain(pdfPathCallBack: (String pdfPath) {}));
}
13
likes
0
points
53
downloads

Publisher

verified publisherdexbytes.com

Weekly Downloads

This library is convert images to a Pdf creation library that takes care of the pdf bits generation.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, image_cropper, image_picker, intl, path_drawing, path_provider, pdf, share_plus, shared_preferences

More

Packages that depend on image2pdf_flutter