ck_utils 1.0.3 ck_utils: ^1.0.3 copied to clipboard
Collection of Widgets and helpful Methods
Platform Support #
| Android | iOS | | :-----: | :-: | | ✔️ | ✔️
Installation #
Add this line to pubspec.yaml
dependencies:
ck_utils: <latest_version>
Import package
import 'package:ck_utils/ck_utils.dart';
# bool Extensions
```dart
bool validate({bool value = false})
```dart