1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/simplistic_calculator/pubspec.yaml
dependabot[bot] 589e32b23f Bump flutter_layout_grid from 1.0.6 to 2.0.0 in /simplistic_calculator (#1086)
Bumps [flutter_layout_grid](https://github.com/shyndman/flutter_layout_grid) from 1.0.6 to 2.0.0.
- [Release notes](https://github.com/shyndman/flutter_layout_grid/releases)
- [Changelog](https://github.com/shyndman/flutter_layout_grid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shyndman/flutter_layout_grid/compare/v1.0.6...v2.0.0)

---
updated-dependencies:
- dependency-name: flutter_layout_grid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 06:57:18 +10:00

31 lines
616 B
YAML

name: simplistic_calculator
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
auto_size_text: ^3.0.0
cupertino_icons: ^1.0.2
fluent_ui: ^3.9.1
fluentui_system_icons: ^1.1.161
flutter:
sdk: flutter
flutter_layout_grid: ">=1.0.3 <3.0.0"
flutter_riverpod: ^1.0.3
math_expressions: ^2.3.0
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding
path: plugins/window_size
dev_dependencies:
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true