mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
- 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
22 lines
338 B
YAML
22 lines
338 B
YAML
name: ng_companion
|
|
description: A flutter app with a counter that can be manipulated from JS.
|
|
publish_to: 'none'
|
|
version: 1.0.0
|
|
|
|
environment:
|
|
sdk: ^3.2.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/
|