Skip to content

Commit

Permalink
Removed guard from flutter proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jul 17, 2020
1 parent 8ed9ef6 commit 285858c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.3

- Removed Flutter project guard from flutter proxy command

## 1.1.2

- Added upgrade message if not running the latest fvm version
Expand Down
1 change: 0 additions & 1 deletion lib/commands/flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class FlutterCommand extends Command {

@override
Future<void> run() async {
Guards.isFlutterProject();
final flutterExec = getFlutterSdkExec();

await flutterCmd(flutterExec, argResults.arguments,
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fvm
description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions.
version: 1.1.2
version: 1.1.3
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down

0 comments on commit 285858c

Please sign in to comment.