From b17d3eae8b1b2c3c6bd19200fbc80b5442a11532 Mon Sep 17 00:00:00 2001 From: Divyanshu Bhargava Date: Fri, 15 May 2026 18:30:27 +0530 Subject: [PATCH 1/2] chore: migrate repository references to StacDev organization Updates the homepage/repository links, README badges and links, and the LICENSE copyright holder to reflect the repository move to the StacDev GitHub organization. --- LICENSE | 2 +- README.md | 8 ++++---- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 61f40c8..57a5769 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Divyanshu Bhargava +Copyright (c) 2026 StacDev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f249ef4..4ca6849 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Flutter Validators Banner + Flutter Validators Banner

@@ -12,9 +12,9 @@

Pub Version - CI + CI MIT License - Stars + Stars

@@ -158,7 +158,7 @@ Validator.length(int min, {int? max, String errorMessage}) ## 🤝 Contributing Contributions, issues, and feature requests are welcome! -Feel free to check the [issues page](https://github.com/divyanshub024/flutter_validators/issues). +Feel free to check the [issues page](https://github.com/StacDev/flutter_validators/issues). --- diff --git a/pubspec.yaml b/pubspec.yaml index 93a60a9..7011d9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: flutter_validators description: A pure dart package of String validators and sanitizers. Inspired by validator.js. version: 1.1.0 -homepage: https://github.com/divyanshub024/flutter_validator -repository: https://github.com/divyanshub024/flutter_validator +homepage: https://github.com/StacDev/flutter_validators +repository: https://github.com/StacDev/flutter_validators environment: sdk: ^3.7.0 From d997c93d307c4a5aca1a160b8bfe5d9eafa8d109 Mon Sep 17 00:00:00 2001 From: Divyanshu Bhargava Date: Fri, 15 May 2026 18:43:27 +0530 Subject: [PATCH 2/2] fix: restore version 1.2.0 dropped during merge conflict resolution --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7011d9e..a759457 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_validators description: A pure dart package of String validators and sanitizers. Inspired by validator.js. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/StacDev/flutter_validators repository: https://github.com/StacDev/flutter_validators