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