flutter_lazy_indexed_stack 0.0.4
flutter_lazy_indexed_stack: ^0.0.4 copied to clipboard
A Flutter package that exposes an `IndexedStack` that can be lazily loaded.
example/lib/main.dart
import 'package:example/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const ExampleApp());
}