inf0rmatix / reliable_interval_timer

A timer running a callback in a specified interval
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Add updateInterval method #6

Closed brylie closed 1 year ago

brylie commented 1 year ago

Closes #5

inf0rmatix commented 1 year ago

Hi @brylie thanks for the PR! Since the code has been written with line length of 120, this results in changes due to formatting being the default 80 on your end. Please run dart format . -l 120 --fix

inf0rmatix commented 1 year ago

You're really fast! That's awesome :) Would you mind setting up a GitHub workflow that runs the tests too? ^^"

inf0rmatix commented 1 year ago

@brylie I just published 1.0.2 thanks for contributing :)