Skip to content

eudangeld/simple_dart_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GitHub license


Logo

LinuxScripts

Table of Contents

About The Project

Simple Dart Tool

Simple validators for dart/flotter projects projects.

Validators

  • Validate email
  • Validate Brazilian cpf

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Using on flutter projects

Add this in your pubspec.yaml file

 simple_dart_tools:
    git: git://github.com/eudangeld/simple_dart_tools.git

Importing

import 'package:simple_dart_tools/dart_tools.dart';

Basic Usage

DartValidators tools = DartValidators();
if (!tools.validateEmail(value))print('your warning')

Running the tests

On project folder run Flutter test

Usage

Here is the description about...

  • add some more features.
  • use pictures for demo if you can
  • or use gif images here if you want

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the License. See LICENSE for more information.

Contact

Project Link: https://github.com/eudangeld/simple_dart_tools

Acknowledgements

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published