From 98307b9ece46f846444c7d42528caad737ab804e Mon Sep 17 00:00:00 2001 From: Ali_MO <93549578+A7A7U@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:09:48 +0300 Subject: [PATCH 1/4] Update README.md tyutyu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69de941..ef4a65c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Building a WhatsApp Clone in Flutter. > If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee: > > * [PayPal](https://www.paypal.me/imthepk/) - +yutyutyu # License Copyright 2018 Pawan Kumar From f8bfb876b7af035d898c4bed1a897f1a4430e817 Mon Sep 17 00:00:00 2001 From: Ali_MO <93549578+A7A7U@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:42:28 +0300 Subject: [PATCH 2/4] Update README.md test in my branches --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef4a65c..fe1d5f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Building a WhatsApp Clone in Flutter. > * [PayPal](https://www.paypal.me/imthepk/) yutyutyu # License - +###### Copyright 2018 Pawan Kumar Licensed under the Apache License, Version 2.0 (the "License"); From f8d19f332f05169c4b167a54c7087b271c9a2037 Mon Sep 17 00:00:00 2001 From: Ali_MO <93549578+A7A7U@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:58:13 +0300 Subject: [PATCH 3/4] Update main.dart --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 5656045..869d9b9 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -3,7 +3,7 @@ import 'dart:async'; import 'package:camera/camera.dart'; import 'package:flutter/material.dart'; import 'package:flutterwhatsapp/whatsapp_home.dart'; - +// import 'package:flutterwhatsapp/whatsapp_home.dart'; List cameras; Future main() async { From 385015ef28a7d27b39edd7cffbaa80241b9f6ad5 Mon Sep 17 00:00:00 2001 From: Ali_MO <93549578+A7A7U@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:02:46 +0300 Subject: [PATCH 4/4] Update pubspec.yaml change yaml --- pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f8cfe2a..2bad893 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,12 +62,12 @@ flutter: # "family" key with the font family name, and a "fonts" key with a # list giving the asset and other descriptors for the font. For # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic + fonts: + - family: Schyler + fonts: + - asset: fonts/Schyler-Regular.ttf + - asset: fonts/Schyler-Italic.ttf + style: italic # - family: Trajan Pro # fonts: # - asset: fonts/TrajanPro.ttf