flutter_dod 1.1.2 copy "flutter_dod: ^1.1.2" to clipboard
flutter_dod: ^1.1.2 copied to clipboard

flutter learning library than created other funtion so work essy and shot.

example/flutter_dod.dart

library flutter_dod;

/// String extensions .
extension Strings on String {
  bool isEmpty() {
    return this.trim().isEmpty;
  }
}

testPrint(str){
  print(str);
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

flutter learning library than created other funtion so work essy and shot.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_dod