mirror of
https://github.com/flutter/samples.git
synced 2025-11-12 07:48:55 +00:00
This is the minimal possible change. It is meant to be readable as a standalone Pull Request. This does not touch comments. Additionally, it doesn’t use the niceties of provider, like automatic disposal of the model. Lastly, it doesn’t even rename the project from `scoped_model_counter`. All that will come in a follow-up PR.
25 lines
363 B
YAML
25 lines
363 B
YAML
name: scoped_model_counter
|
|
description: >
|
|
The starter Flutter application, but using ScopedModel to manage state.
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.0.0-dev.68.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
provider: ^2.0.1
|
|
|
|
cupertino_icons: ^0.1.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
|
|
flutter:
|
|
uses-material-design: true
|