BREAKING:
- Remove type checking of 'tabs' behind the scenes in favor of greater clarity: it is now on the developer to specify the type of 'tabs' using the new 'isStringTabs' parameter. Set it to 'false' if your 'tabs' value is a 'List'; leave it as 'true' if 'tabs' is a 'List'.
- Update example/lib/main.dart to reflect changes.
- Update pubspec.yaml.
- Update README.md.
Fix static analysis error
Fix static analysis error
Add 'enableFeedback' property for acoustic and/or haptic feedback on tab gestures. Update REAMDE.md.
Major improvements:
- Add 'tabStart' and 'tabEnd' properties. Specify where, along the side, tabs begin and end.
- Refactor child hit testing.
- Update README.md and example/lib/main.dart to reflect changes.
Fix 'TabContainerController' listener removal.
Fix CHANGELOG.md, pubspec.yaml
Update README.md
BREAKING:
- Remove unnecessary 'usesTextWidget' property. Type of 'tabs' is checked automatically now.
- Add 'childPadding' property, which specifies the padding to be applied to all 'children'.
- Update example/lib/main.dart to reflect changes.
- Update pubspec.yaml.
- Update README.md.
Update pubspec.yaml
Move example file and update README.md
Initial development release.