1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Update Angular embedding sample (#2147)

- Replace `package:js` usage with `dart:js_interop`
- Remove and ignore `package-lock.json` since it keeps causing security
warnings: https://github.com/flutter/samples/security/dependabot. It's
not necessary for this sample and the constraints already present in the
`package.json`.
- Update to Angular 17.1
This commit is contained in:
Parker Lougheed
2024-01-24 15:53:52 -06:00
committed by GitHub
parent 7dcea5e114
commit 81512c626d
7 changed files with 25 additions and 13791 deletions

View File

@@ -7,10 +7,8 @@ environment:
sdk: ^3.2.0
dependencies:
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
js: ^0.7.0
dev_dependencies:
flutter_test: