commit | 5e90ce258e33a8e9335a1eda7685eb81ee385529 | [log] [tgz] |
---|---|---|
author | stuartmorgan <stuartmorgan@google.com> | Mon Nov 11 19:50:02 2024 -0500 |
committer | GitHub <noreply@github.com> | Tue Nov 12 00:50:02 2024 +0000 |
tree | 73857b34942de92ecf7403371b1b691985ec5c69 | |
parent | 366310328b97956c52b22563715e76ff4399652e [diff] |
[pigeon] Make Linux type declarations public (#8040) Moves codec and HostAPI class declarations to the header to work around a glib bug. We could instead add an unnecessary call to the type check method, but we will need the codec to be public eventually anyway, and HostApi is conceptually a public class (it just isn't strictly necessary to declare it in the header due to the way abstract interfaces work in gobject) so may as well be declared publicly. Part of https://github.com/flutter/flutter/issues/153083
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: