摘要:
1) 画笔设置 Paint.Style.STROKE 中空模式 paint = new Paint(); //新建一个画笔对象 paint.setAntiAlias(true);//抗锯齿功能 paint.setColor(Color.RED); //设置画笔颜色 paint.setStyle(Pa 阅读全文
posted @ 2019-08-03 19:17
激流勇进1
阅读(424)
评论(0)
推荐(0)
摘要:
# Uncomment this line to define a global platform for your projectuse_frameworks!(http://www.my516.com) source 'https://github.com/CocoaPods/Specs.git 阅读全文
posted @ 2019-08-03 19:16
激流勇进1
阅读(253)
评论(0)
推荐(0)
摘要:
新建一个页面FirstScreen.dartmain.dart改动代码 导入import 'dart:ui' as ui;import 'package:flutter_module/FirstScreen.dart';12修改//void main() => runApp(MyApp());voi 阅读全文
posted @ 2019-08-03 19:16
激流勇进1
阅读(192)
评论(0)
推荐(0)
摘要:
platform :ios, '9.0'target 'myproject' do end #新添加的代码flutter_application_path = '../'eval(File.read(File.join(flutter_application_path, '.ios', 'Flutt 阅读全文
posted @ 2019-08-03 19:15
激流勇进1
阅读(1044)
评论(0)
推荐(0)
摘要:
ViewController.m #import "ViewController.h"#import <Flutter/Flutter.h>#include "GeneratedPluginRegistrant.h"#import "SettingViewController.h" @interfa 阅读全文
posted @ 2019-08-03 19:15
激流勇进1
阅读(332)
评论(0)
推荐(0)
浙公网安备 33010602011771号