V2LF
is a v2ex unofficial app.
'V2LF' means 'way to love flutter'.
The original intention of developing this app is to learn flutter.
🆓 Completely Free
💹 Paid Support ($1.99)
If you try to build the project straight away, you'll get an error complaining that a key.properties
file is missing and Exit code 1 from: /V2LF/android/gradlew app:properties:. To resolve that,
- Open V2LF\android\app\build.gradle file and comment following lines-
//keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
signingConfigs {
// release {
// keyAlias keystoreProperties['keyAlias']
// keyPassword keystoreProperties['keyPassword']
// storeFile file(keystoreProperties['storeFile'])
// storePassword keystoreProperties['storePassword']
// }
}
buildTypes {
// release {
// signingConfig signingConfigs.release
// }
}
- Open V2LF\android\local.properties and add -
flutter.versionName=1.0.0
flutter.versionCode=1
flutter.buildMode=release
The project is currently built using the latest Flutter Channel beta
.
To build the project, ensure that you have a recent version of the Flutter SDK installed. Then either run flutter run
in the project root or use your IDE of choice.
If you are interested in this project, please pay attention to the project progress in this notion page. You can also leave a comment on that page.
- 邀请体验: V2LF - 用 Flutter 开发的 V2EX App
- V2LF - 使用 Flutter 开发的开源的 V2EX 客户端
- V2LF - 更新支持了 iOS(iPadOS)13 / Android 10 Dark Mode
If you like to use V2LF
, or feel that this project is helpful to you, you can click on the upper right corner ⭐Star to support me, thank you ^_^
If you are happy, you can also scan the QR code below and reward me to have a pop-ice and double happy instantly ; )