David PHAM-VAN

Remove useless files

@@ -53,3 +53,5 @@ cache_* @@ -53,3 +53,5 @@ cache_*
53 53
54 .vscode 54 .vscode
55 package.json 55 package.json
  56 +
  57 +GeneratedPluginRegistrant.*
1 # Changelog 1 # Changelog
2 2
  3 +## 4.0.1
  4 +
  5 +- Remove useless files
  6 +
3 ## 4.0.0 7 ## 4.0.0
4 8
5 - Remove deprecated methods 9 - Remove deprecated methods
1 -package io.flutter.plugins;  
2 -  
3 -import io.flutter.plugin.common.PluginRegistry;  
4 -import net.nfet.flutter.printing.PrintingPlugin;  
5 -  
6 -/**  
7 - * Generated file. Do not edit.  
8 - */  
9 -public final class GeneratedPluginRegistrant {  
10 - public static void registerWith(PluginRegistry registry) {  
11 - if (alreadyRegisteredWith(registry)) {  
12 - return;  
13 - }  
14 - PrintingPlugin.registerWith(  
15 - registry.registrarFor("net.nfet.flutter.printing.PrintingPlugin"));  
16 - }  
17 -  
18 - private static boolean alreadyRegisteredWith(PluginRegistry registry) {  
19 - final String key = GeneratedPluginRegistrant.class.getCanonicalName();  
20 - if (registry.hasPlugin(key)) {  
21 - return true;  
22 - }  
23 - registry.registrarFor(key);  
24 - return false;  
25 - }  
26 -}  
1 -//  
2 -// Generated file. Do not edit.  
3 -//  
4 -  
5 -import FlutterMacOS  
6 -import Foundation  
7 -  
8 -import printing  
9 -  
10 -func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {  
11 - PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))  
12 -}  
@@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to @@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to
4 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing 4 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
5 repository: https://github.com/DavBfr/dart_pdf 5 repository: https://github.com/DavBfr/dart_pdf
6 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 6 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
7 -version: 4.0.0 7 +version: 4.0.1
8 8
9 environment: 9 environment:
10 sdk: ">=2.3.0 <3.0.0" 10 sdk: ">=2.3.0 <3.0.0"