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

outdated

Lazy load function of indexed stack, when the page is displayed for the first time, add the 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(),
    ...
  ],
);
14
likes
0
pub points
90%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on proste_indexed_stack