simple_dart 1.0.4 simple_dart: ^1.0.4 copied to clipboard
Collection of extension methods to make your code simple , clean and fast
import 'package:simple_dart/simple_dart.dart';
void main() {
print("1".toInt());
}