Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T07:04:12.000Z (12 months ago)
- Last Synced: 2024-11-30T04:29:42.140Z (2 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
[![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](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 [[email protected]](mailto:[email protected]).
## 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