Skip to content

Commit f0d8e6b

Browse files
committed
Merge branch 'release/1.3.3'
2 parents f935df9 + 4665926 commit f0d8e6b

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.3
2+
* Google services version upgraded
3+
4+
## [1.3.2]
5+
* Auth mock files updated to work with latest version of provider library
6+
17
## [1.1.4] - Changes in stock files
28
* Bug fixing
39
* Certain validations
@@ -20,7 +26,4 @@
2026
## [1.3.1]
2127
* Authentication now supports Signup
2228
* Authentication UIs updated
23-
* Authentication now properly displays auth errors in snackbar
24-
25-
## [1.3.2]
26-
* Auth mock files updated to work with latest version of provider library
29+
* Authentication now properly displays auth errors in snackbar

lib/commons.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Map<String, dynamic> defaultConfig = {
1818
"google_maps": "^0.5.21+2",
1919
"firestore": "^0.12.9+4"
2020
},
21-
"google_services": "4.2.0"
21+
"google_services": "4.3.3"
2222
};
2323

2424
/// Loads config either from the flutter_automation.yaml config file or default config

lib/firestore_crud.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import 'dart:io';
22

3+
import 'package:flutter_automation/firebase_auth.dart';
34
import 'package:flutter_automation/pubspec_api.dart';
45

56
import 'commons.dart' as commons;
@@ -10,6 +11,8 @@ void firestoreCrud() async {
1011
await addFirestorePlugin();
1112
enableMultidex();
1213
copyStockFiles();
14+
upgradeToAndroidX();
15+
addGoogleService();
1316
}
1417

1518
/// adds cloud_firestore plugin to pubspec.yaml file

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_automation
22
description: A flutter package that provides various automation scripts to help you with your flutter project.
3-
version: 1.3.2
3+
version: 1.3.3
44
author: Damodar Lohani<dlohani48@gmail.com>
55
homepage: https://github.com/lohanidamodar/flutter_automation
66

0 commit comments

Comments
 (0)