# kemin_flutter_samples **Repository Path**: keminLuo/kemin_flutter_samples ## Basic Information - **Project Name**: kemin_flutter_samples - **Description**: 自己验证用的flutter demo应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-17 - **Last Updated**: 2026-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kemin_flutter_samples ## 介绍 记录自己编写或相关功能验证的Flutter应用示例工程。 Flutter SDK 默认是3.27版本 ## 原则 1) 为了缩短工程的路径,所有工程直接放到根目录下,不允许嵌套过深。 2) 示例工程需要提供列表展示,以名称排序 3) 需要有功能相关的归类 4) 示例应用的命名,如果和常见的命名冲突,可以在后面加`_demo`字眼。`demo`字眼不要放到示例应用的前面。 ## 其他示例应用 [flutter_samples](https://gitcode.com/openharmony-tpc/flutter_samples) [flutter_packages](https://gitcode.com/openharmony-tpc/flutter_packages) [openharmony-flutter](https://gitcode.com/openharmony-tpc/openharmony-flutter) ## 名称排序列表 | 示例应用 | 说明 | 官网 | | ---- | ---- | ---- | | [blur_demo](./blur_demo/) | 用svg动画替代BoxShadow模糊 | 无 | | [complex_layout](./complex_layout/) | 常见的benchmark(滑动) | 无 | | [demo_webview](./demo_webview/) | webview播放视频可自动横屏demo | 无 | | [flutter-pag-demo1](./flutter-pag-demo1/) | pag动画示例1 | 无 | | [font_demo](./font_demo/) | 字体样式测试demo | 无 | | [hover_buttom](./hover_buttom/) | 鼠标悬挂及文本框多样式的demo | 无 | | [icu_intl_demo](./icu_intl_demo/) | 国际化测试demo | 无 | | [image_demo](./image_demo/) | 图片显示demo | 无 | | [modal_bottom_sheet](./modal_bottom_sheet-main/sheet/) | 底部弹窗动画(半模式) | [modal_bottom_sheet](https://github.com/jamesblasco/modal_bottom_sheet/tree/main)| | [multi_animation](./multi_animation/) | 动画 | 无 | | [multiple_flutters](./multiple_flutters/) | ?? | 无 | | [pag_tabbarview_demo](./pag_tabbarview_demo/) | 滑动列表、标签页、路由导航场景下的pag动画 | 无 | | [pag-flutter-main](./pag-flutter-main/) | pag动画官方示例 | [pag-flutter-main](https://pub.dev/packages/pag) | | [pic_downup_demo](./pic_downup_demo/) | 上下移动的循环图片动画 | 无 | | [rich_icon_demo](./rich_icon_demo/) | 富文本嵌入图片导致闪退的demo | 无 | | [richtext_demo](./richtext_demo/) | 富文本测试demo | 无 | | [svg_animation](./svg_animation/) | svga动画,包含svg素材 | 无 | | [swiper_demo](./swiper_demo/) | 轮播图 | 无 | | [tarview_navigator_with_animation](./tarview_navigator_with_animation/) | ?? | 无 | | [tripe_scroll_list_flex](./tripe_scroll_list_flex/) | ?? | | | [tripe_scroll_web_flex](./tripe_scroll_web_flex/) | ?? | | | [video_multi_demo](./video_multi_demo/) | 滑动列表、标签页、路由导航场景下的video_player | 无 | | [video_player](./video_player/) | 视频播放 | 无 | | [webview_multi_demo](./webview_multi_demo/) | 滑动列表、标签页、路由导航场景下的webview动画 | 无 |