Skip to content

Commit

Permalink
Start versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tauseef-Hilal committed Sep 14, 2023
1 parent 14600e7 commit d85e7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/features/auth/data/repositories/auth_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class FirebaseAuthRepository implements AuthenticationRepository {
// NOT IMPLEMENTED YET
},
verificationFailed: (FirebaseAuthException e) {
Navigator.pop(context);
showSnackBar(
context: context,
content: e.message!,
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: whatsapp_clone
description: Flutter WhatsApp Clone
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
publish_to: "none"
version: 0.1.0

environment:
sdk: ">=3.0.0"
Expand Down

0 comments on commit d85e7b6

Please sign in to comment.