Skip to content

Commit e7e2df0

Browse files
authored
Minor version updates (#46)
1 parent cb60fb2 commit e7e2df0

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

.github/FUNDING.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
github: nixrajput
2+
ko_fi: nixrajput
3+
buy_me_a_coffee: nixrajput
4+
thanks_dev: u/gh/nixrajput
5+
open_collective: nixrajput

README.md

+20-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ A Dart package that converts and formats `DateTime` objects into human-readable
1212
[![GitHub repo size](https://img.shields.io/github/repo-size/nixrajput/get_time_ago?label=Repo+Size&style=flat)][repo]
1313
[![GitHub language count](https://img.shields.io/github/languages/count/nixrajput/get_time_ago?label=Languages&style=flat)][repo]
1414
[![GitHub top language](https://img.shields.io/github/languages/top/nixrajput/get_time_ago?label=Top+Language&style=flat)][repo]
15+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nixrajput?label=Sponsors&style=flat)][repo]
1516

17+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nixrajput/get_time_ago?label=Latest+Release&style=flat)][releases]
1618
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nixrajput/get_time_ago?label=Latest+Release&style=flat)][releases]
1719
[![GitHub last commit](https://img.shields.io/github/last-commit/nixrajput/get_time_ago?label=Last+Commit&style=flat)][repo]
1820
[![GitHub issues](https://img.shields.io/github/issues/nixrajput/get_time_ago?label=Issues&style=flat)][issues]
@@ -28,7 +30,6 @@ A Dart package that converts and formats `DateTime` objects into human-readable
2830
- [Impact on Custom Implementations:](#impact-on-custom-implementations)
2931
- [Example of Custom Locale Update:](#example-of-custom-locale-update)
3032
- [Demo](#demo)
31-
- [Click here to experience the demo in a Web App](#click-here-to-experience-the-demo-in-a-web-app)
3233
- [Installation](#installation)
3334
- [Usage](#usage)
3435
- [Formatting String as `get_time_ago`](#formatting-string-as-get_time_ago)
@@ -37,6 +38,7 @@ A Dart package that converts and formats `DateTime` objects into human-readable
3738
- [Supported Languages](#supported-languages)
3839
- [Contributing](#contributing)
3940
- [License](#license)
41+
- [Contributors](#contributors)
4042
- [Support My Work](#support-my-work)
4143
- [Connect With Me](#connect-with-me)
4244
- [Activities](#activities)
@@ -88,7 +90,11 @@ This section explains the breaking change, the impact it has on custom implement
8890

8991
## Demo
9092

91-
### [Click here to experience the demo in a Web App](https://nixrajput.github.io/get_time_ago)
93+
<h3>
94+
<a href="https://nixrajput.github.io/get_time_ago" target="_blank">
95+
Click here to experience the demo in a Web App
96+
</a>
97+
</h3>
9298

9399
## Installation
94100

@@ -239,6 +245,14 @@ If you would like to contribute to this project, feel free to fork the repositor
239245

240246
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
241247

248+
## Contributors
249+
250+
<a href="https://github.com/nixrajput/get_time_ago/graphs/contributors" target="_blank">
251+
<img src="https://contrib.rocks/image?repo=nixrajput/get_time_ago" />
252+
</a>
253+
254+
Made with [contrib.rocks](https://contrib.rocks).
255+
242256
## Support My Work
243257

244258
Your support helps me dedicate more time to developing high-quality, impactful projects in the open-source community. Sponsor me, and together, let’s bring even more innovation to life!
@@ -252,11 +266,11 @@ Your support helps me dedicate more time to developing high-quality, impactful p
252266
## Connect With Me
253267

254268
[![GitHub: nixrajput](https://img.shields.io/badge/nixrajput-EFF7F6?logo=GitHub&logoColor=333&link=https://www.github.com/nixrajput)][github]
255-
[![Linkedin: nixrajput](https://img.shields.io/badge/nixrajput-EFF7F6?logo=LinkedIn&logoColor=blue&link=https://www.linkedin.com/in/nixrajput)][linkedin]
256-
[![Instagram: nixrajput](https://img.shields.io/badge/nixrajput-EFF7F6?logo=Instagram&link=https://www.instagram.com/nixrajput)][instagram]
269+
[![Linkedin: nixrajput](https://img.shields.io/badge/nixrajput-EFF7F6?logo=Linkedin&logoColor=333&link=https://www.linkedin.com/in/nixrajput)][linkedin]
270+
[![Instagram: nixrajput](https://img.shields.io/badge/nixrajput-EFF7F6?logo=Instagram&logoColor=333&link=https://www.instagram.com/nixrajput)][instagram]
257271
[![Twitter: nixrajput07](https://img.shields.io/badge/nixrajput07-EFF7F6?logo=X&logoColor=333&link=https://x.com/nixrajput07)][twitter]
258-
[![Telegram: nixrajput](https://img.shields.io/badge/nixrajput-EFF7F6?logo=Telegram&link=https://telegram.me/nixrajput)][telegram]
259-
[![Gmail: [email protected]](https://img.shields.io/badge/[email protected]?logo=Gmail&link=mailto:[email protected])][gmail]
272+
[![Telegram: nixrajput](https://img.shields.io/badge/nixrajput-EFF7F6?logo=Telegram&logoColor=333&link=https://telegram.me/nixrajput)][telegram]
273+
[![Gmail: [email protected]](https://img.shields.io/badge/[email protected]?logo=Gmail&logoColor=333&link=mailto:[email protected])][gmail]
260274

261275
## Activities
262276

test/messages/language/ne_msg_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void main() {
9696
expect(result, "एक मिनेट अघि");
9797
});
9898

99-
test("should return 2 मिनेट अघिn for time 2 minutes ago", () {
99+
test("should return 2 मिनेट अघि for time 2 minutes ago", () {
100100
final result = GetTimeAgo.parse(
101101
_getRelativeDateTime(const Duration(minutes: 2)),
102102
locale: "ne",

0 commit comments

Comments
 (0)