soclly_lens_validator 0.0.2 copy "soclly_lens_validator: ^0.0.2" to clipboard
soclly_lens_validator: ^0.0.2 copied to clipboard

Package for validation for lens protocal for soclly.

soclly_lens_validator #

License

Description #

This project is a Flutter package validator designed to ensure [brief description of what it validates]. It helps in validating [types of data or formats] and ensures compliance with [rules or standards it follows].

Table of Contents #

Installation #

To install this Flutter package, follow these steps:

  1. Add the dependency to your pubspec.yaml file:
    dependencies:
      your_package_name: ^1.0.0
    
  2. Install the package by running:
    flutter pub get
    

Usage #

Here are some examples of how to use the validator:

Basic Usage #

import 'package:your_package_name/your_package_name.dart';

void main() {
  var validator = Validator();

  // Validate a string
  bool isValid = validator.validateString('example data');
  print('Is valid: $isValid');

  // Validate a number
  bool isNumberValid = validator.validateNumber(123);
  print('Is number valid: $isNumberValid');
}
2
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Package for validation for lens protocal for soclly.

Homepage

License

unknown (license)

Dependencies

dio, flutter, json_schema

More

Packages that depend on soclly_lens_validator