nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.97k stars 1.67k forks source link

length should be 3 #3

Closed slabo closed 6 years ago

slabo commented 6 years ago

Example using_tabs, line 33 of main.dart length should be 3 instead of 2

controller = new TabController(length: 3, vsync: this);

nisrulz commented 6 years ago

Good catch. Fixed now.