Skip to content

SPiercer/many

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

many

the alter ego of the dart library Once made by Mostafa Soliman and me 😜️


many things should be listened to multiple times.

  • idk what but i just made it to fix a bug in my work and i decided to make a package out of it 😂️.
    you can tell me though..

many supports runHourly, runEvery12Hours, runDaily, runWeekly, runMonthly, and Custom (Period).

motivataion

As i said before i just made this package to fix a bug and i wondered if it can be reusable.
so this is mainly for apps that runs all the time like Kiosks and for short runtime streams

NOTE THAT THE STREAMS UNSUBSCRIBE IF YOU CLOSED THE APP
so if you want to run tasks periodically please check the package once
as it runs on futures instead of streams

Usage

Now you're ready to go. Say you have an app that's working 24/7 and you want to check for updates each 12 hours and show the updates:

Many.listenEvery12Hours("key",() {
    /* show updates if found else show [no updates] */
});

Contributors

Please check the Changelog for new updates

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published