Language: English | 简体中文
Modash makes Flutter simpler by reducing the difficulty of using arrays, numbers, objects, strings, and more.
Add dependencies to the pubspec.yaml
file of your Flutter project:
dependencies:
modash: latest_version
Then
flutter pub get
import 'package:modash/modash.dart';