0 purchases
easy connectivity
Easy connectivity #
An easy package to use the Internet connectivity check.
Call a function when internet is connected #
The ready callback will be call when the internet is connected. This may be called multiple times whenever the internet is on.
The ready callback will be called when the app starts.
ConnectivityService.instance.init(ready: () {
doSomethingHere();
});
copied to clipboard
ConnectionReady widget #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.