Skip to content

Commit

Permalink
Merge pull request #53 from FRC2706/dev
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
jwt2706 authored Mar 16, 2024
2 parents 49fd3aa + d629253 commit 42400d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 30 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,13 @@ jobs:

- name: Get dependencies
run: flutter pub get

- name: Create .env file
run: |
echo GOOGLE_SHEETS_DATA=${{ secrets.GOOGLE_SHEETS_DATA }} >> .env
echo SPREADSHEET_ID=${{ secrets.SPREADSHEET_ID }} >> .env
echo GAME_WORKSHEET_NAME=${{ secrets.GAME_WORKSHEET_NAME }} >> .env
echo PIT_WORKSHEET_NAME=${{ secrets.PIT_WORKSHEET_NAME }} >> .env
echo PASSCODE=${{ secrets.PASSCODE }} >> .env

- name: Build web release project
run: flutter build web

- name: Create CNAME file
run: echo "mergedata.ca" > ./build/web/CNAME

- name: Upload web production-ready build files
uses: actions/upload-artifact@v2
with:
Expand Down
1 change: 0 additions & 1 deletion lib/screens/send_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:qr_flutter/qr_flutter.dart';
import 'package:gsheets/gsheets.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:http/http.dart' as http;
import 'package:shared_preferences/shared_preferences.dart';

Expand Down
28 changes: 10 additions & 18 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_dotenv:
dependency: "direct main"
description:
name: flutter_dotenv
sha256: "9357883bdd153ab78cbf9ffa07656e336b8bbb2b5a3ca596b0b27e119f7c7d77"
url: "https://pub.dev"
source: hosted
version: "5.1.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "2.0.3"
version: "3.0.1"
flutter_svg:
dependency: "direct main"
description:
Expand All @@ -140,10 +132,10 @@ packages:
dependency: transitive
description:
name: google_identity_services_web
sha256: "972ff30eebf6a5eab28be3e1e47a45df087ed64d5aefdac0df47758ecdec5385"
sha256: "9482364c9f8b7bd36902572ebc3a7c2b5c8ee57a9c93e6eb5099c1a9ec5265d8"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
version: "0.3.1+1"
googleapis:
dependency: transitive
description:
Expand Down Expand Up @@ -220,10 +212,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.0.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -561,18 +553,18 @@ packages:
dependency: transitive
description:
name: web
sha256: "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad"
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.5.1"
win32:
dependency: transitive
description:
name: win32
sha256: "464f5674532865248444b4c3daca12bd9bf2d7c47f759ce2617986e7229494a8"
sha256: "8cb58b45c47dcb42ab3651533626161d6b67a2921917d8d429791f76972b3480"
url: "https://pub.dev"
source: hosted
version: "5.2.0"
version: "5.3.0"
xdg_directories:
dependency: transitive
description:
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies:
qr_flutter: ^4.1.0
qr_code_scanner: ^1.0.1
gsheets: ^0.5.0
flutter_dotenv: ^5.1.0
shared_preferences: ^2.2.2

dev_dependencies:
Expand All @@ -52,7 +51,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^3.0.1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down Expand Up @@ -81,7 +80,6 @@ flutter:
#- assets/pit/2028.json
- assets/images/shep-loading.gif
- assets/images/github.svg
- .env

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
Expand Down

0 comments on commit 42400d5

Please sign in to comment.