Skip to content

Commit

Permalink
Initial Version
Browse files Browse the repository at this point in the history
  • Loading branch information
PuzzleTakX committed Oct 6, 2023
1 parent ac0d4b8 commit 1ca6dcd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -14,13 +14,13 @@ For support, please follow me.
## Demo new

<div style="display: flex; flex-direction: row;">
<img src="https://github.com/PuzzleTakX/puzzletak_neon_widget/blob/master/demo/1.jpg?raw=true" alt="image_demo" width="300" height="700">
<img src="https://github.com/PuzzleTakX/text_neon_widget/blob/master/demo/1.jpg?raw=true" alt="image_demo" width="300" height="700">

<img src="https://github.com/PuzzleTakX/puzzletak_neon_widget/blob/master/demo/2.jpg?raw=true" alt="second_image" width="300" height="700">
<img src="https://github.com/PuzzleTakX/text_neon_widget/blob/master/demo/2.jpg?raw=true" alt="second_image" width="300" height="700">
</div>


<img src="https://github.com/PuzzleTakX/puzzletak_neon_widget/blob/master/demo/4.gif?raw=true" alt="image_demo" width="300" height="700">
<img src="https://github.com/PuzzleTakX/text_neon_widget/blob/master/demo/4.gif?raw=true" alt="image_demo" width="300" height="700">

## Installation ☺

Expand All @@ -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.

Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -14,13 +14,13 @@ For support, please follow me.
## Demo new

<div style="display: flex; flex-direction: row;">
<img src="https://github.com/PuzzleTakX/puzzletak_neon_widget/blob/master/demo/1.jpg?raw=true" alt="image_demo" width="300" height="700">
<img src="https://github.com/PuzzleTakX/text_neon_widget/blob/master/demo/1.jpg?raw=true" alt="image_demo" width="300" height="700">

<img src="https://github.com/PuzzleTakX/puzzletak_neon_widget/blob/master/demo/2.jpg?raw=true" alt="second_image" width="300" height="700">
<img src="https://github.com/PuzzleTakX/text_neon_widget/blob/master/demo/2.jpg?raw=true" alt="second_image" width="300" height="700">
</div>


<img src="https://github.com/PuzzleTakX/puzzletak_neon_widget/blob/master/demo/4.gif?raw=true" alt="image_demo" width="300" height="700">
<img src="https://github.com/PuzzleTakX/text_neon_widget/blob/master/demo/4.gif?raw=true" alt="image_demo" width="300" height="700">

## Installation ☺

Expand All @@ -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.

Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.3"
vector_math:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1ca6dcd

Please sign in to comment.