Last updated:
0 purchases
signposts
signposts #
A flutter plugin for Apple's os_signpost API.
Usage #
import 'package:signposts/signposts.dart' as signposts;
void main() {
signposts.emitEvent('hello');
signposts.beginInterval(1, 'hi');
print('hi');
signposts.endInterval(1, 'bye');
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.