|
1 | 1 | 
|
2 | 2 |
|
3 |
| - |
4 | 3 | # ShowCaseView
|
5 | 4 |
|
6 | 5 | [](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/actions) [](https://pub.dev/packages/showcaseview)
|
| 6 | +[](https://github.com/Solido/awesome-flutter#ui-helpers) |
7 | 7 |
|
8 |
| -A Flutter package that allows you to showcase/highlight your widgets step by step, providing interactive tutorials for your application's UI. |
| 8 | +A Flutter package that allows you to showcase/highlight your widgets step by step, providing |
| 9 | +interactive tutorials for your application's UI. |
9 | 10 |
|
10 | 11 | _Check out other amazing open-source [Flutter libraries](https://simform-flutter-packages.web.app) and [Mobile libraries](https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries) developed by Simform Solutions!_
|
11 | 12 |
|
12 | 13 | ## Preview
|
| 14 | +_**For live web demo, visit [ShowcaseView Web Example](https://simformsolutionspvtltd.github.io/flutter_showcaseview/)**_ |
13 | 15 |
|
14 |
| - |
| 16 | + |
15 | 17 |
|
16 | 18 | ## Features
|
17 | 19 |
|
18 |
| -- Guide users through your app by highlighting specific widgets step by step |
19 |
| -- Customize tooltips with titles, descriptions, and styling |
20 |
| -- Handles scrolling the widget into view for showcasing |
21 |
| -- Support for custom tooltip widgets |
22 |
| -- Animation and transition effects for tooltip |
23 |
| -- Options to showcase multiple widgets at the same time |
| 20 | +- Guide users through your app by highlighting specific widgets step by step. |
| 21 | +- Customize tooltips with titles, descriptions, and styling. |
| 22 | +- Handles scrolling the widget into view for showcasing. |
| 23 | +- Support for custom tooltip widgets. |
| 24 | +- Animation and transition effects for tooltip. |
| 25 | +- Options to showcase multiple widgets at the same time. |
| 26 | + |
| 27 | +## Performance Gains on v5.x.x |
| 28 | + |
| 29 | +Version 5.0.0+ delivers exceptional performance improvements that make ShowcaseView faster and |
| 30 | +more efficient than ever: |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +> *Performance metrics based on internal benchmarking tests performed on a mid-tier android device.* |
| 35 | +
|
| 36 | +### 🚀 **Memory Reduction** |
| 37 | +- **Optimized memory usage**: Reduced from **1.8 MB to 0.6 MB** |
| 38 | +- Significantly reduced memory footprint for better app performance |
| 39 | + |
| 40 | +### ⚡ **Faster Refresh** |
| 41 | +- **Smoother animations**: Average FPS increased from **58 to 88 FPS** |
| 42 | +- Better performance on lower-end devices and complex UI layouts |
| 43 | + |
| 44 | +### 🎯 **Quicker Rendering** |
| 45 | +- **Lightning-fast startup**: Initial render time reduced from **68ms to 24ms** |
| 46 | +- Dramatically improved time-to-interactive for showcases |
24 | 47 |
|
25 | 48 | ## Documentation
|
26 | 49 |
|
27 |
| -Visit our [documentation](https://simform-flutter-packages.web.app/showCaseView) site for all implementation details, usage instructions, code examples, and advanced features. |
| 50 | +Visit our [documentation](https://simform-flutter-packages.web.app/showCaseView) site for all |
| 51 | +implementation details, usage instructions, code examples, and advanced features. |
28 | 52 |
|
29 | 53 | ## Installation
|
30 | 54 |
|
|
0 commit comments