[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.
Add svg finder (#880)
* Extract flutter svg to package
* Add flutter svg test library
* Adjust readme
* Update and rename ci.yml to flutter_svg.yml
* Create flutter_svg_test.yml
---------
Co-authored-by: Dan Field <dfield@gmail.com>
Add svg finder (#880)
* Extract flutter svg to package
* Add flutter svg test library
* Adjust readme
* Update and rename ci.yml to flutter_svg.yml
* Create flutter_svg_test.yml
---------
Co-authored-by: Dan Field <dfield@gmail.com>
[various] Migrate example apps' AppDelegate.swift (#8155)
Migrated by running:
```
dart run script/tool/bin/flutter_plugin_tools.dart build-examples --ios --swift-package-manager
dart run script/tool/bin/flutter_plugin_tools.dart build-examples --macos --swift-package-manager
```
Tests aren't updated as this change should not affect semantics. I will get a test exemption.
Part of https://github.com/flutter/flutter/issues/159173
Add svg finder (#880)
* Extract flutter svg to package
* Add flutter svg test library
* Adjust readme
* Update and rename ci.yml to flutter_svg.yml
* Create flutter_svg_test.yml
---------
Co-authored-by: Dan Field <dfield@gmail.com>