formutilss 1.0.0
formutilss: ^1.0.0 copied to clipboard
FlutteryHub is your go-to destination for all things Flutter! Whether you're a seasoned developer or just starting out, FlutterifyHub provides a wealth of resources, tutorials, and community support t [...]
example/formutilss_example.dart
import 'package:formutilss/formutilss.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}