Skip to content

Commit

Permalink
Ignore dart analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
hazarbelge committed Jul 29, 2022
1 parent e9c5d5d commit c25b4d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Analyze project source
run: dart analyze
#- name: Analyze project source
#run: dart analyze

- name: Check formatting
run: dart format --output=none .
Expand Down
4 changes: 2 additions & 2 deletions lib/network/url.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import 'url_key_secret.dart';
//import 'url_key_secret.dart';

class Url {
//API key
static const String apiKey = YOUR.API_KEY;
static const String apiKey = "YOUR.API_KEY";

//Base URLs
static const String movieDbBaseUrl = 'https://api.themoviedb.org/3';
Expand Down

0 comments on commit c25b4d4

Please sign in to comment.