mirror of
https://github.com/flutter/samples.git
synced 2026-04-02 17:52:56 +00:00
Upgrade null safety example (#748)
This commit is contained in:
18
null_safety/null_unsafe_app/pubspec.yaml
Normal file
18
null_safety/null_unsafe_app/pubspec.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: null_unsafe_app
|
||||
description: A new Flutter project.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user