# flutter_desktop **Repository Path**: jsshinechow/flutter_desktop ## Basic Information - **Project Name**: flutter_desktop - **Description**: flutter开发windows桌面程序,包含蓝牙功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-18 - **Last Updated**: 2024-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # quick_blue_example Demonstrates how to use the quick_blue plugin. ## Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. - [Flutter的优质UI组件库](https://blog.csdn.net/czl0325/article/details/127807715) - [加密](http://events.jianshu.io/p/d6db6c6d81d8) - [DropdownButton](https://blog.csdn.net/weixin_39928233/article/details/111206717) **生成release版本** >命令:flutter build windows >生成目录:build\windows\runner\Release - [kugou tabbar](https://github.com/WxqKb/KuGouTabbar/blob/master/lib/kugou_tabbar.dart) - [创建web](链接:https://www.jianshu.com/p/2a19609ea112) > 控制台输入flutter config --enable-web > 在项目根目录执行flutter create .注意有个英文符号. > 执行flutter build web,发现生成了wed目录及其js文件 > 执行flutter run -d chrome调试运行web应用 - [completer用法](https://www.cnblogs.com/hbolin/p/17087021.html) - [json to dart](http://www.taodudu.cc/news/show-1593162.html?action=onClick) - **OkToast插件报错,改用flutter_styled_toast** - **getTemporaryDirectory()** C:\Users\5800h-02\AppData\Local\Temp - **getApplicationDocumentsDirectory()** C:\Users\5800h-02\Documents - **getApplicationSupportDirectory()** C:\Users\5800h-02\AppData\Roaming\com.example\quick_blue_example - [window插件开发](https://cloud.tencent.com/developer/article/1899125) (EncodableValue) - [flutter多线程封装](https://www.cnblogs.com/changhongshi/p/17582928.html)