This project is a partial visual redesign of the OkCredit app using Flutter, a popular cross-platform framework for building mobile applications. The goal of this project is to create a visually appealing and user-friendly interface for the OkCredit app.
- lib: contains the main Dart code for the application
- pages: contains the different screens for the application
- widgets: contains the various common widgets used throughout the application
- assets: contains any necessary assets used in the application
git clone https://github.com/iamkartiknayak/okcredit-android-redesign.git
mv okcredit-android-redesign okcredit_redesign
cd okcredit_redesign
flutter pub get
flutter run
This OkCredit clone is a demonstration of how Flutter can be used to create beautiful and functional user interfaces. The code is open source and can be used as a starting point for your own Flutter projects.