lazy_indexed_stack_plus 0.0.2
lazy_indexed_stack_plus: ^0.0.2 copied to clipboard
The ultimate enhanced IndexedStack with lazy loading, preloading, and state preservation made easy for optimized Flutter apps.
import 'package:example/my_app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}