
Flutter
swcgo
这个作者很懒,什么都没留下…
展开
-
git 使用过程中问题,及使用方式.
1: 注册coding并新建项目test2:在终端 cd 到要提交的项目 使用git init创建.git文件夹3:使用git pull <项目地址> 这个地方容易出错. 比如说服务器有文件本地也有文件. 第一次方式是把本地的删除. 第二种方式是 合并一下4:git add * 添加项目下面的所有文件5:git commit -m ‘描述提交的内容’ 并根据提示输入coding的用户名和密码6:git remote add <名字> ...原创 2021-02-03 21:45:00 · 190 阅读 · 0 评论 -
Flutter 组件轮播图 flutter_swiper
每日学一点直接上代码使用了 dio: ^2.0.14 json_serializable: ^1.3.0 http: ^0.12.0 flutter_swiper: ^1.1.5import 'dart:convert';import 'package:flutter/material.dart';import 'package:flutter_a1/...原创 2019-03-13 22:43:53 · 1601 阅读 · 0 评论