ghini 25.11.28213152
ghini: ^25.11.28213152 copied to clipboard
A compact Flutter utility kit for colored debugging and tools.
GhiniA compact and unified utility kit for Flutter development, designed to simplify debugging and enhance productivity with minimal overhead.FeaturesZero Configuration: Works out of the box.Efficient Debugging: Colored logs and auto-locating print statements.Lightweight: No unnecessary dependencies.Getting startedAdd this to your pubspec.yaml:dependencies: ghini: ^0.0.1 Usageimport 'package:ghini/ghini.dart';
void main() { Kit.debug('Hello World'); }