Skip to content

Commit

Permalink
seperate files and structure it
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanluc243 committed Oct 26, 2019
1 parent 99c6edb commit 63b19ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lib/dart_humanize.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/// Support for doing something awesome.
///
/// More dartdocs go here.
///
library dart_humanize;

/// A Calculator.
class Calculator {
/// Returns [value] plus 1.
int addOne(int value) => value + 1;
}
export 'src/dart_humanize_base.dart';

// TODO: Export any libraries intended for clients of this package.
Empty file added lib/src/dart_humanize_base.dart
Empty file.

0 comments on commit 63b19ee

Please sign in to comment.