π
ππ»π¨
Front-end Developer from Johor Bahru, Malaysia. Flutter addict and Dart enthusiast.
- Johor, Malaysia
Pinned Loading
-
-
-
-
-
[Dart] String Extension for Capitali...
[Dart] String Extension for Capitalizing Word 1extension CapExtension on String {
2//first letter only
3String get inCaps => '${this[0].toUpperCase()}${this.substring(1)}';
4//all letter in string
5String get allInCaps => this.toUpperCase();
-
flutter-form-builder-ecosystem/flutter_form_builder
flutter-form-builder-ecosystem/flutter_form_builder PublicSimple form maker for Flutter Framework
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.