flutter_shape_matcher 0.0.1
flutter_shape_matcher: ^0.0.1 copied to clipboard
An engaging Flutter package designed to entertain and educate young children aged under 5. With a collection of vibrant shapes like squares, circles, pentagons, and more, this package provides an inte [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_shape_matcherThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_shape_matcher: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_shape_matcher/flutter_shape_matcher.dart';