diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3085665..69483c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# PuzzleTak Neon Widget (1.0.0)
+# Text Neon Widget (1.0.0)
[![pub package](https://img.shields.io/pub/v/text_neon_widget.svg)](https://pub.dev/packages/text_neon_widget)
[![pub points](https://img.shields.io/pub/points/text_neon_widget?color=2E8B57&label=pub%20points)](https://pub.dev/packages/text_neon_widget/score)
@@ -14,13 +14,13 @@ For support, please follow me.
## Demo new
-
+
## Installation ☺
@@ -30,7 +30,7 @@ file:
[![pub package](https://img.shields.io/pub/v/text_neon_widget.svg)](https://pub.dev/packages/text_neon_widget)
```yaml
dependencies:
-puzzletak_neon_widget : ^1.0.1
+text_neon_widget : ^1.0.4
```
Then, run `flutter pub get` to fetch the package.
@@ -39,7 +39,7 @@ Then, run `flutter pub get` to fetch the package.
Import the package in your Dart file:
```dart
-import 'package:puzzletak_neon_widget/puzzletak_neon_widget.dart';
+import 'package:text_neon_widget/text_neon_widget.dart';
```
Create a `PTTextNeon` widget and provide the necessary parameters:
@@ -96,11 +96,11 @@ Feel free to experiment with different values for the parameters to achieve the
## Example
For a complete example of using the NavigationView package, refer to
-the [example](https://github.com/PuzzleTakX/puzzletak_neon_widget/tree/master/example) provided.
+the [example](https://github.com/PuzzleTakX/text_neon_widget/tree/master/example) provided.
## License
-This package is released under the MIT License. See the [LICENSE](https://github.com/PuzzleTakX/puzzletak_neon_widget/blob/master/LICENSE)
+This package is released under the MIT License. See the [LICENSE](https://github.com/PuzzleTakX/text_neon_widget/blob/master/LICENSE)
file for more details.
## Credits
diff --git a/README.md b/README.md
index 3085665..69483c1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# PuzzleTak Neon Widget (1.0.0)
+# Text Neon Widget (1.0.0)
[![pub package](https://img.shields.io/pub/v/text_neon_widget.svg)](https://pub.dev/packages/text_neon_widget)
[![pub points](https://img.shields.io/pub/points/text_neon_widget?color=2E8B57&label=pub%20points)](https://pub.dev/packages/text_neon_widget/score)
@@ -14,13 +14,13 @@ For support, please follow me.
## Demo new
-
+
## Installation ☺
@@ -30,7 +30,7 @@ file:
[![pub package](https://img.shields.io/pub/v/text_neon_widget.svg)](https://pub.dev/packages/text_neon_widget)
```yaml
dependencies:
-puzzletak_neon_widget : ^1.0.1
+text_neon_widget : ^1.0.4
```
Then, run `flutter pub get` to fetch the package.
@@ -39,7 +39,7 @@ Then, run `flutter pub get` to fetch the package.
Import the package in your Dart file:
```dart
-import 'package:puzzletak_neon_widget/puzzletak_neon_widget.dart';
+import 'package:text_neon_widget/text_neon_widget.dart';
```
Create a `PTTextNeon` widget and provide the necessary parameters:
@@ -96,11 +96,11 @@ Feel free to experiment with different values for the parameters to achieve the
## Example
For a complete example of using the NavigationView package, refer to
-the [example](https://github.com/PuzzleTakX/puzzletak_neon_widget/tree/master/example) provided.
+the [example](https://github.com/PuzzleTakX/text_neon_widget/tree/master/example) provided.
## License
-This package is released under the MIT License. See the [LICENSE](https://github.com/PuzzleTakX/puzzletak_neon_widget/blob/master/LICENSE)
+This package is released under the MIT License. See the [LICENSE](https://github.com/PuzzleTakX/text_neon_widget/blob/master/LICENSE)
file for more details.
## Credits
diff --git a/example/pubspec.lock b/example/pubspec.lock
index ef98b27..c3a2cf4 100644
--- a/example/pubspec.lock
+++ b/example/pubspec.lock
@@ -174,7 +174,7 @@ packages:
path: ".."
relative: true
source: path
- version: "1.0.0"
+ version: "1.0.3"
vector_math:
dependency: transitive
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index e0d9282..8d56608 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
name: text_neon_widget
description: A Neon widget for Flutter With this widget, you can bring all your text to life with neon animations, and all elements are customizable,allowing you to personalize them as you like.
-version: 1.0.1
+version: 1.0.4
homepage: https://puzzletak.ir
repository: https://github.com/PuzzleTakX/text_neon_widget
environment:
- sdk: '>=3.1.3 <4.0.0'
+ sdk: '>=2.12.2 <4.0.0'
flutter: ">=1.17.0"
dependencies: