Skip to content

Android app made in flutter for viewing leetcode profiles

License

Notifications You must be signed in to change notification settings

eterniter06/leetprofile

Repository files navigation

LeetProfile

LeetProfile

An android app that offers an organized way to look at multiple Leetcode profiles


Important

LeetProfile is in no way affiliated to Leetcode. This is a third-party app that exists to solve a niche problem.

Getting started

Getting the apk

This app is not available on the play store and it may remain that way. There are currently two ways to get the apk:

  • Install the apk from the releases page.
  • Build the apk yourself.

Building the apk

  1. Clone this repository to your desktop.
  2. Run flutter pub get to fetch the required dependencies.
  3. Run flutter build apk to build the app.
  4. Send the apk to your phone and install manually or connect your android device to your computer and run flutter install.

Todos

  • Fuzzy search on existing profiles
  • App localization
  • Option to disable UserView listings (Skills/Language/...)
  • Select multiple profiles by tapping on the profile picture
  • Fix opening links in app

References

Sources