mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
* Create `analysis_defaults` package * Update analysis_defaults/pubspec.yaml Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> --------- Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
23 lines
334 B
YAML
23 lines
334 B
YAML
name: platform_view_swift
|
|
description: A new Flutter project.
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.17.0-0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^1.0.4
|
|
|
|
dev_dependencies:
|
|
analysis_defaults:
|
|
path: ../analysis_defaults
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true
|