# flutter-expand **Repository Path**: linlanghen/flutter-expand ## Basic Information - **Project Name**: flutter-expand - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app_expand flutter高级应用 ## flutter run flutter run --enable-software-rendering ## 生产签名 1. windows keytool -genkey -v -keystore D:\Develop\flutter_sign\app_expand.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias app_expand 2. macOS或者Linux keytool -genkey -v -keystore ~/app_expand.jks -keyalg RSA -keysize 2048 -validity 10000 -alias app_expand ## build an apk flutter build apk