simple_dart 1.0.5 simple_dart: ^1.0.5 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());
}