Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git comit #28

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Components/buttons.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';

final ButtonTheme1 = ElevatedButton.styleFrom(
final buttonTheme1 = ElevatedButton.styleFrom(
backgroundColor: Colors.white,
foregroundColor: Colors.black,
elevation: 0.0,
Expand Down
2 changes: 1 addition & 1 deletion lib/Pages/ExtPage/hotels.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Hotels extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('oo'),
title: const Text('oo'),
),
);
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Pages/logoutpage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class _SignOutState extends State<SignOut> {
return Scaffold(
body: Center(
child: ElevatedButton(
style: ButtonTheme1,
style: buttonTheme1,
onPressed: () async {
await AuthServices().signOut();
Navigator.pushReplacement(
Expand Down
2 changes: 1 addition & 1 deletion lib/Pages/registrationpage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class _IntroPageState extends State<IntroPage> {
const SizedBox(height: 40),
Image.asset('assets/travel.png', height: 200, width: 150),
ElevatedButton(
style: ButtonTheme1,
style: buttonTheme1,
onPressed: () {
Navigator.push(
context,
Expand Down
2 changes: 1 addition & 1 deletion lib/Pages/signuppage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class _SignUpState extends State<SignUp> {
Widget build(BuildContext context) {
// double height = MediaQuery.of(context).size.height;
return Scaffold(
backgroundColor: Color(0xffECE6CB),
backgroundColor: const Color(0xffECE6CB),
// appBar: AppBar(),
body: SingleChildScrollView(
child: Column(
Expand Down
36 changes: 10 additions & 26 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ packages:
dependency: transitive
description:
name: crypto
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27
url: "https://pub.dev"
source: hosted
version: "3.0.3"
version: "3.0.5"
cupertino_icons:
dependency: "direct main"
description:
Expand All @@ -101,10 +101,10 @@ packages:
dependency: transitive
description:
name: ffi
sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21"
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.1.3"
firebase_analytics:
dependency: "direct main"
description:
Expand Down Expand Up @@ -217,22 +217,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.2.3+16"
firebase_dynamic_links:
dependency: "direct main"
description:
name: firebase_dynamic_links
sha256: b0522806658428803aeb5e7be0b22a29acb8f8697a8909c36965feaeb1f655bd
url: "https://pub.dev"
source: hosted
version: "5.4.8"
firebase_dynamic_links_platform_interface:
dependency: transitive
description:
name: firebase_dynamic_links_platform_interface
sha256: "8b90384d8f85c7211f2b5e2d9d5ae98bd08091f116ef2bd1a74b33574efacc61"
url: "https://pub.dev"
source: hosted
version: "0.2.6+16"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -242,10 +226,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1"
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "4.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -364,10 +348,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "4.0.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -420,10 +404,10 @@ packages:
dependency: transitive
description:
name: path_provider_android
sha256: "490539678396d4c3c0b06efdaab75ae60675c3e0c66f72bc04c2e2c1e0e2abeb"
sha256: "6f01f8e37ec30b07bc424b4deabac37cacb1bc7e2e515ad74486039918a37eb7"
url: "https://pub.dev"
source: hosted
version: "2.2.9"
version: "2.2.10"
path_provider_foundation:
dependency: transitive
description:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies:
firebase_database: ^10.4.0
cloud_firestore: ^4.14.0
firebase_crashlytics: ^3.4.9
firebase_dynamic_links: ^5.4.8
google_sign_in: ^6.2.1
provider: ^6.1.2

Expand All @@ -55,7 +54,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^3.0.0
flutter_lints: ^4.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
Loading