https://github.com/iconica-development/flutter_multi_child_animated_switcher
  
  
    A simple flutter widget that allow animation changes between different childeren 
    https://github.com/iconica-development/flutter_multi_child_animated_switcher
  
component
        Last synced: 14 days ago 
        JSON representation
    
A simple flutter widget that allow animation changes between different childeren
- Host: GitHub
- URL: https://github.com/iconica-development/flutter_multi_child_animated_switcher
- Owner: Iconica-Development
- License: bsd-3-clause
- Created: 2022-12-09T09:53:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T07:04:12.000Z (over 1 year ago)
- Last Synced: 2025-03-23T09:13:25.693Z (7 months ago)
- Topics: component
- Language: Dart
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
 
Awesome Lists containing this project
README
          [](https://github.com/tenhobi/effective_dart)
A simple flutter widget that allow animation changes between different childeren
## Setup
Add `flutter_multi_child_animated_switcher` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
## How to use
How can we use the package descibe the most common ways with examples in
```dart
 MultiChildAnimatedSwitcher(
    zeroIndexed: true, // Whether the first child is index 0 or 1
    showWidget: show, // The index of the child to show
    // The children that are possible to show
    children: const [
        WidgetOne(),
        WidgetTwo(),
        WidgetThree(),
    ],
),
```
## Issues
Please file any issues, bugs or feature request as an issue on our [GitHub](https://github.com/Iconica-Development/flutter_multi_child_animated_switcher/issues) page. Commercial support is available if you need help with integration with your app or services. You can contact us at [support@iconica.nl](mailto:support@iconica.nl).
## Want to contribute
If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our [contribution guide](../CONTRIBUTING.md) and send us your [pull request](https://github.com/Iconica-Development/flutter_multi_child_animated_switcher/pulls).
## Author
This `flutter_multi_child_animated_switcher` for Flutter is developed by [Iconica](https://iconica.nl). You can contact us at