Skip to content

Commit

Permalink
using forked flutter_qiblah
Browse files Browse the repository at this point in the history
🚀 1.20.123+57
  • Loading branch information
iqfareez committed Jun 3, 2021
1 parent 428d808 commit 6d17cd5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
8 changes: 4 additions & 4 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ class MyApp extends StatelessWidget {
visualDensity: VisualDensity.adaptivePlatformDensity,
appBarTheme: AppBarTheme(color: _primaryColour.shade800)),
themeMode: value.themeMode,
home: OnboardingPage(),
// home: GetStorage().read(kIsFirstRun)
// ? OnboardingPage()
// : MyHomePage(),
// home: OnboardingPage(),
home: GetStorage().read(kIsFirstRun)
? OnboardingPage()
: MyHomePage(),
);
},
),
Expand Down
10 changes: 6 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,12 @@ packages:
flutter_qiblah:
dependency: "direct main"
description:
name: flutter_qiblah
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
path: "."
ref: HEAD
resolved-ref: dc388c2d115638df5e66e14c0d33a86896e1df03
url: "https://github.com/iqfareez/flutter_qiblah.git"
source: git
version: "1.1.1+4"
flutter_spinkit:
dependency: "direct main"
description:
Expand Down
5 changes: 3 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.20.120+56
version: 1.20.123+57

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down Expand Up @@ -36,7 +36,8 @@ dependencies:
flutter_web_browser: ^0.14.0
geocoding: ^2.0.0
font_awesome_flutter: ^9.0.0
flutter_qiblah: ^2.0.0
flutter_qiblah:
git: https://github.com/iqfareez/flutter_qiblah.git
cloud_firestore: ^2.1.0
firebase_core: ^1.0.2
email_validator: ^2.0.1
Expand Down

0 comments on commit 6d17cd5

Please sign in to comment.