当前位置:网站首页>Flutter 通话界面UI
Flutter 通话界面UI
2022-07-27 23:01:00 【Alex.凌】
Flutter 通话界面UI
源码下载链接,欢迎点赞下载与收藏。
上图为真

- 首页部分代码如下:
@override
Widget build(BuildContext context) {
return Stack(
fit: StackFit.expand,
children: [
// Image
Image.asset(
"assets/images/back_ground.jpg",
fit: BoxFit.cover,
),
// Black Layer
DecoratedBox(
decoration: BoxDecoration(color: Colors.black.withOpacity(0.3)),
),
Padding(
padding: const EdgeInsets.all(20.0),
child: SafeArea(
child: Padding(
padding: EdgeInsets.only(left: 5, right: 5, top: 30,bottom: 30),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Container(
//
child: Column(
children: [
Text(
"九霄",
style: Theme.of(context)
.textTheme
.headline3!
.copyWith(color: Colors.white),
),
Text(
"寅虎 04:30".toUpperCase(),
style: TextStyle(
color: Colors.white.withOpacity(0.6),
fontSize: 12
),
),
],
),
),
Spacer(),
Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
RoundedButton(
press: () {
},
iconSrc: "assets/icons/Icon Mic.svg",
),
RoundedButton(
press: () {
Navigator.push(context, MaterialPageRoute(builder: (_) => ScreenPage()));
},
color: Colors.red,
iconColor: Colors.white,
iconSrc: "assets/icons/call_end.svg",
),
RoundedButton(
press: () {
},
iconSrc: "assets/icons/Icon Volume.svg",
),
],
),
],
),
)
),
),
],
);
}
Github下载链接:
https://github.com/AlexLingFan/Alex_Calling_UI
欢迎点赞下载收藏。
边栏推荐
- The total investment is nearly 1.6 billion yuan! Qianzhao optoelectronics VCSEL and high-end LED chip projects officially started
- 氧气温湿度模组
- At the meeting on June 19, SMIC may set the fastest listing record in China!
- 实现ABCD字母递增
- Safety detection risk
- Rviz 使用Arbotix控制机器人运动
- Ford SUV "Mustang" officially went offline, safe and comfortable
- Detailed explanation of swoole memory table
- System clock failure of database fault tolerance
- Understanding of cap
猜你喜欢

Demo: the test interface receives duplicate data and creates documents in a short time

BSP video tutorial issue 21: easy one key implementation of serial port DMA variable length transceiver, support bare metal and RTOS, including MDK and IAR, which is more convenient than stm32cubemx (

Node red interacts with tdengine

【游戏】任天堂Nintendo Switch超详细购买/使用指南以及注意事项(根据自己使用持续更新中...)
![[STM32] watchdog module](/img/63/346d07c7febbaff69707f47ecb337c.png)
[STM32] watchdog module

Starfish Os打造的元宇宙生态,跟MetaBell的合作只是开始

Introduction to the browser video frame operation method requestvideoframecallback()

重新定义分析 - EventBridge 实时事件分析平台发布

Swoole定时器

Redis sentinel mode
随机推荐
oracle分组取最大值
ABAP CDs table function introduction and examples
比亚迪半导体完成8亿元A+轮融资:30家知名投资机构入局,估值已达102亿元!
BSP视频教程第21期:轻松一键实现串口DMA不定长收发,支持裸机和RTOS,含MDK和IAR两种玩法,比STM32CubeMX还方便(2022-07-24)
Wu xiongang sent an internal letter: arm's allegations are unwarranted, and no damage is allowed to the existing achievements!
C语言main函数传递参数
实现ABCD字母递增
Huawei's Hubble investment shares in VCSEL chip manufacturer Zonghui Xinguang
Oracle错误: ORA-01722 无效数字
System clock failure of database fault tolerance
EWM receiving ECC delivery note verification logic problem
Canvas analog input box input
What is the reason for Chinese garbled code when dataworks transmits data to MySQL
Byte flybook Human Resource Kit three sides
Redefine analysis - release of eventbridge real-time event analysis platform
Swoole内存-table详解
文件系统挂载
Swoole websocket service
Monitor mouse sideslip (adapt to mobile terminal)
Starfish Os打造的元宇宙生态,跟MetaBell的合作只是开始