Skip to content

Commit 9cd7094

Browse files
fix(i_validator): Added NumberValidator
1 parent b0c1112 commit 9cd7094

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the **File Upload Progress Indicator** component will be documented in this file.
44

5+
## 0.0.6
6+
7+
### Sep 9, 2025
8+
9+
### ✨ Updated
10+
11+
- Updated `reusable_editor` to 1.2.5
12+
513
## 0.0.5
614

715
### Sep 8, 2025

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: upload_progress_indicator
22
description: "A customizable file upload progress indicator widget for Flutter, supporting multiple variants (linear, circular, overlay, and percentage text) and integration with flutter_bloc state management."
33

4-
version: 0.0.5
4+
version: 0.0.6
55

66
homepage: https://geniecodersrc.github.io/upload_progress_indicator/
77
repository: https://github.com/GenieCoderSrc/upload_progress_indicator
@@ -16,7 +16,7 @@ dependencies:
1616
sdk: flutter
1717

1818

19-
reusable_editor: ^1.2.4
19+
reusable_editor: ^1.2.5
2020

2121

2222
flutter_bloc: ^9.1.1

0 commit comments

Comments
 (0)