Skip to content

Update 3.10.x#6

Open
vishnunew wants to merge 93 commits intodevelopfrom
vishnu_update-3.10.x
Open

Update 3.10.x#6
vishnunew wants to merge 93 commits intodevelopfrom
vishnu_update-3.10.x

Conversation

@vishnunew
Copy link
Copy Markdown

Description

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

Related Issues

BirjuVachhani and others added 30 commits April 30, 2021 15:10
:refactor: update readme.md
* 🐛 fixes SimformSolutionsPvtLtd#163 Null check operator used on a null value
)

- Update readme.md

- Update changelog.md

- Update package version

- Update example to show blur effect.
- removed Fluttery's flutter challenge video link as It is not available on youtube anymore.
…oltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped. (SimformSolutionsPvtLtd#177)

- Move animation controller from showcase widget to tooltip widget.

- Update Readme.md
vatsaltanna and others added 30 commits October 28, 2022 15:12
* chore: workflow for PR title validation

* chore: workflow for PR title validation

Signed-off-by: Shweta_C <shweta.c@simformsolutions.com>

Signed-off-by: Shweta_C <shweta.c@simformsolutions.com>
Co-authored-by: Shweta_C <shweta.c@simformsolutions.com>
Co-authored-by: Dhvanit Vaghani <dhvanit.v@simformsolutions.com>
Co-authored-by: Shweta_C <shweta.c@simformsolutions.com>
…nsPvtLtd#288)

* Take in account view insets (such as keyboard)

Take in account the view insets of the device, such as the keyboard that is up, so that we can correctly determine if the widget should be on top or below. If you're trying to highlight something that is at the bottom of the screen and the keyboard is up, it will try to render it below the widget, which would be under the keyboard.

By taking in account view insets we can assure that widgets that are sticky to the bottom get correctly highlighted when the keyboard is up.

To test this all you need to do is make a widget sticky to the bottom of your screen, summon the keyboard and then showcase the sticky widget. You'll see that everything is blacked out except the sticky widget, but the arrow and text message will be invisible as it's below the keyboard.

* Removed warning and analyzer error

---------

Co-authored-by: faiyaz-shaikh <89002539+faiyaz-shaikh@users.noreply.github.com>
Co-authored-by: faiyaz <faiyaz.s@simformsolutions.com>
…et & (SimformSolutionsPvtLtd#351)

SimformSolutionsPvtLtd#348 showcaseview after upgrade to flutter 3.7.1 not disable target click
# Conflicts:
#	analysis_options.yaml
#	example/ios/Flutter/AppFrameworkInfo.plist
#	example/ios/Runner.xcodeproj/project.pbxproj
#	example/lib/detailscreen.dart
#	example/lib/main.dart
#	lib/src/layout_overlays.dart
#	lib/src/measure_size.dart
#	lib/src/showcase.dart
#	lib/src/showcase_widget.dart
#	lib/src/tooltip_widget.dart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.