lib_x 0.0.1
lib_x: ^0.0.1 copied to clipboard
lib_x is a simple library which includes some well tested, lightweight, and commonly needed packages. And on top of those packages, there're some preconfigured solutions and simplifications to help yo [...]
example/lib/main.dart
import 'package:example/src/src.dart';
void main() {
runApp(const MyApp());
}