lal
lal
### Plugin device_info_plus ### Use case hope get Serial ### Proposal Serial
 how to reduce cmd output
tscofig.json ```json { "compilerOptions": { "outDir": "./dist/", "sourceMap": true, "noImplicitAny": true, "target": "es5", "jsx": "react", "allowSyntheticDefaultImports":true, "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "noImplicitThis":true, "strictNullChecks":...
如视频中的效果 https://user-images.githubusercontent.com/16337280/158781387-325f74d8-6494-4b8d-8073-f9a586c01e03.mp4
if i use SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge) in the deactivate function of a page;other page,The maximum height of Column contains the status bar; page 1: ```dart @override void deactivate() async{ await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]); await...