neerutils 0.1.0 copy "neerutils: ^0.1.0" to clipboard
neerutils: ^0.1.0 copied to clipboard

A collection of Utility functions in dart

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage #

A simple usage example:

import 'package:neerutils/neerutils.dart';

void main() async {
  printIp();
}

printIp() async{
  var ip = await NeerUtils.getPublicIP();
  print('ip: ${ip}');
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
95
pub points
0%
popularity

Publisher

verified publisherneerajjaiswal.com

A collection of Utility functions in dart

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on neerutils