Skip to content

flutter-demo 因为B站视频课程,demo是分章节的多个工程,我按照B站视频课程手写了一整个App,集合了很多效果

Notifications You must be signed in to change notification settings

OrageKK/flutter_my_app

Repository files navigation

flutter_my_app

A new Flutter project.

包含:

  • 路由管理
  • 基础组件(Text、Image、Icon)
  • 布局组件
    • 容器组件Container
    • 线性布局Row、Column
    • 弹性布局Flex
    • 流式布局Wrap
    • 层叠布局Stack、Positioned
    • 对齐与相对定位Align
  • 容器类组件
    • 填充Padding
    • 装饰容器DecoratedBox
    • 变换Transform
    • 剪裁Clip
    • 页面骨架Scaffold、AppBar
    • 抽屉菜单Drawer
    • 底部Tab导航
    • 页面body
  • 可滚动组件
    • GridView
    • ListView
    • TabBarView
    • CustomScrollView 和 Slivers
    • 滚动弹幕效果
  • 动画
    • 隐式动画
    • 显式动画
    • 交错动画
    • 动画切换组件(AnimatedSwitcher)

使用库

  • fluttertoast: ^8.0.9
  • cached_network_image: ^3.2.2
  • flutter_staggered_grid_view: ^0.6.2

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

flutter-demo 因为B站视频课程,demo是分章节的多个工程,我按照B站视频课程手写了一整个App,集合了很多效果

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published