Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/divyanshub024/flutter_validators/main/assets/banner.png" alt="Flutter Validators Banner" />
<img src="https://raw.githubusercontent.com/StacDev/flutter_validators/main/assets/banner.png" alt="Flutter Validators Banner" />
</p>

<p align="center">
Expand All @@ -12,9 +12,9 @@

<p align="center">
<a href="https://pub.dev/packages/flutter_validators"><img src="https://img.shields.io/pub/v/flutter_validators.svg?logo=dart&color=blue" alt="Pub Version"></a>
<a href="https://github.com/divyanshub024/flutter_validators/actions"><img src="https://github.com/divyanshub024/flutter_validators/actions/workflows/test.yml/badge.svg" alt="CI"></a>
<a href="https://github.com/StacDev/flutter_validators/actions"><img src="https://github.com/StacDev/flutter_validators/actions/workflows/test.yml/badge.svg" alt="CI"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="MIT License"></a>
<a href="https://github.com/divyanshub024/flutter_validators/stargazers"><img src="https://img.shields.io/github/stars/divyanshub024/flutter_validators?style=flat&logo=github&colorB=green&label=stars" alt="Stars"></a>
<a href="https://github.com/StacDev/flutter_validators/stargazers"><img src="https://img.shields.io/github/stars/StacDev/flutter_validators?style=flat&logo=github&colorB=green&label=stars" alt="Stars"></a>
</p>

<p align="center">
Expand Down Expand Up @@ -508,13 +508,8 @@ validator: (value) {

## 🤝 Contributing

Contributions, issues and feature requests are welcome! Check the [issues page](https://github.com/divyanshub024/flutter_validators/issues) to get started.

Before opening a pull request, please run the test suite:

```sh
dart test
```
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/StacDev/flutter_validators/issues).

---

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_validators
description: A pure dart package of String validators and sanitizers. Inspired by validator.js.
version: 1.2.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
Expand Down
Loading