OctMon
OctMon
新建flutter项目的时候勾上Swift选项,默认也是勾上的 
如果没有维护计划,请告知大家,谢谢!
I'm investigating the same requirement. Did you get a solution for this?
Try this. ``` tabs: _tabs.map((String name) => Tab( // text: name, icon: Stack( alignment: Alignment.center, children: [ Text(name), Align( alignment: Alignment.bottomCenter, child: Offstage( child: Image.asset( "assets/618.png", ), )), ], ),...
I hope the author can add a fixed watermark to the screen recording, similar to the floating watermark effect in the trial version.