therezacuet / Motion-Tab-Bar

A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
MIT License
293 stars 74 forks source link

initialIndex of the bottomNavigationBar? #1

Closed miaachan closed 4 years ago

miaachan commented 4 years ago

Hi dev, the initial tab is still fixed to index 1 in view even the initialIndex of _tabController is set to 0.

  @override
  void initState() {
    super.initState();
    _tabController = new MotionTabController(initialIndex: 0,vsync: this);
  }
therezacuet commented 4 years ago

Thank you for your feedback. I am working on this. It will be fixed on the next release.

fabioselau077 commented 4 years ago

Same problem. Good package, thanks for sharing, bro.

therezacuet commented 4 years ago

Please try version: 0.1.1

therezacuet commented 4 years ago

Hi dev, the initial tab is still fixed to index 1 in view even the initialIndex of _tabController is set to 0.

  @override
  void initState() {
    super.initState();
    _tabController = new MotionTabController(initialIndex: 0,vsync: this);
  }

Please try version: 0.1.1