Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Replace Readme image assets
Browse files Browse the repository at this point in the history
  • Loading branch information
eightgran committed Jun 7, 2021
1 parent 507053f commit e2669e1
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand All @@ -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
Expand Down
Binary file removed assets/images/Example_App_1.jpg
Binary file not shown.
Binary file removed assets/images/Example_App_2.jpg
Binary file not shown.
Binary file removed assets/images/Example_App_3.jpg
Binary file not shown.
Binary file added assets/images/LitUIKit_Banner_2021.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/LitUIKit_Screenshot_1_20210606.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/LitUIKit_Screenshot_2_20210606.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/LitUIKit_Screenshot_3_20210606.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/LitUIKit_Screenshot_4_20210606.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/Lit_UI_Kit_Logo_512px-01.png
Binary file not shown.
Binary file removed assets/images/RL_1.jpg
Binary file not shown.

0 comments on commit e2669e1

Please sign in to comment.