katana 0.9.2+7 katana: ^0.9.2+7 copied to clipboard
Package containing a collection of basic Dart utilities. It provides the base part of the Masamune framework.
Katana #
"Katana" is a package of utilities for Dart/Flutter. It defines several extension methods and global functions.
- Extended methods for String and Map
Getting Started #
Add this to your package's pubspec.yaml file:
dependencies:
katana: ^0.9.2
You should then run flutter pub upgrade
.
Usage #
import 'package:katana/katana.dart';