Skip to content

Commit

Permalink
🚀 Ready to publish new release
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Sep 7, 2020
1 parent 6aaf6a8 commit a3c8464
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 40 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,21 @@ https://malaysia-waktu-solat.web.app/ - _Not working yet_ :weary:
- Huawei App Gallery _(coming soon)_
- [APK](https://github.com/fareezMaple/App-Waktu-Solat-Malaysia/releases)

<a href='https://play.google.com/store/apps/details?id=live.iqfareez.waktusolatmalaysia&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' style="max-width:55%;"/></a>

## Honourable mention

Article that help me througout the development(Read: Website yg function teruk. The real MVP!. Lifesaver!)

1. https://github.com/rgodlontonshaw/apicallsboss
2. https://stackoverflow.com/questions/50115311/flutter-how-to-force-an-application-restart-in-production-mode

## Attribution
<!-- ## Attribution
<div>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div> -->

## Legalese

- [Terms and Conditions](https://telegra.ph/MPT-Terms-07-24)
- [Privacy Policy](https://telegra.ph/MPT-Privacy-Policy-07-24)
- Google Play and the Google Play logo are trademarks of Google LLC.
6 changes: 5 additions & 1 deletion lib/views/bottomAppBar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ void myAboutDialog(BuildContext context) {
applicationVersion: 'Version ${info.version}',
children: <Widget>[
SizedBox(
height: 10,
height: 8,
),
Text('Prayer time data provided by JAKIM'),
SizedBox(
height: 4,
),
FlatButton(
color: Colors.teal.shade50,
Expand Down
35 changes: 0 additions & 35 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.1"
flutter_svg:
dependency: "direct main"
description:
name: flutter_svg
url: "https://pub.dartlang.org"
source: hosted
version: "0.18.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -219,20 +212,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0-nullsafety"
path_drawing:
dependency: transitive
description:
name: path_drawing
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.1+1"
path_parsing:
dependency: transitive
description:
name: path_parsing
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
path_provider:
dependency: transitive
description:
Expand Down Expand Up @@ -268,13 +247,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -448,13 +420,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "4.5.0"
sdks:
dart: ">=2.10.0-0.0.dev <2.10.0"
flutter: ">=1.20.0 <2.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: App waktu solat seluruh Malaysia

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.0.0+6
version: 1.0.6+7

environment:
sdk: ">=2.7.0 <3.0.0"
Expand All @@ -23,7 +23,7 @@ dependencies:
cached_network_image: ^2.3.1
url_launcher: ^5.5.1
device_info: ^0.4.2+7
flutter_svg: ^0.18.1
# flutter_svg: ^0.18.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit a3c8464

Please sign in to comment.