All Projects → w4mxl → V2lf

w4mxl / V2lf

Licence: gpl-3.0
The v2ex client write in flutter.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to V2lf

Google nav bar
A modern google style nav bar for flutter.
Stars: ✭ 290 (-31.92%)
Mutual labels:  flutter-apps
Awesome Flutter Ui
10+ flutter(android, ios) UI design examples ⚡️ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 372 (-12.68%)
Mutual labels:  flutter-apps
Easy localization
Easy and Fast internationalizing your Flutter Apps
Stars: ✭ 407 (-4.46%)
Mutual labels:  flutter-apps
Filex
Simple File Explorer made with Flutter(WIP)
Stars: ✭ 315 (-26.06%)
Mutual labels:  flutter-apps
Simplicityweather
一款简约风格的 flutter 天气项目,提供实时、多日、24 小时、台风路径以及生活指数等服务,支持定位、删除、搜索等操作。
Stars: ✭ 332 (-22.07%)
Mutual labels:  flutter-apps
Flutter Musicplayer
A complete music player in flutter with cool UI and design.
Stars: ✭ 391 (-8.22%)
Mutual labels:  flutter-apps
Flutter Book App
A Flutter project of book app UI
Stars: ✭ 280 (-34.27%)
Mutual labels:  flutter-apps
Flutter effects
flutter animation effects | custom widget | custom renderobject
Stars: ✭ 421 (-1.17%)
Mutual labels:  flutter-apps
Taxi App
Taxi booking app built using Flutter
Stars: ✭ 357 (-16.2%)
Mutual labels:  flutter-apps
Restaurantappuikit
Flutter representation of a full Restaurant app UI KIT.
Stars: ✭ 400 (-6.1%)
Mutual labels:  flutter-apps
Flutterwidgetguide
A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.
Stars: ✭ 316 (-25.82%)
Mutual labels:  flutter-apps
Our E School
A mobile app created using Flutter Framework for School management.
Stars: ✭ 315 (-26.06%)
Mutual labels:  flutter-apps
Feather
Flutter weather application with beautiful UI and UX.
Stars: ✭ 391 (-8.22%)
Mutual labels:  flutter-apps
Flutter page transition
This is Flutter Page Transition Package
Stars: ✭ 314 (-26.29%)
Mutual labels:  flutter-apps
Flutter Ecommerce
A small attempt to make an e-commerce user interface in Flutter for Android and iOS.
Stars: ✭ 408 (-4.23%)
Mutual labels:  flutter-apps
Contraflutterkit
A Flutter UI kit with 50 plus screens for beginners to learn.
Stars: ✭ 288 (-32.39%)
Mutual labels:  flutter-apps
Flutterscreens
A collection of Screens and attractive UIs built with Flutter ready to be used in your applications. No external libraries are used. Just download, add to your project and use.
Stars: ✭ 4,372 (+926.29%)
Mutual labels:  flutter-apps
Darttutorial
Learn Dart Programming, its basics and Fundamentals from scratch.
Stars: ✭ 420 (-1.41%)
Mutual labels:  flutter-apps
Flutter wallet ui
Flutter Wallet APP UI Challenge
Stars: ✭ 412 (-3.29%)
Mutual labels:  flutter-apps
Flutter Uis Collection
This repository contains Collection of UIs made using Flutter. Original Design of all the UIs were created by someone else. I tried to recreate those UIs using Flutter
Stars: ✭ 399 (-6.34%)
Mutual labels:  flutter-apps

Language: English | 中文简体

FfM6Yt.png

V2LF

LICENSE

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)

  • Get it from iTunes

  • Get it on Google Play

ScreenShot

  • on iPhone

  • on iPad (The way i use most)

Building the project

Missing Key.Properties file

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,

  1. 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
// }
}
  1. Open V2LF\android\local.properties and add -
flutter.versionName=1.0.0
flutter.versionCode=1
flutter.buildMode=release

The stack & building from source

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.

To-Do

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.

Related Links

Reward

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 ; )

License

GPL v3.0 License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].