Revert "changes to build app"

This reverts commit 1492efde
dev_3.3_faiz_payfort
Faiz Hashmi 2 years ago
parent 0e67851646
commit b769959823

@ -75,7 +75,7 @@ android {
buildTypes {
debug {
debuggable true
signingConfig signingConfigs.debug
signingConfig signingConfigs.release
}
release {
debuggable false

@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
#distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.8.20'
ext.kotlin_version = '1.7.20'
repositories {
google()
jcenter()

@ -50,7 +50,7 @@ import 'package:flutter/services.dart';
// import 'package:flutter_amazonpaymentservices/flutter_amazonpaymentservices.dart';
import 'package:flutter_svg/flutter_svg.dart';
// import 'package:in_app_review/in_app_review.dart';
import 'package:in_app_review/in_app_review.dart';
import 'package:provider/provider.dart';
import 'package:url_launcher/url_launcher.dart';
@ -64,7 +64,7 @@ class AppDrawer extends StatefulWidget {
}
class _AppDrawerState extends State<AppDrawer> {
// final InAppReview _inAppReview = InAppReview.instance;
final InAppReview _inAppReview = InAppReview.instance;
@override
void initState() {
@ -737,9 +737,9 @@ class _AppDrawerState extends State<AppDrawer> {
}
openAppReviewDialog() async {
// if (await _inAppReview.isAvailable()) {
// _inAppReview.requestReview();
// }
if (await _inAppReview.isAvailable()) {
_inAppReview.requestReview();
}
}
void setUserValues(value) async {

@ -1,7 +1,7 @@
name: diplomaticquarterapp
description: A new Flutter application.
version: 4.5.73+1
version: 4.5.028+4050028
environment:
sdk: ">=2.7.0 <3.0.0"
@ -57,8 +57,8 @@ dependencies:
shared_preferences: ^2.0.0
# flutter_flexible_toast: ^0.1.4
fluttertoast: ^8.0.8
firebase_messaging: 14.1.0
firebase_analytics: 10.0.5
firebase_messaging: ^14.1.0
firebase_analytics: ^10.0.5
# Progress bar
@ -100,7 +100,7 @@ dependencies:
location: ^4.3.0
# Qr code Scanner
# barcode_scan_fix: ^1.0.2
barcode_scan2: 4.2.2
barcode_scan2: ^4.2.2
# Rating Stars
rating_bar: ^0.2.0
@ -132,17 +132,17 @@ dependencies:
carousel_pro: ^1.0.0
#local_notifications
flutter_local_notifications: 10.0.0
flutter_local_notifications: any
#device_calendar
device_calendar: ^4.2.0
# TEMPORAL FIX for https://github.com/builttoroam/device_calendar/issues/507
# device_calendar: ^4.3.1
# device_calendar:
# git:
# url: https://github.com/builttoroam/device_calendar.git
# ref: develop
# device_calendar:
# git:
# url: https://github.com/builttoroam/device_calendar.git
# ref: develop
#Handle Geolocation
geolocator: ^9.0.2
@ -178,7 +178,7 @@ dependencies:
wifi: ^0.1.5
vibration: ^1.7.3
flutter_nfc_kit: 3.3.1
flutter_nfc_kit: ^3.3.1
geofencing: ^0.1.0
@ -187,7 +187,7 @@ dependencies:
in_app_update: ^3.0.0
in_app_review: 2.0.3
in_app_review: ^2.0.3
badges: ^2.0.1
flutter_app_icon_badge: ^2.0.0

Loading…
Cancel
Save