proste_indexed_stack 0.1.0 copy "proste_indexed_stack: ^0.1.0" to clipboard
proste_indexed_stack: ^0.1.0 copied to clipboard

outdated

Lazy load function of indexed stack, when the page is displayed for the first time, add to stack.

Englist | 中文

Introduce #

The indexedstack component provides lazy loading function. When the page is pushed into the stack before the first presentation, all the parameters are consistent with IndexedStack. You can use ProsteIndexedStack like IndexedStack.

Usage #

int _current = 0;

ProsteIndexedStack(
  index: _current,
  children: [
    Page1(),
    Page2(),
    Page3(),
    Page4(),
    ...
  ],
);
15
likes
0
points
430
downloads

Publisher

unverified uploader

Weekly Downloads

Lazy load function of indexed stack, when the page is displayed for the first time, add to stack.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on proste_indexed_stack