Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
esc_pos_print_plus
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
esc_pos_print_plus
Commits
1e426dcd
Commit
1e426dcd
authored
Mar 16, 2020
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added demo receipt example
parent
2c7d3782
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
149 additions
and
125 deletions
+149
-125
rabbit_black.jpg
example/discover_printers/assets/rabbit_black.jpg
+0
-0
Podfile.lock
example/discover_printers/ios/Podfile.lock
+12
-0
main.dart
example/discover_printers/lib/main.dart
+132
-124
pubspec.yaml
example/discover_printers/pubspec.yaml
+5
-1
No files found.
example/discover_printers/assets/rabbit_black.jpg
0 → 100644
View file @
1e426dcd
22.5 KB
example/discover_printers/ios/Podfile.lock
View file @
1e426dcd
PODS:
- Flutter (1.0.0)
- path_provider (0.0.1):
- Flutter
- path_provider_macos (0.0.1):
- Flutter
- wifi (0.0.1):
- Flutter
DEPENDENCIES:
- Flutter (from `Flutter`)
- path_provider (from `.symlinks/plugins/path_provider/ios`)
- path_provider_macos (from `.symlinks/plugins/path_provider_macos/ios`)
- wifi (from `.symlinks/plugins/wifi/ios`)
EXTERNAL SOURCES:
Flutter:
:path: Flutter
path_provider:
:path: ".symlinks/plugins/path_provider/ios"
path_provider_macos:
:path: ".symlinks/plugins/path_provider_macos/ios"
wifi:
:path: ".symlinks/plugins/wifi/ios"
SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
path_provider: fb74bd0465e96b594bb3b5088ee4a4e7bb1f2a9d
path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0
wifi: d7d77c94109e36c4175d845f0a5964eadba71060
PODFILE CHECKSUM: 1b66dae606f75376c5f2135a8290850eeb09ae83
...
...
example/discover_printers/lib/main.dart
View file @
1e426dcd
This diff is collapsed.
Click to expand it.
example/discover_printers/pubspec.yaml
View file @
1e426dcd
...
...
@@ -15,6 +15,9 @@ dependencies:
image
:
^2.1.4
esc_pos_printer
:
path
:
../../
intl
:
^0.16.1
qr_flutter
:
^3.2.0
path_provider
:
^1.6.5
esc_pos_utils
:
^0.3.3
# esc_pos_utils:
# path: ../../../esc_pos_utils
...
...
@@ -27,4 +30,5 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
assets
:
-
assets/logo.png
\ No newline at end of file
-
assets/logo.png
-
assets/rabbit_black.jpg
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment