Skip to content

Commit d5be552

Browse files
author
Max Steffen
committed
save pubspec yaml
1 parent 214cce6 commit d5be552

File tree

2 files changed

+139
-2
lines changed

2 files changed

+139
-2
lines changed

.idea/workspace.xml

+137
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2_flutter/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: ">=3.4.0 <4.0.0"
21+
sdk: ">=3.6.0 <4.0.0"
2222

2323
# Dependencies specify other packages that your package needs in order to work.
2424
# To automatically upgrade your package dependencies to the latest versions
@@ -44,7 +44,7 @@ dev_dependencies:
4444
# activated in the `analysis_options.yaml` file located at the root of your
4545
# package. See that file for information about deactivating specific lint
4646
# rules and activating additional ones.
47-
flutter_lints: ^4.0.0
47+
flutter_lints: ^5.0.0
4848

4949
# For information on the generic Dart part of this file, see the
5050
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)