Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter flutter logo uikit

the goal of this project is to provide an ultimate collection of real-world app’s uis. while i built flutter uikit for my own needs, it is also intended to showcase good app structure and a clean, well-organized flutter codebase.

uikit #1 real apps ui collection
uikit #1 real apps ui collection

the source code is 100% dart, and everything resides in the /lib folder.

this project will try to showcase only the best, most popular and well-designed templates that you will actually need and find useful rather than overwhelming you with a plethora of low-quality ones.

flutter-ui-kitv3-1
flutter-ui-kitv
flutter-ui-kit
uikit #1 real apps ui collection

available templates:

templates categorycurrently available
profileview profile, profile 2
shoppingshopping list, shopping details, product details
loginlogin with otp, login 2
timelinefeed, tweets
dashboarddashboard 1, dashboard 2
settingsdevice settings
no itemno search result
paymentcredit card, payment success

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: /flutter-ui-kit-master/android/gradlew app:properties:. to resolve that,

  1. open rflutter-ui-kit-masterandroidappbuild.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 rflutter-ui-kit-masterandroidlocal.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 master, with dart 2 enabled.

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.

contribution guide

this project is open to all kinds of contribution in all of its categories. together, we can make it the ultimate flutter uikit available for free, for everyone, forever.

for resource contribution, just follow the following format: [reference-name](link) - description, and raise a pull request. if you want to contribute multiple resources, raise separate prs for each of them. please consider adding resources maintaining the default sorting order of the category, like alphabetical sorting.

if you have any suggestion for including more categories, feel free to open a github issue for us to have more discussion on it. please do not contribute low-quality, spammy or self-promotional stuff. let’s keep this project clean and useful.

if you feel that a particular resource(s)/template(s) available here is not a good fit for this project and should be removed, feel free to let me know by opening an issue.

found this project useful?

if you found this project useful, then please consider giving it a star on github and sharing it with your friends via social media.

download the full project for this post from the following button

this source is fully free for all time

download as zip


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Comments are closed.