Skip to content

Commit

Permalink
Changes as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 28, 2024
1 parent 81400d7 commit 96c7b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/browser_launcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
sdk: ${{ matrix.sdk }}

- run: dart pub get
id: install

- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze --fatal-infos
Expand Down
4 changes: 4 additions & 0 deletions pkgs/browser_launcher/example/main.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:browser_launcher/browser_launcher.dart';

const _googleUrl = 'https://www.google.com/';
Expand Down

0 comments on commit 96c7b01

Please sign in to comment.