flutter_dtx 1.0.3 copy "flutter_dtx: ^1.0.3" to clipboard
flutter_dtx: ^1.0.3 copied to clipboard

Flutter package for Basic dart extension functions, can make use development speed fast

example/lib/example.dart

import 'package:flutter_dtx/flutter_dtx.dart';

class Example {
  void demoMethod() {
    //checks email (valid Email)
    "demo@gmail.com".isEmail();
    "#FFF".isHexColor();
    "".toHexColor();
    "".isAlpha();
    "".isFloat();
  }
}
9
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Flutter package for Basic dart extension functions, can make use development speed fast

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on flutter_dtx