Revert "changes to build app"

This reverts commit 1492efde
merge-update-with-lab-changes
Faiz Hashmi 2 years ago
parent 0e67851646
commit b769959823

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

@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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 #distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

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

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

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

Loading…
Cancel
Save