multi_editor_plugin_file_stats 0.1.2
multi_editor_plugin_file_stats: ^0.1.2 copied to clipboard
File statistics plugin for MultiEditor - displays real-time file metrics including line count, character count, word count, and file size.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add multi_editor_plugin_file_statsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
multi_editor_plugin_file_stats: ^0.1.2Alternatively, 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:multi_editor_plugin_file_stats/multi_editor_plugin_file_stats.dart';