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

chore: update analysis, mason and readme #67

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.10.0
working_directory: src/very_good_flutter_package

spell-check:
Expand Down
2 changes: 1 addition & 1 deletion brick/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository: https://github.com/VeryGoodOpenSource/very_good_flutter_package
version: 0.4.0

environment:
mason: ">=0.1.0-dev.32 <0.1.0"
mason: ">=0.1.0-dev.50 <0.1.0"

vars:
project_name:
Expand Down
3 changes: 2 additions & 1 deletion src/very_good_flutter_package/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.buildlog/
.history
.svn/
migrate_working_dir/

# IntelliJ related
*.iml
Expand All @@ -16,7 +17,7 @@
.idea/

# VSCode related
.vscode/
.vscode/*

# Flutter/Dart/Pub related
**/doc/api/
Expand Down
2 changes: 1 addition & 1 deletion src/very_good_flutter_package/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Very Good Ventures
Copyright (c) 2023 Very Good Ventures

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 2 additions & 9 deletions src/very_good_flutter_package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,10 @@ A Very Good Flutter package created by Very Good Ventures.

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

Add `very_good_flutter_package` to your `pubspec.yaml`:

```yaml
dependencies:
very_good_flutter_package:
```

Install it:
Install via `flutter pub add`:

```sh
flutter packages get
dart pub add very_good_flutter_package
```

---
Expand Down
2 changes: 1 addition & 1 deletion src/very_good_flutter_package/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.5.0.0.yaml
include: package:very_good_analysis/analysis_options.5.1.0.yaml
4 changes: 2 additions & 2 deletions src/very_good_flutter_package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.10.0
flutter: ">=3.10.0"

dependencies:
flutter:
Expand All @@ -15,4 +15,4 @@ dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
very_good_analysis: ^5.0.0
very_good_analysis: ^5.1.0