49 Commits

Author SHA1 Message Date
e35d04c7ec Replace popularity badges (#9594)
Updates the repo-level README to replace the popularity badges, which no longer work, with monthly download count badges.
2025-07-11 19:50:08 +00:00
d692e43dba [process] Remove from the repository (#9310)
`process` moved to
https://github.com/dart-lang/tools/tree/main/pkgs/process, so this version is legacy and should be removed.
2025-05-23 00:48:20 +00:00
4e4cddd1dc [various] Delete discontinued packages (#9215)
Removes the following packages from the repository, as they have been discontinued:
- ios_platform_images
- css_colors
- palette_generator
- flutter_image
- flutter_adaptive_scaffold
- flutter_markdown

Fixes https://github.com/flutter/flutter/issues/162960
2025-05-07 14:31:24 +00:00
ea902186e4 [google_adsense] (Experimental) AdSense plugin for Flutter Web (#6871)
Google Adsense plugin should allow Flutter Web developers to integrate Adsense more easily and monetize web project.

*List which issues are fixed by this PR. You must list at least one issue.*
https://github.com/flutter/flutter/issues/40376
2024-12-04 23:08:10 +00:00
dcf47df88e [flutter_svg] Initial import (#7944)
Imports https://github.com/dnfield/flutter_svg into this repository,
with history, and updates it to follow repository conventions:

- Updates min SDKs.
- Removes analysis options and fixes resulting warnings.
- Autoformats.
- Updates pubspecs to follow repo standard.
- Updates repo tooling to allow the `flutter_svg_test` non-dev
  dependency on `flutter_test`.
- Adds repo metadata.
- Adds METADATA files.
- Bumps versions and slightly relax version constraints for
  vector_graphics* to allow the new versions.
2024-10-31 10:36:08 -07:00
760b8df4a7 [flutter_svg] Initial import
Imports https://github.com/dnfield/flutter_svg into this repository,
with history, and updates it to follow repository conventions:
- Updates min SDKs.
- Removes analysis options and fixes resulting warnings.
- Autoformats.
- Updates pubspecs to follow repo standard.
- Updates repo tooling to allow the `flutter_svg_test` non-dev
  dependency on `flutter_test`.
- Adds repo metadata.
- Adds METADATA files.
- Adds commemoration to README.
- Updates example app Android build files to current standards.
- Bumps versions and slightly relax version constraints for
  vector_graphics* to allow the new versions.
- Moves gitignore of golden test diffs into the package.
2024-10-29 07:10:49 -04:00
a1bfadf6fd Update vector_graphics to match repo conventions
- Add missing licence headers.
- Remove analysis options fix new warnings.
- Update min SDKs.
- Autoformat.
- Update pubspecs to follow repo standard.
  - Includes removing dependency overrides for inter-package path
    pinning as a default state; this can be added temporarily in PRs
    with repo tooling.
- Allow xml dependency, and relax the pinning requirement to allow an
  explicit, inclusive-endpoint range.
- Skip tests on unsupported platforms.
- Switch vector_graphics_codec from flutter_test to test.
- Add repo metadata.
- Add commemoration to the README.
- Add AUTHORS files.
- Bump versions and slightly relax version constraints to allow the new
  versions.
2024-10-28 14:50:30 -04:00
cc3de83fe4 README 2024-10-21 14:05:25 -04:00
cd1a65c46d [ci] Remove scorecard action (#7450)
Removes scorecard, as it's currently not providing enough value in this
repo to maintain it.

Fixes https://github.com/flutter/flutter/issues/153626
2024-08-19 14:24:40 -04:00
71b2f6829c [various] Update flutter.dev links to more reliable destinations (#6963)
Contributes to https://github.com/flutter/website/issues/10363 by updating to the latest links and updating some links to use new `/to/` links that can be updated as needed.
2024-06-25 18:05:07 +00:00
c9d2fc9521 Remove package:platform source (#6898)
The source code for `package:platform` has been moved to https://github.com/dart-lang/platform/, see https://github.com/dart-lang/platform/pull/46

This PR removes the source from this repo, and leave a small cookie trail README in place.
2024-06-10 17:56:51 +00:00
ead738f4e7 [interactive_media_ads] Reland "Creates and adds the interactive_media_ads plugin #6060" (#6425)
Relands https://github.com/flutter/packages/pull/6060 with the addition of the `multidexEnabled` as mentioned in https://github.com/flutter/packages/pull/6417.

See https://github.com/flutter/packages/pull/6417 for revert

Part of https://github.com/flutter/flutter/issues/134228
2024-03-28 21:35:23 +00:00
974f2845c7 Reverts "[interactive_media_ads] Creates and adds the interactive_media_ads plugin (#6060)" (#6417)
Reverts: flutter/packages#6060
Initiated by: ditman
Reason for reverting: This is consistently breaking in `main` with:

```
BUILD FAILED in 1m 2s

01:03 +0: loading /b/s/w/ir/x/w/packages/packages/interactive_media_ads/example/integration_test/interactive_media_ads_test.dart
Running Gradle task 'assembleDebug'...                             63.0s

[!] App requires Multidex support
```

It probably needs something [like this](https://github.com/flutter/packag
Original PR Author: bparrishMines

Reviewed By: {stuartmorgan}

This change reverts the following previous change:
Part of https://github.com/flutter/flutter/issues/134228

Initial implementation of the plugin. 

* Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..).
* Adds platform interface and tests for it.
2024-03-28 02:08:26 +00:00
72669d5eed [interactive_media_ads] Creates and adds the interactive_media_ads plugin (#6060)
Part of https://github.com/flutter/flutter/issues/134228

Initial implementation of the plugin. 

* Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..).
* Adds platform interface and tests for it.
2024-03-27 22:31:45 +00:00
d74d687dc0 [ci] Check repo-level package metadata (#5811)
Adds a new tool command (and runs it in CI) to check that each package:
- is listed correctly in the repo-level README.md table
- has a CODEOWNERS entry

In the future we could add other things (e.g., auto-label), but these were the main things we've had issues with recently.

Updates README.md and CODEOWNERS to fix failures it found:
- Adds a couple of missing CODEOWNERS
- Expands the web implementation CODEOWNERS to individual packages so that we don't have to special-case handling in the tool
- Fixes some minor mistakes in README.md
- URL-encodes all `:`s in the README.md links (which is why ever line shows as changed); it worked without that in practice, but it should really be encoded, and having it consistently encoded made things easier for the tooling.
2024-01-12 14:11:30 +00:00
9685e81634 Add Flutter CI Status badge to README (#5733)
https://github.com/flutter/flutter/issues/140460
2024-01-02 15:33:18 +00:00
0e42c04098 Update repo README issues link (#5106)
Change issues link to the new issue flow, the current link opens the new issue screen without template.
2023-10-10 23:26:44 +00:00
9804d951b4 [process] Import the process package (#5095)
Imports the `process` platform from https://github.com/google/process.dart
- As there is not much history in the package, this imports it as a copy instead of going through the process of actually merging the commit history of that repo into this one.
- The only changes relative to the current source in that repo are adjustments for repo conventions (such as updating pubspec.yaml, and running `dart fix --apply` after removing the custom analysis options in order to bring it into alignment with repo analysis options).

Fixes https://github.com/flutter/flutter/issues/130915
2023-10-09 20:24:18 +00:00
7cd2bda2cf Add dashboard link to README (#4902)
Currently we have a badge for the build status in the repo README, but not a link to the Flutter dashboard for it which is now the primary source of truth. This adds a link to the official dashboard next to the build status.

(Ideally we'd do a dynamic badge based on the actual build status, but I don't know if we have an endpoint we can use to easily get that information, and the `release` badge we already have serves that purspose anyway, so this is fine for now.)
2023-09-18 15:58:27 +00:00
3a183b78f2 [platform] Import the platform package (#4613)
Imports the `packages` platform from https://github.com/google/platform.dart
- As there is not much history in the package, this imports it as a copy instead of going through the process of actually merging the commit history of that repo into this one.
- The only changes relative to the current source in that repo are:
  - Adjustments for repo conventions (such as removing analysis_options.yaml and fixing the resulting issues).
  - Addressing https://github.com/google/platform.dart/pull/44

Part of https://github.com/flutter/flutter/issues/130915
2023-08-16 17:32:04 +00:00
60c95fedac Use packages instead of plugins repository (#3504)
Use packages instead of plugins repository
2023-04-04 22:44:54 +00:00
195f4e80c3 Merge in plugin README and CONTRIBUTING (#3252)
* Merge in plugin contribution docs

I forgot to merge this content in when merging the repositories.

* Minor changes

* Update README as well
2023-02-22 19:56:08 +00:00
56c891e3e8 Update README.md (#3135) 2023-02-01 22:46:05 +00:00
ccfe072441 [imitation game] Remove package (#2945)
This removes imitation_game from the respository, as it hasn't been
used in several years, and requires some overhead just to keep it
compiling and passing CI (e.g., it is currently blocking the Flutter
roller due to a dependency that is not Flutter 3-ready.)

If in the future it will be actively developed, it can be restored from
history and updated as necessary by its active maintainers.
2022-12-14 19:35:59 +00:00
a847c9f3d3 Add missing packages to README and autolabeler (#2631) 2022-09-21 19:21:33 +00:00
11a7a40cc3 Rename adaptive_scaffold to flutter_adaptive_scaffold (#2600)
Merging on red, since the tree is red because `adaptive_scaffold` isn't a package we have permission to push.
2022-09-14 15:21:29 -07:00
5293d0ff03 [misc] Fix OpenSSF Scorecard link. (#2583) 2022-09-09 01:59:49 +00:00
84d89af228 Run scorecards only on pushes to main. (#2546)
* Run scorecards only on pushes to main.

This is to prevent the workflow from failing when running in branches
with no previous data to compare.

It also adds the scorecard badge to the README file.

* Add timeout and run_if to ci_yaml_roller.
2022-09-02 11:23:41 -07:00
71aed3e995 Delete fuchsia_ctl package (#2528) 2022-08-31 21:39:41 +02:00
97ae0e1c86 Update the package table in README.md (#2443) 2022-08-25 13:37:02 -07:00
aedd3e544b [flutter_image][ci] ignore deprecation warning, migrate master references to main. (#2199) 2022-06-03 19:13:08 -07:00
83baf3c898 Add issues/PRs badges to README (#1940) 2022-05-16 17:27:18 -07:00
738f2df22b Add go_router_builder to readme (#1632) 2022-04-27 09:57:05 -07:00
64f439f4f6 [go_router] adding go_router (#884) 2022-02-24 09:46:18 -08:00
48f5ae2fdc [ci] Enable auto publish (#400) 2021-06-30 16:26:04 -07:00
1f5a1c3c2d Merge branch 'master' into import-flutter-image 2021-05-12 15:12:06 -04:00
c65ff046cf Update README.md (#350) 2021-05-12 20:26:54 +02:00
ff494d9b7f Add to README, update metadata for repo change 2021-05-12 11:45:32 -04:00
e7518571fe Update metadata and repo package list 2021-04-30 10:23:16 -04:00
db481c939a Update repo README for new package 2021-04-29 11:36:52 -04:00
344f575216 [extension_google_sign_in_as_googleapis_auth] Update example... (#311)
* [extension_google_sign_in_as_googleapis_auth] Update example to use scope from the People API

Make GoogleSignIn instance final
To use scope from the People API
Remove x bit from readme and pubspec.yaml
Add link to root repo README

* Update version in pubspec, and CHANGELOG.
2021-03-15 13:57:57 -07:00
f17b20ae3d [pointer_interceptor] Migrate to null safety (#286) 2021-02-18 13:49:56 -08:00
e059cecae8 Remove gauge (#217)
It's now replaced by https://github.com/flutter/engine/pull/18752
2020-10-06 14:33:25 -07:00
bf86094ab1 [xdg_directories] Bump version to pick up recent changes (#197)
Also updated repo README.md file to include xdg_directories.
2020-08-19 18:49:23 -07:00
2ffb4b77f6 chore: updating readme with available packages (#114) 2020-02-27 08:10:46 -08:00
4cf9b0e69c Review Changes 2018-08-23 12:43:58 -07:00
542149a5a0 Update README.md 2018-06-18 17:22:47 -07:00
70de3f6b12 Setup packages repo for CI, update analysis options 2018-06-15 12:07:14 -07:00
2894fd8993 boilerplate 2017-08-01 14:58:30 -07:00