ziton_error 0.0.1 ziton_error: ^0.0.1 copied to clipboard
plugin for testing error management
Glitch Text #
A Flutter package for testing error monitoring
Features #
- Error information with context
- platform and screen information
- error file info with lines causing error
- project panel for collaboration
Getting Started #
1. Depend on it #
Add this to your package's pubspec.yaml
file:
dependencies:
ziton_error 0.0.1
2. Install it #
You can install packages from the command line:
with pub
:
$ pub get
with Flutter
:
$ flutter pub get ziton_error
3. Import it #
Now in your Dart
code, you can use:
import 'package:glitch_text/glitch_text.dart';
Usage #
import plugin and create GlichText function