Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Troubleshooting section #859

Open
mzdm opened this issue Jan 31, 2023 · 4 comments
Open

Add Troubleshooting section #859

mzdm opened this issue Jan 31, 2023 · 4 comments
Labels
docs Concerns doc comments, READMEs, or docs

Comments

@mzdm
Copy link

mzdm commented Jan 31, 2023

My suggestion is to add Troubleshooting section to the documentation similar to Tips and tricks where will be a list of issues and their solutions.

I've had an issue where I had at the beginning of the main method:

  TestWidgetsFlutterBinding.instance.platformDispatcher.accessibilityFeaturesTestValue =
      const FakeAccessibilityFeatures(disableAnimations: true);
  IntegrationTestWidgetsFlutterBinding.ensureInitialized();

which caused to stuck the app on the Splash screen. Removing this code solved it.

@bartekpacia
Copy link
Contributor

Hi @mzdm, this is a good idea :)

If you want to, feel free to contribute such a section to the docs! We're using a very simple solution for documentation - docs.page, shouldn't be too hard.

@mzdm
Copy link
Author

mzdm commented Jan 31, 2023

Hi @mzdm, this is a good idea :)

If you want to, feel free to contribute such a section to the docs! We're using a very simple solution for documentation - docs.page, shouldn't be too hard.

sure, happy to help, my time is quite limited so I will see when I will get to it 👍

@bartekpacia bartekpacia changed the title [Documentation] Add Troubleshooting section Add Troubleshooting section Jan 31, 2023
@bartekpacia bartekpacia added the docs Concerns doc comments, READMEs, or docs label Jan 31, 2023
@zachary22321
Copy link

Having the wrong bundle ID resulting in nothing happening when you call
await $.native.enterTextByIndex

could be a good one to add too.

@bartekpacia
Copy link
Contributor

@zachary22321 This sounds like #1234.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Concerns doc comments, READMEs, or docs
Projects
None yet
Development

No branches or pull requests

3 participants