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

MissingPluginException #1

Open
KhoiNK opened this issue Aug 23, 2019 · 2 comments
Open

MissingPluginException #1

KhoiNK opened this issue Aug 23, 2019 · 2 comments

Comments

@KhoiNK
Copy link

KhoiNK commented Aug 23, 2019

build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        backgroundColor: Color.fromRGBO(241, 243, 244, 1.0),
        appBar: AppBar(
          title: const Text('Rich Link Preview example app'),
        ),
        body: SingleChildScrollView(
          controller: ScrollController(),
          child: Column(
            mainAxisAlignment: MainAxisAlignment.start,
            crossAxisAlignment: CrossAxisAlignment.start,
            children: <Widget>[
              Container(
                  margin: EdgeInsets.symmetric(vertical: 4.0),
                  child: twPreview.build('https://twitter.com')),
            ],
          ),
        ),
      ),
    );
  }

Error:

getFuture(String name, dynamic params) {
    return this.memoizer.runOnce(() async {
      return await channel.invokeMethod(name, params); <- This is where error occur.
    });
  }

Message: MissingPluginException (MissingPluginException(No implementation found for method metaData on channel plugins.flutter.io/link_preview))

@devdennysegura
Copy link
Owner

hi @KhoiNK please, can you update to last committed version?

@Faiyyaz
Copy link

Faiyyaz commented Feb 10, 2020

Even i m facing the same issue on iOS.

After checking the code i found out that it is not available on iOS

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

No branches or pull requests

3 participants