v0.4.0flutter_expanded_tile
리스트 타일과 유사한 확장 타일로, 선두 위젯을 지원하며 콘텐츠 확장 애니메이션을 프로그래밍 방식으로 제어할 수 있습니다.
micazi/flutter_expanded_tile open-source repository details.
{"sdk":"flutter"}{"sdk":"flutter"}^4.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
An Expansion tile similar to the list tile supports leading widget,and programatic control with content expansion animation.
Add this to your package's pubspec.yaml file:
dependencies:
flutter_expanded_tile: [latest version]
$ flutter pub get
import 'package:flutter_expanded_tile/flutter_expanded_tile.dart';
https://raw.githubusercontent.com/micazi/flutter_expanded_tile/HEAD/example/demo.gif
See Example page for example code.
[x] Adding Null Safety. [x] Adding Tap Callbacks. [x] Adding Listview widget with available controller for certain index. [x] Adding new separated constructor to the ExpandedTileList widget. [x] Adding border data to the tile with a full tile border feature.
Contributing is more than welcomed on any of my packages/plugins. I will try to keep adding suggested features as i go.
Michael Aziz (Micazi) - Github
This project is licensed under the MIT License - see the LICENSE.md file for details