diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb4b3a..6c932f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Extract the serif styles on `LitTextStyles` into seperate `LitSerifStyles` class. - Add `upperCase` member on text widgets for easier text formatting on button labels. - Refactor `Example` app's homescreen to fit on the `main.dart` file. +- Replace image assets with updated logo design and UI changes. ## 1.0.3 diff --git a/README.md b/README.md index d3d0fc7..b0a0b2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# ![alt text](assets/images/Lit_UI_Kit_Logo_512px-01.png "Lit UI Kit") +# ![alt text](assets/images/LitUIKit_Banner_2021.jpg "Lit UI Kit") LitUIKit is a collection of Flutter widgets to create unique user interfaces. It complements the default Material Widgets shipped with Flutter. Whose Widgets include custom implementation of Snackbars, -AppBars and a settings panel. Utility Screens (e.g. require to verify the user's age and to show the +AppBars and a settings panel. Utility Screens (e.g. required to verify the user's age and to show the application's licenses) are also included. Visit our [website](https://litlifesoftware.github.io) for more details. @@ -20,9 +20,9 @@ samples, guidance on mobile development, and a full API reference. ## Screenshots -| Example App | Settings Panel | Snackbar | Remaining Lifetime | -| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ------------------------------------------------- | -| ![1](assets/images/Example_App_1.jpg "1") | ![2](assets/images/Example_App_2.jpg "2") | ![3](assets/images/Example_App_3.jpg "3") | ![4](assets/images/RL_1.jpg "Remaining Lifetime") | +| Example HomeScreen | LitSettingsPanel | LitIconSnackbar | LitOnboardingScreen | +| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | +| ![1](assets/images/LitUIKit_Screenshot_1_20210606.jpg "Screenshot 1") | ![2](assets/images/LitUIKit_Screenshot_2_20210606.jpg "Screenshot 2") | ![3](assets/images/LitUIKit_Screenshot_3_20210606.jpg "Screenshot 3") | ![4](assets/images/LitUIKit_Screenshot_4_20210606.jpg "Screenshot 4") | ## Icons @@ -46,7 +46,7 @@ features and functionality: ## Credits -LitUIKit is made possible thanks to the Flutter Project. It uses the serif font +LitUIKit is made possible thanks to the Flutter Project. It utilizes the serif font [Merriweather](https://fonts.google.com/specimen/Merriweather?query=merri&preview.text=LitLifeSoftware%20was%20here...&preview.text_type=custom) (designed by Sorkin Type), the sans serif font [Montserrat](https://fonts.google.com/specimen/Montserrat?query=montserrat&preview.text=LitLifeSoftware%20was%20here...&preview.text_type=custom) (designed by Julieta Ulanovsky, Sol Matas, Juan Pablo del Peral, Jacques Le Bailly) and the monospace font [VT323](https://fonts.google.com/specimen/VT323?query=VT323&preview.text=LitLifeSoftware%20was%20here...&preview.text_type=custom) (designed by Peter Hull). ## License diff --git a/assets/images/Example_App_1.jpg b/assets/images/Example_App_1.jpg deleted file mode 100644 index 366c567..0000000 Binary files a/assets/images/Example_App_1.jpg and /dev/null differ diff --git a/assets/images/Example_App_2.jpg b/assets/images/Example_App_2.jpg deleted file mode 100644 index c18cd11..0000000 Binary files a/assets/images/Example_App_2.jpg and /dev/null differ diff --git a/assets/images/Example_App_3.jpg b/assets/images/Example_App_3.jpg deleted file mode 100644 index 7b03d8a..0000000 Binary files a/assets/images/Example_App_3.jpg and /dev/null differ diff --git a/assets/images/LitUIKit_Banner_2021.jpg b/assets/images/LitUIKit_Banner_2021.jpg new file mode 100755 index 0000000..5b547aa Binary files /dev/null and b/assets/images/LitUIKit_Banner_2021.jpg differ diff --git a/assets/images/LitUIKit_Screenshot_1_20210606.jpg b/assets/images/LitUIKit_Screenshot_1_20210606.jpg new file mode 100644 index 0000000..35cc58e Binary files /dev/null and b/assets/images/LitUIKit_Screenshot_1_20210606.jpg differ diff --git a/assets/images/LitUIKit_Screenshot_2_20210606.jpg b/assets/images/LitUIKit_Screenshot_2_20210606.jpg new file mode 100644 index 0000000..8d6beb0 Binary files /dev/null and b/assets/images/LitUIKit_Screenshot_2_20210606.jpg differ diff --git a/assets/images/LitUIKit_Screenshot_3_20210606.jpg b/assets/images/LitUIKit_Screenshot_3_20210606.jpg new file mode 100644 index 0000000..dcd3828 Binary files /dev/null and b/assets/images/LitUIKit_Screenshot_3_20210606.jpg differ diff --git a/assets/images/LitUIKit_Screenshot_4_20210606.jpg b/assets/images/LitUIKit_Screenshot_4_20210606.jpg new file mode 100644 index 0000000..0f31dab Binary files /dev/null and b/assets/images/LitUIKit_Screenshot_4_20210606.jpg differ diff --git a/assets/images/Lit_UI_Kit_Logo_512px-01.png b/assets/images/Lit_UI_Kit_Logo_512px-01.png deleted file mode 100644 index 3135f67..0000000 Binary files a/assets/images/Lit_UI_Kit_Logo_512px-01.png and /dev/null differ diff --git a/assets/images/RL_1.jpg b/assets/images/RL_1.jpg deleted file mode 100644 index 9cb3def..0000000 Binary files a/assets/images/RL_1.jpg and /dev/null differ