Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-03-05 16:46:49 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1484463e3cdd1330f0efb809ffc1b20261698edc
1484463e
1 parent
3a351893
Remove generated file
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
printing/example/macos/.gitignore
printing/example/macos/Flutter/GeneratedPluginRegistrant.swift
printing/example/macos/.gitignore
View file @
1484463
@@ -4,3 +4,5 @@
@@ -4,3 +4,5 @@
4
4
5
# Xcode-related
5
# Xcode-related
6
**/xcuserdata/
6
**/xcuserdata/
7
+
8
+
Flutter/GeneratedPluginRegistrant.swift
printing/example/macos/Flutter/GeneratedPluginRegistrant.swift
deleted
100644 → 0
View file @
3a35189
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
-
}
Please
register
or
login
to post a comment