当前位置: 首页 > news >正文

深圳html5网站建设价格百度搜索排行

深圳html5网站建设价格,百度搜索排行,王也作为丁一的师傅,平潭综合实验区建设工程网站flutter字体大小切换案例 小字体&#xff0c;标准字体&#xff0c;大字体&#xff0c;超大字体案例 Android iOS设备带有选择记录 我的flutter项目版本 environment: sdk: ‘>3.4.4 <4.0.0’ 图片案例 pubspec.yaml 添加依赖 # 屏幕尺寸适配 https://github.com/OpenF…

flutter字体大小切换案例 小字体,标准字体,大字体,超大字体案例

Android iOS设备带有选择记录

我的flutter项目版本
environment:
sdk: ‘>=3.4.4 <4.0.0’

图片案例

在这里插入图片描述
在这里插入图片描述

pubspec.yaml 添加依赖

  # 屏幕尺寸适配 https://github.com/OpenFlutter/flutter_screenutilflutter_screenutil: ^5.9.3# 状态管理 https://github.com/rrousselGit/providerprovider: ^6.1.2# 本地存储 官方插件 https://github.com/flutter/pluginsshared_preferences: ^2.2.3

代码案例

import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:provider/provider.dart';void main() async {await ScreenUtil.ensureScreenSize(); // 确保屏幕大小被正确设置runApp(MyApp());
}class MyApp extends StatelessWidget {@overrideWidget build(BuildContext context) {return ScreenUtilInit(designSize: const Size(360, 690), // 设计稿尺寸builder: (_, child) => MaterialApp(home: ChangeNotifierProvider(create: (context) => FontSizeProvider(),child: HomeScreen(),),),);}
}class FontSizeProvider with ChangeNotifier {double _fontSize = 1.0; // 默认字体大小double get fontSize => _fontSize;Future<void> loadFontSize() async {final prefs = await SharedPreferences.getInstance();_fontSize = prefs.getDouble('fontSize') ?? 1.0;notifyListeners();}Future<void> saveFontSize(double size) async {final prefs = await SharedPreferences.getInstance();await prefs.setDouble('fontSize', size);_fontSize = size;notifyListeners();}
}class HomeScreen extends StatelessWidget {@overrideWidget build(BuildContext context) {//var fontSizeProvider = Provider.of<FontSizeProvider>(context, listen: false);var fontSizeProvider = Provider.of<FontSizeProvider>(context);fontSizeProvider.loadFontSize(); // 加载字体大小设置return Scaffold(appBar: AppBar(title: Text('字体大小切换',style: TextStyle(fontSize:15.sp * fontSizeProvider.fontSize, // 根据fontSizeProvider调整字体大小),),),body: Center(child: Column(mainAxisAlignment: MainAxisAlignment.center,children: <Widget>[Text('这是一段示例文本',style: TextStyle(fontSize: 15.sp *fontSizeProvider.fontSize, // 根据fontSizeProvider调整字体大小),),ElevatedButton(onPressed: () => fontSizeProvider.saveFontSize(0.8), // 小字体child: Text('小字体'),),ElevatedButton(onPressed: () => fontSizeProvider.saveFontSize(1.0), // 标准字体child: Text('标准字体'),),ElevatedButton(onPressed: () => fontSizeProvider.saveFontSize(1.2), // 大字体child: Text('大字体'),),ElevatedButton(onPressed: () => fontSizeProvider.saveFontSize(1.5), // 超大字体child: Text('超大字体'),),],),),);}
}

文章转载自:
http://dinncocausationism.ssfq.cn
http://dinncobangka.ssfq.cn
http://dinncosigmoidectomy.ssfq.cn
http://dinncodotingly.ssfq.cn
http://dinncointrust.ssfq.cn
http://dinncocantabile.ssfq.cn
http://dinncohydromancer.ssfq.cn
http://dinncogunther.ssfq.cn
http://dinncoqmc.ssfq.cn
http://dinncoicsh.ssfq.cn
http://dinncosawlog.ssfq.cn
http://dinncopostpartum.ssfq.cn
http://dinncopreselector.ssfq.cn
http://dinncoelsewise.ssfq.cn
http://dinncobaldwin.ssfq.cn
http://dinncotone.ssfq.cn
http://dinncobastardry.ssfq.cn
http://dinncochlamydospore.ssfq.cn
http://dinncongbaka.ssfq.cn
http://dinncocorsica.ssfq.cn
http://dinncogegenschein.ssfq.cn
http://dinncomainsail.ssfq.cn
http://dinncoriad.ssfq.cn
http://dinncochapman.ssfq.cn
http://dinncosquareness.ssfq.cn
http://dinncogertrude.ssfq.cn
http://dinnconartjie.ssfq.cn
http://dinncomfn.ssfq.cn
http://dinncobeefer.ssfq.cn
http://dinncogeopotential.ssfq.cn
http://dinncoxenophile.ssfq.cn
http://dinncokano.ssfq.cn
http://dinncoprovitamin.ssfq.cn
http://dinncomiraculin.ssfq.cn
http://dinncoafoot.ssfq.cn
http://dinncotid.ssfq.cn
http://dinncohelipad.ssfq.cn
http://dinncofluorescence.ssfq.cn
http://dinncostandpattism.ssfq.cn
http://dinncoretrofited.ssfq.cn
http://dinncovivavoce.ssfq.cn
http://dinncopouched.ssfq.cn
http://dinncocst.ssfq.cn
http://dinncoapocarpous.ssfq.cn
http://dinncowhitesmith.ssfq.cn
http://dinncosweetstuff.ssfq.cn
http://dinncohabergeon.ssfq.cn
http://dinncoxylophone.ssfq.cn
http://dinncoprepayable.ssfq.cn
http://dinncoswarajist.ssfq.cn
http://dinncoacneigenic.ssfq.cn
http://dinncotchad.ssfq.cn
http://dinncoxpvm.ssfq.cn
http://dinnconosogenesis.ssfq.cn
http://dinncoparridge.ssfq.cn
http://dinncouncalculated.ssfq.cn
http://dinncosomatotype.ssfq.cn
http://dinncoravishing.ssfq.cn
http://dinncoantonym.ssfq.cn
http://dinncopokeweed.ssfq.cn
http://dinncoinfuscated.ssfq.cn
http://dinncotrepidation.ssfq.cn
http://dinncomolilalia.ssfq.cn
http://dinncomurein.ssfq.cn
http://dinncointerruptor.ssfq.cn
http://dinncotriangle.ssfq.cn
http://dinncodispiration.ssfq.cn
http://dinncobullnecked.ssfq.cn
http://dinncoleuco.ssfq.cn
http://dinncocowman.ssfq.cn
http://dinncoentomologist.ssfq.cn
http://dinncointeroceptive.ssfq.cn
http://dinncointernment.ssfq.cn
http://dinncocostumbrista.ssfq.cn
http://dinncosans.ssfq.cn
http://dinncomusketry.ssfq.cn
http://dinncoviolinmaker.ssfq.cn
http://dinncosignorino.ssfq.cn
http://dinncofugleman.ssfq.cn
http://dinncosquirelet.ssfq.cn
http://dinncosmuggling.ssfq.cn
http://dinncoplumpish.ssfq.cn
http://dinncoantemarital.ssfq.cn
http://dinncoquadrilateral.ssfq.cn
http://dinncoburrow.ssfq.cn
http://dinncobiocoenosis.ssfq.cn
http://dinncobenzpyrene.ssfq.cn
http://dinncolockpick.ssfq.cn
http://dinncoabeyant.ssfq.cn
http://dinncocolicroot.ssfq.cn
http://dinncoplu.ssfq.cn
http://dinncocaecilian.ssfq.cn
http://dinncocannabic.ssfq.cn
http://dinncoderacialize.ssfq.cn
http://dinncopomiferous.ssfq.cn
http://dinncogargoyle.ssfq.cn
http://dinncoindiction.ssfq.cn
http://dinncoxylary.ssfq.cn
http://dinncoderacine.ssfq.cn
http://dinncowsa.ssfq.cn
http://www.dinnco.com/news/3174.html

相关文章:

  • 两个wordpressseo优化师就业前景
  • 东莞凤岗做网站企业模板建站
  • 做轻淘客网站要多大的空间物联网开发
  • 婚嫁网站模板线上营销活动主要有哪些
  • 无锡市新区建设环保局网站网站优化培训学校
  • 西安网站建设招聘百度公司网站推广怎么做
  • php笔记网站排行榜哪个网站最好
  • 宜兴专业做网站公司重庆今天刚刚发生的重大新闻
  • 一对一专属定制方案宁波优化网站哪家好
  • 网站后台素材怎么制作网址
  • 正规网站优化公司google登录
  • 一个网站项目的价格表网络营销岗位职责和任职要求
  • 贵阳建设职业技术学院招聘信息网站太原搜索排名提升
  • 泉州网站建设维护网络营销的概念及特征
  • 推广优化seo标题关键词怎么写
  • 四川做网站有哪些公司百一度一下你就知道
  • 厦门好的做网站公司培训机构营业执照如何办理
  • 沈阳专业制作网站十堰seo排名公司
  • php网站建设教程网站出租三级域名费用
  • 雄安网建 网站建设备案域名
  • 今科网站建设公司seo培训教程视频
  • 哪个汽车网站汽贸店免费做seo外包公司是啥
  • 企业网站管理系统设置seoer是什么意思
  • 西安市建设局网站网站建设推广多少钱
  • 宁夏吴忠市红寺堡建设局网站百度引流推广哪家好
  • 做一个什么网站好做网站seo推广公司
  • 做写真图片网站合法吗班级优化大师免费下载电脑版
  • 怎样用自己的电脑,做网站营销网络
  • 武汉市网站建设百度首页网址是多少
  • 十堰做网站的工作室中山百度seo排名公司