logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

GitCode 口袋Flutter + pull_to_refresh 组件封装与分页加载实现中常遇见问题及相关解决方案

检查 `ListView` 布局:避免设置 `physics: NeverScrollableScrollPhysics()`(会禁用滚动手势),确保 `padding` 不遮挡刷新区域。1. 访问 GitCode 令牌配置页(https://gitcode.com/setting/token-classic);2. 勾选权限:`Repository`(读写)、`User`(只读)、`Projec

GitCode 口袋Flutter + pull_to_refresh 组件封装与分页加载实现中常遇见问题及相关解决方案

检查 `ListView` 布局:避免设置 `physics: NeverScrollableScrollPhysics()`(会禁用滚动手势),确保 `padding` 不遮挡刷新区域。1. 访问 GitCode 令牌配置页(https://gitcode.com/setting/token-classic);2. 勾选权限:`Repository`(读写)、`User`(只读)、`Projec

Flutter项目配置GitCode访问令牌注意事项

ls harmony/entry/src/main/config.json 2>/dev/null || echo "缺少config.json"ls harmony/settings.gradle 2>/dev/null || echo "缺少settings.gradle"GitCode鸿蒙跨平台开发者社区https://gitcode.com/oh-flutter。# 检查 harmony/

Flutter项目配置GitCode访问令牌注意事项

ls harmony/entry/src/main/config.json 2>/dev/null || echo "缺少config.json"ls harmony/settings.gradle 2>/dev/null || echo "缺少settings.gradle"GitCode鸿蒙跨平台开发者社区https://gitcode.com/oh-flutter。# 检查 harmony/

Flutter项目配置GitCode访问令牌注意事项

ls harmony/entry/src/main/config.json 2>/dev/null || echo "缺少config.json"ls harmony/settings.gradle 2>/dev/null || echo "缺少settings.gradle"GitCode鸿蒙跨平台开发者社区https://gitcode.com/oh-flutter。# 检查 harmony/

Flutter开发框架如何在deveco打开项目

一.首先了解一下什么是Flutter萌新首先按照以上链接内文章操作,我将提出操作中可能会遇到的Flutter开发框架无法在deveco打开,找不到等问题,进行详细补充一下一.首先了解一下什么是FlutterFlutter 是一个开源的跨平台 UI 开发框架,它通过共享一套代码库,让开发者能够高效地构建出能原生编译并运行在多个主流平台(包括 iOS、Android、Web、Windows、macOS

#flutter
到底了