Questions tagged [feature-discovery]

5 questions
1
vote
1 answer

Flutter Feature Discovery Not SHowing Overlay

I had built an application and I'm trying to show feature discovery but, It is not showing discovery. Also not showing any error. Question I Referred To Solve Issue Main.dart Future main() async { WidgetsFlutterBinding.ensureInitialized(); …
Creator
  • 303
  • 4
  • 23
1
vote
0 answers

Flutter feature discovery - DescribedFeatureOverlay from right Side

I'm using feature_discovery 0.13.0+2. I'm trying to show feature discovery from right side. for example the animation come from right side. Right now When I'm trying this the animation come from left side and cover the full screen. Scaffold( …
wahab sohail
  • 161
  • 1
  • 12
0
votes
1 answer

How to use showcase plugin for first string in flutter?

I want to use a showcase widget on a text displayed after a result is run. This is the implementation I want to implement this feature for the first string of the map. when I execute it like this. The text seems to disappear. How to fix this. for…
0
votes
1 answer

Flutter feature discovery - DescribedFeatureOverlay for BottomNavigationBarItems

I'm using the package feature_discovery at version ^0.12.1. In order to display the feature discovery overlay, I need to wrap the BottomNavigationBarItem with a DescribedFeatureOverlay. However the BottomNavigationBar's items require a list of type…
0
votes
2 answers

How To Create Feature Discovery Using Xamarin Forms

I want to create a tutorial page after launching the app to give the user an overview of the features in the application and how to use it. For example the tutorial page ↓ in anydesk app So, How to create this page using XF? What is the term or key…