We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028f846 commit 79f2d22Copy full SHA for 79f2d22
packages/instabug_flutter/example/lib/src/screens/my_home_page.dart
@@ -367,10 +367,10 @@ class _MyHomePageState extends State<MyHomePage> {
367
),
368
],
369
370
- InstabugButton(
371
- text: 'User Steps',
372
- onPressed: _navigateToUserStepsPage,
373
- ),
+ // InstabugButton(
+ // text: 'User Steps',
+ // onPressed: _navigateToUserStepsPage,
+ // ),
374
SectionTitle('FeatureFlags'),
375
InstabugTextField(
376
controller: featureFlagsController,
0 commit comments