Skip to content

Commit

Permalink
Add note about looking for a new maintainer
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed May 24, 2023
1 parent bbe469b commit 3ed96f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
Even more, those releases seem to be forward-compatible with Dart 3.0, so
upgrading should only be necessary if you also need to bump other dependencies.

**WANTED:** It's been almost 2 years since the last time I used Dart or
Flutter, and while I enjoy maintaining open source projects, it is becoming
more and more difficult to keep up to date with changes in Dart and maintaining
this project, so **I'm looking for a maintainer willing to take over this
project** to ensure its health in the future. Please [get in
touch](https://github.com/llucax/pausable_timer/discussions/55) if you are
interested.

[More details available in
GitHub](https://github.com/llucax/pausable_timer/milestone/13?closed=1).

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ A [Dart](https://dart.dev/)
[timer](https://api.dart.dev/stable/dart-async/Timer/Timer.html) that can be
paused, resumed and reset.

## New maintainer wanted

It's been almost 2 years since the last time I used Dart or Flutter, and while
I enjoy maintaining open source projects, it is becoming more and more
difficult to keep up to date with changes in Dart and maintaining this project,
so **I'm looking for a maintainer willing to take over this project** to ensure
its health in the future. Please [get in
touch](https://github.com/llucax/pausable_timer/discussions/55) if you are
interested.

## Example using `start()`, `pause()` and `reset()`

```dart
Expand Down

0 comments on commit 3ed96f5

Please sign in to comment.