Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit b929ba9

Browse files
authored
chore: update analysis, mason and readme (#67)
chore: update dependencies
1 parent fd35c08 commit b929ba9

File tree

7 files changed

+9
-16
lines changed

7 files changed

+9
-16
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
2121
with:
2222
flutter_channel: stable
23-
flutter_version: 3.10.0
2423
working_directory: src/very_good_flutter_package
2524

2625
spell-check:

brick/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/VeryGoodOpenSource/very_good_flutter_package
44
version: 0.4.0
55

66
environment:
7-
mason: ">=0.1.0-dev.32 <0.1.0"
7+
mason: ">=0.1.0-dev.50 <0.1.0"
88

99
vars:
1010
project_name:

src/very_good_flutter_package/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.buildlog/
99
.history
1010
.svn/
11+
migrate_working_dir/
1112

1213
# IntelliJ related
1314
*.iml
@@ -16,7 +17,7 @@
1617
.idea/
1718

1819
# VSCode related
19-
.vscode/
20+
.vscode/*
2021

2122
# Flutter/Dart/Pub related
2223
**/doc/api/

src/very_good_flutter_package/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Very Good Ventures
3+
Copyright (c) 2023 Very Good Ventures
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/very_good_flutter_package/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@ A Very Good Flutter package created by Very Good Ventures.
1010

1111
**❗ In order to start using Very Good Flutter Package you must have the [Flutter SDK][flutter_install_link] installed on your machine.**
1212

13-
Add `very_good_flutter_package` to your `pubspec.yaml`:
14-
15-
```yaml
16-
dependencies:
17-
very_good_flutter_package:
18-
```
19-
20-
Install it:
13+
Install via `flutter pub add`:
2114

2215
```sh
23-
flutter packages get
16+
dart pub add very_good_flutter_package
2417
```
2518

2619
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.5.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml

src/very_good_flutter_package/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55

66
environment:
77
sdk: ">=3.0.0 <4.0.0"
8-
flutter: 3.10.0
8+
flutter: ">=3.10.0"
99

1010
dependencies:
1111
flutter:
@@ -15,4 +15,4 @@ dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
1717
mocktail: ^1.0.0
18-
very_good_analysis: ^5.0.0
18+
very_good_analysis: ^5.1.0

0 commit comments

Comments
 (0)