diff --git a/.gitignore b/.gitignore
index 65c34dc..8f9b719 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ build/
# Omit committing pubspec.lock for library packages; see
# https://dart.dev/guides/libraries/private-files#pubspeclock.
pubspec.lock
+
+.idea/
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/.idea/flutter_cowsay.iml b/.idea/flutter_cowsay.iml
deleted file mode 100644
index 6155e93..0000000
--- a/.idea/flutter_cowsay.iml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml
deleted file mode 100644
index 6f35e02..0000000
--- a/.idea/libraries/Dart_Packages.xml
+++ /dev/null
@@ -1,396 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml
deleted file mode 100644
index 0594851..0000000
--- a/.idea/libraries/Dart_SDK.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index ca489bb..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 7e115f9..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7a807f..8e223cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Cowsay
+## [1.1.0] - 2023-04-10
+#### [@rickypid](https://github.com/rickypid)
+
+* Fix code format and update SDK version.
+
## [1.0.0] - 2022-02-11
#### [@rickypid](https://github.com/rickypid)
- First stable release.
@@ -14,4 +19,4 @@
## [0.0.1-alpha] - 2022-01-25
#### [@rickypid](https://github.com/rickypid)
-- Initial release.
+- Initial release.
\ No newline at end of file
diff --git a/README.md b/README.md
index 8f9692b..59b5141 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,14 @@
# Cowsay
+[](https://github.com/rickypid/cowsay)
[](https://pub.dartlang.org/packages/cowsay)
-[](https://pub.dev/packages/cowsay/score)
-[](https://pub.dev/packages/cowsay/score)
-[](https://pub.dev/packages/cowsay/score)
-
-[](https://github.com/rickypid/cowsay/actions/workflows/test.yml)
-[](https://codecov.io/gh/rickypid/cowsay)
+[](https://pub.dev/packages/cowsay/score)
+[](https://pub.dev/packages/cowsay/score)
[](https://github.com/rickypid/cowsay/issues)

+
Simple library to print message in cow balloon, it is possible change figure and max line text length.

@@ -84,21 +82,20 @@ void main() {
}
```
-
-## 📚 My other packages
+## 📚 My open source projects
### Flutter
| Package | Verison | Score | Likes | Test | Coverage |
|--|--|--|--|--|--|
-| [](https://github.com/rickypid/flutter_expandable_table) | [](https://pub.dartlang.org/packages/flutter_expandable_table) | [](https://pub.dev/packages/flutter_expandable_table/score) | [](https://pub.dev/packages/flutter_expandable_table/score) | | |
-| [](https://github.com/rickypid/widget_tree_depth_counter) | [](https://pub.dartlang.org/packages/widget_tree_depth_counter) | [](https://pub.dev/packages/widget_tree_depth_counter/score) | [](https://pub.dev/packages/widget_tree_depth_counter/score) | | |
-| [](https://github.com/rickypid/flutter_scroll_shadow) | [](https://pub.dartlang.org/packages/flutter_scroll_shadow) | [](https://pub.dev/packages/flutter_scroll_shadow/score) | [](https://pub.dev/packages/flutter_scroll_shadow/score) | | |
-| [](https://github.com/rickypid/flutter_bargraph) | [](https://pub.dartlang.org/packages/flutter_bargraph) | [](https://pub.dev/packages/flutter_bargraph/score) | [](https://pub.dev/packages/flutter_bargraph/score) | | |
-
+| [](https://github.com/rickypid/flutter_expandable_table) | [](https://pub.dartlang.org/packages/flutter_expandable_table) | [](https://pub.dev/packages/flutter_expandable_table/score) | [](https://pub.dev/packages/flutter_expandable_table/score) | | |
+| [](https://github.com/rickypid/widget_tree_depth_counter) | [](https://pub.dartlang.org/packages/widget_tree_depth_counter) | [](https://pub.dev/packages/widget_tree_depth_counter/score) | [](https://pub.dev/packages/widget_tree_depth_counter/score) | | |
+| [](https://github.com/rickypid/flutter_scroll_shadow) | [](https://pub.dartlang.org/packages/flutter_scroll_shadow) | [](https://pub.dev/packages/flutter_scroll_shadow/score) | [](https://pub.dev/packages/flutter_scroll_shadow/score) | | |
+| [](https://github.com/rickypid/flutter_bargraph) | [](https://pub.dartlang.org/packages/flutter_bargraph) | [](https://pub.dev/packages/flutter_bargraph/score) | [](https://pub.dev/packages/flutter_bargraph/score) | | |
### Dart
| Package | Verison | Score | Likes | Test | Coverage |
|--|--|--|--|--|--|
-| [](https://github.com/rickypid/cowsay) | [](https://pub.dartlang.org/packages/cowsay) | [](https://pub.dev/packages/cowsay/score) | [](https://pub.dev/packages/cowsay/score) | [](https://github.com/rickypid/cowsay/actions/workflows/test.yml) | [](https://codecov.io/gh/rickypid/cowsay) |
\ No newline at end of file
+| [](https://github.com/rickypid/cowsay) | [](https://pub.dartlang.org/packages/cowsay) | [](https://pub.dev/packages/cowsay/score) | [](https://pub.dev/packages/cowsay/score) | [](https://github.com/rickypid/cowsay/actions/workflows/test.yml) | [](https://codecov.io/gh/rickypid/cowsay) |
+| [](https://github.com/rickypid/telegram_link) | [](https://pub.dartlang.org/packages/telegram_link) | [](https://pub.dev/packages/telegram_link/score) | [](https://pub.dev/packages/telegram_link/score) | [](https://github.com/rickypid/telegram_link/actions/workflows/test.yml) | [](https://codecov.io/gh/rickypid/telegram_link) |
\ No newline at end of file
diff --git a/lib/src/cowsay_base.dart b/lib/src/cowsay_base.dart
index c721be8..051c545 100644
--- a/lib/src/cowsay_base.dart
+++ b/lib/src/cowsay_base.dart
@@ -1,3 +1,4 @@
+// Project imports:
import 'package:cowsay/src/template/figure_type.dart';
/// [Cowsay] class
diff --git a/lib/src/template/figure_type.dart b/lib/src/template/figure_type.dart
index 8a12cef..165439d 100644
--- a/lib/src/template/figure_type.dart
+++ b/lib/src/template/figure_type.dart
@@ -1,3 +1,4 @@
+// Project imports:
import 'package:cowsay/src/template/cow.dart' as cow;
import 'package:cowsay/src/template/flutter.dart' as flutter;
diff --git a/pubspec.yaml b/pubspec.yaml
index 82365e1..2ea1a55 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: cowsay
description: Simple library to print message in cow balloon, it is possible change figure and max line text length.
-version: 1.0.0
+version: 1.1.0
repository: https://github.com/rickypid/cowsay
@@ -13,3 +13,4 @@ environment:
dev_dependencies:
lints: ^1.0.0
test: ^1.16.0
+ import_sorter: ^4.6.0
\ No newline at end of file
diff --git a/test/cowsay_test.dart b/test/cowsay_test.dart
index d5d5568..9e4d9d8 100644
--- a/test/cowsay_test.dart
+++ b/test/cowsay_test.dart
@@ -1,6 +1,9 @@
+// Package imports:
+import 'package:test/test.dart';
+
+// Project imports:
import 'package:cowsay/cowsay.dart';
import 'package:cowsay/src/template/figure_type.dart';
-import 'package:test/test.dart';
const String helloWord = 'Hello word!';
const String helloWordExpect =