diff --git a/.gitignore b/.gitignore index 6f698f4..26f8e19 100644 --- a/.gitignore +++ b/.gitignore @@ -113,8 +113,5 @@ unlinked_spec.ds !**/ios/**/default.perspectivev3 !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages -# Assets -assets/ - # Generated files fom json_serializable *.g.dart diff --git a/assets/Rectangle.png b/assets/Rectangle.png new file mode 100644 index 0000000..b323db0 Binary files /dev/null and b/assets/Rectangle.png differ diff --git a/assets/authenticate.svg b/assets/authenticate.svg new file mode 100644 index 0000000..0aadb8b --- /dev/null +++ b/assets/authenticate.svg @@ -0,0 +1 @@ +authentication \ No newline at end of file diff --git a/assets/fonts/Inter-Bold.ttf b/assets/fonts/Inter-Bold.ttf new file mode 100644 index 0000000..cc065b6 Binary files /dev/null and b/assets/fonts/Inter-Bold.ttf differ diff --git a/assets/fonts/Inter-Medium.ttf b/assets/fonts/Inter-Medium.ttf new file mode 100644 index 0000000..5fb476d Binary files /dev/null and b/assets/fonts/Inter-Medium.ttf differ diff --git a/assets/fonts/Inter-Regular.ttf b/assets/fonts/Inter-Regular.ttf new file mode 100644 index 0000000..8c04c5b Binary files /dev/null and b/assets/fonts/Inter-Regular.ttf differ diff --git a/assets/fonts/Inter-SemiBold.ttf b/assets/fonts/Inter-SemiBold.ttf new file mode 100644 index 0000000..af40294 Binary files /dev/null and b/assets/fonts/Inter-SemiBold.ttf differ diff --git a/assets/icon.png b/assets/icon.png new file mode 100755 index 0000000..72afb2c Binary files /dev/null and b/assets/icon.png differ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..600461a Binary files /dev/null and b/assets/logo.png differ diff --git a/assets/phoneno.svg b/assets/phoneno.svg new file mode 100644 index 0000000..d076048 --- /dev/null +++ b/assets/phoneno.svg @@ -0,0 +1 @@ +calling \ No newline at end of file diff --git a/assets/welcome.svg b/assets/welcome.svg new file mode 100644 index 0000000..d888906 --- /dev/null +++ b/assets/welcome.svg @@ -0,0 +1 @@ +welcome \ No newline at end of file