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
b7aa7b2c
Commit
b7aa7b2c
authored
Jun 12, 2019
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CHANGELOG. Removed tests.
parent
32a5839a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
CHANGELOG.md
CHANGELOG.md
+6
-2
esc_pos_printer_test.dart
test/esc_pos_printer_test.dart
+5
-9
No files found.
CHANGELOG.md
View file @
b7aa7b2c
## [0.
0.1] - TODO: Add release date.
## [0.
9.0]
*
TODO: Describe initial release.
*
Initial release.
*
Added basic functions (cut paper, write line, ...)
*
Text styling (bold, underline, reverted, ...)
*
Text align
*
Table row printing (up to 12 columns)
\ No newline at end of file
test/esc_pos_printer_test.dart
View file @
b7aa7b2c
//
import 'package:flutter_test/flutter_test.dart';
//
import 'package:esc_pos_printer/esc_pos_printer.dart';
import
'package:flutter_test/flutter_test.dart'
;
import
'package:esc_pos_printer/esc_pos_printer.dart'
;
void
main
(
)
{
// test('adds one to input values', () {
// final calculator = Calculator();
// expect(calculator.addOne(2), 3);
// expect(calculator.addOne(-7), -6);
// expect(calculator.addOne(0), 1);
// expect(() => calculator.addOne(null), throwsNoSuchMethodError);
// });
test
(
'Tests not implemented'
,
()
{
expect
(
1
,
1
);
});
}
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