# flutter getx **Repository Path**: abandonm/flutter-getx ## Basic Information - **Project Name**: flutter getx - **Description**: flutter getx学习 - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-06-11 - **Last Updated**: 2025-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter getx学习 ## 获取依赖插件 run flutter pub get ## 跟新依赖插件 flutter pub upgrade ## 运行 flutter run ## flutter_getx_1 ### markdown语法 # 一级标题 ## 二级标题 ### 三级标题 # 粗体(**Bold**) 这是**粗体** # 斜体(*Italic*) 这是*斜体*meow # 代码块或用做灰色框标示 段首键入TAB键或输出4个空格,即可添加代码块; 段落前添加``` 段后添加 ``` # 粗体和斜体(***Italic****) This is really ***very*** important text. # 有序列表 (在每个列表项前添加数字并紧跟一个英文句点。数字不必按数学顺序排列,但是列表应当以数字 1 起始) 1. First item 8. Second item 3. Third item 5. Fourth item # 无序列表 (-) (在每个列表项前面添加破折号 (-)、星号 (*) 或加号 (+) 。缩进一个或多个列表项可创建嵌套列表) - First item - Indented item - Indented item * First item + First item ## 分隔线语法 (---) (单独一行上使用三个或多个星号 (***)、破折号 (---) 或下划线 (___)) ## 图片 ![Tux, the Linux mascot](/assets/images/tux.png) ## 给链接增加 Title (鼠标悬停提示) 这是一个链接 [Markdown语法](https://markdown.com.cn "最好的markdown教程")。 ## 网址和Email地址 使用尖括号可以很方便地把URL或者email地址变成可点击的链接。 ## 带格式化的链接 强调 链接, 在链接语法前后增加星号。 要将链接表示为代码,请在方括号中添加反引号。 I love supporting the **[EFF](https://eff.org)**. This is the *[Markdown Guide](https://www.markdownguide.org)*. See the section on [`code`](#code). ## 依赖组件 -[](./lib/common/user.dart) # hzy GetX 界面规范 hzy_normal_widget: ^0.0.2 # 本地数据存储 sp_util: ^2.0.3 # 加载动画 flutter_easyloading: ^3.0.5 # 网页加载 webview_flutter: ^3.0.4 # 瀑布流 flutter_staggered_grid_view: ^0.6.1 *