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