googleads / googleads/googleads-mobile-flutter
[Feature Request] Implement ad widgets without native views
@LTPhantom is already working on this.
Since Oct 25, 2023.
- Dominant language
- Java
- Stars
- 390
- Forks
- 357
- Avg merge
- 7d 3h
- Merged PRs (30d)
- 6
Description
Hey,
It may be a silly question but is there a reason this package uses native views (which are expensive and have a lot of performance issues) instead of actually using flutter widgets?
This package currently is unusable in terms of lags and crashes.
Implementing ads as widgets instead of native views will solve all those issues.
There are plenty of other ad packages (for example https://pub.dev/packages/native_admob_flutter) which also uses native views and have the exact same performance issues.
Maybe I'm missing something and it is impossible to do..
just thought it is worth suggesting.
Hope you will consider this as this will differentiate this package from others and also bring Flutter as a framework to a higher level.
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.