matches 1.0.0-pre.1 copy "matches: ^1.0.0-pre.1" to clipboard
matches: ^1.0.0-pre.1 copied to clipboard

discontinuedreplaced by: dart_patterns

Collection of useful patterns for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add matches

With Flutter:

 $ flutter pub add matches

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  matches: ^1.0.0-pre.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:matches/matches.dart';