Skip to content

Commit

Permalink
version: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercubz committed Sep 19, 2020
1 parent 0df5a17 commit 72d4858
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ Colors use ansi code to print colors
### ANSI 256 color text

- color256
> **more info**: [link](https://jonasjacek.github.io/colors/)
2 changes: 1 addition & 1 deletion example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
*/

import 'lib/colors.dart' show Colors;
import 'package:colors_terminal/colors_terminal.dart' show Colors;

void main(List<String> args) {
var color = Colors();
Expand Down
2 changes: 2 additions & 0 deletions lib/colors.dart → lib/colors_terminal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*
*/

library colors_terminal;

/// colors contructor class
class Colors {
// * 8bits colors
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: colors
name: colors_terminal
description: A starting point for Dart libraries or applications.
# version: 1.0.0
# homepage: https://www.example.com
version: 1.0.0
homepage: https://github.com/crewdevio/colors

environment:
sdk: '>=2.8.1 <3.0.0'
Expand Down

0 comments on commit 72d4858

Please sign in to comment.