bubble_bottom_bar icon indicating copy to clipboard operation
bubble_bottom_bar copied to clipboard

Example With Page Changes

Open yusrenaltair opened this issue 4 years ago • 2 comments

I'm a flutter newbie. I tried with the example you gave, and it worked. But I am confused how to apply with page changes while maintaining the bottom bar, like in TabBarView. as I know, the function is placed here. thought.

void changePage(int index) {
    setState(() {
      currentIndex = index;
    });
  }

Thank you for your attention.

yusrenaltair avatar Jan 03 '20 01:01 yusrenaltair