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

discontinued
outdated

Dart helpers

example/dart_helpers_example.dart

import 'package:dart_helpers/dart_helpers.dart';

void main() {
  print(parseInt(1.2));
}