Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit a1dbd6f

Browse files
committed
1.0.0
1 parent bf198b9 commit a1dbd6f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.0.0]
2+
- Minor fixes on null safety. Thanks [Rajan](https://github.com/rajan-nonstopio)
3+
14
## [1.0.0-nullsafety]
25
- Migrating to null safety
36

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -405,3 +405,7 @@ There are couple of ways in which you can contribute.
405405
[badge]: https://img.shields.io/badge/style-effective_dart-40c4ff.svg
406406
[badge_link]: https://pub.dev/packages/effective_dart
407407
[repo_link]: https://github.com/ajaykumargithub2114/ns_utils
408+
[publish_package]: flutter pub publish --dry-run
409+
410+
411+

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ns_utils
22
description: Set of methods/extentions for flutter that makes using framework in a much easier and clean way also adds additional functionality.
3-
version: 1.0.0-nullsafety
3+
version: 1.0.0
44
documentation: https://github.com/ajaykumargithub2114/ns_utils
55
homepage: https://github.com/ajaykumargithub2114/ns_utils
66

0 commit comments

Comments
 (0)