We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7af37 commit 2a1b350Copy full SHA for 2a1b350
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Create a Release APK
55
uses: ncipollo/release-action@v1
56
with:
57
- name: "Askany ${{ github.ref_name }}"
+ name: "Waterbus ${{ github.ref_name }}"
58
bodyFile: "RELEASE.md"
59
artifacts: "build/app/outputs/apk/release/*.apk"
60
token: ${{ secrets.TOKEN }}
lib/features/schedule/widgets/schedule_title.dart
@@ -1,5 +1,3 @@
1
-// import 'package:askany/src/constants/constants.dart';
2
-
3
// Flutter imports:
4
import 'package:flutter/material.dart';
5
0 commit comments