From 884fa20ad29352c38bf3594f0176fe4e427235ae Mon Sep 17 00:00:00 2001 From: Vinay Aadatiya Date: Tue, 10 Oct 2023 22:08:45 +0530 Subject: [PATCH 1/2] added myself --- .project | 4 +- .settings/org.eclipse.buildship.core.prefs | 4 +- lib/contributors.dart | 2 + participants/vinayAdatiya.md | 3 + pubspec.lock | 185 +++++++++++++-------- themes.dart | 31 ---- 6 files changed, 129 insertions(+), 100 deletions(-) create mode 100644 participants/vinayAdatiya.md diff --git a/.project b/.project index 5686824..d42ed7b 100644 --- a/.project +++ b/.project @@ -16,12 +16,12 @@ - 1633018610955 + 1696955472353 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ diff --git a/.settings/org.eclipse.buildship.core.prefs b/.settings/org.eclipse.buildship.core.prefs index b43a53d..051a348 100644 --- a/.settings/org.eclipse.buildship.core.prefs +++ b/.settings/org.eclipse.buildship.core.prefs @@ -1,11 +1,11 @@ -arguments= +arguments=--init-script C\:\\Users\\adati\\AppData\\Roaming\\Code\\User\\globalStorage\\redhat.java\\1.23.0\\config_win\\org.eclipse.osgi\\57\\0\\.cp\\gradle\\init\\init.gradle --init-script C\:\\Users\\adati\\AppData\\Roaming\\Code\\User\\globalStorage\\redhat.java\\1.23.0\\config_win\\org.eclipse.osgi\\57\\0\\.cp\\gradle\\protobuf\\init.gradle auto.sync=false build.scans.enabled=false connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) connection.project.dir= eclipse.preferences.version=1 gradle.user.home= -java.home=C\:/Program Files/Java/jdk-15.0.2 +java.home=C\:/Program Files/Java/jdk-18.0.2.1 jvm.arguments= offline.mode=false override.workspace.settings=true diff --git a/lib/contributors.dart b/lib/contributors.dart index e6a62eb..f20b2bf 100644 --- a/lib/contributors.dart +++ b/lib/contributors.dart @@ -7,6 +7,7 @@ class Contributor extends StatelessWidget { // Add your Full Name in this list // Please do not remove any other name :) final contributorsName = [ + 'Vinay Adatiya' 'kartikey singh', 'Harsh Soni', 'Luki Sanjaya', @@ -115,6 +116,7 @@ class Contributor extends StatelessWidget { ]; final gitHubUserName = [ + 'Vinay94278' 'kartikey4474', 'cscipher', 'lukisanjaya', diff --git a/participants/vinayAdatiya.md b/participants/vinayAdatiya.md new file mode 100644 index 0000000..382dd79 --- /dev/null +++ b/participants/vinayAdatiya.md @@ -0,0 +1,3 @@ +Name: Vinay Adatiya +GitHub: Vinay94278 +Quote: “Do today what should be done. Your tomorrow may never come.” \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 6da207a..82a5aaf 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,77 +5,88 @@ packages: dependency: transitive description: name: async - url: "https://pub.dartlang.org" + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" + url: "https://pub.dev" source: hosted - version: "2.8.1" + version: "2.11.0" boolean_selector: dependency: transitive description: name: boolean_selector - url: "https://pub.dartlang.org" + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" characters: dependency: transitive description: name: characters - url: "https://pub.dartlang.org" + sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.3.0" charcode: dependency: transitive description: name: charcode - url: "https://pub.dartlang.org" + sha256: fb98c0f6d12c920a02ee2d998da788bca066ca5f148492b7085ee23372b12306 + url: "https://pub.dev" source: hosted version: "1.3.1" clock: dependency: transitive description: name: clock - url: "https://pub.dartlang.org" + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: name: collection - url: "https://pub.dartlang.org" + sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c" + url: "https://pub.dev" source: hosted - version: "1.15.0" + version: "1.17.1" crypto: dependency: transitive description: name: crypto - url: "https://pub.dartlang.org" + sha256: cf75650c66c0316274e21d7c43d3dea246273af5955bd94e8184837cd577575c + url: "https://pub.dev" source: hosted version: "3.0.1" cupertino_icons: dependency: "direct main" description: name: cupertino_icons - url: "https://pub.dartlang.org" + sha256: "486b7bc707424572cdf7bd7e812a0c146de3fd47ecadf070254cc60383f21dd8" + url: "https://pub.dev" source: hosted version: "1.0.3" fake_async: dependency: transitive description: name: fake_async - url: "https://pub.dartlang.org" + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.1" ffi: dependency: transitive description: name: ffi - url: "https://pub.dartlang.org" + sha256: "35d0f481d939de0d640b3db9a7aa36a52cd22054a798a73b4f50bdad5ce12678" + url: "https://pub.dev" source: hosted version: "1.1.2" file: dependency: transitive description: name: file - url: "https://pub.dartlang.org" + sha256: b69516f2c26a5bcac4eee2e32512e1a5205ab312b3536c1c1227b2b942b5f9ad + url: "https://pub.dev" source: hosted version: "6.1.2" flutter: @@ -87,7 +98,8 @@ packages: dependency: transitive description: name: flutter_lints - url: "https://pub.dartlang.org" + sha256: b543301ad291598523947dc534aaddc5aaad597b709d2426d3a0e0d44c5cb493 + url: "https://pub.dev" source: hosted version: "1.0.4" flutter_test: @@ -104,133 +116,160 @@ packages: dependency: "direct main" description: name: font_awesome_flutter - url: "https://pub.dartlang.org" + sha256: bae6387c6e4dbff3deab0c79636ce361de7e6858708c8845fc2addd8d7e697eb + url: "https://pub.dev" source: hosted version: "9.1.0" google_fonts: dependency: "direct main" description: name: google_fonts - url: "https://pub.dartlang.org" + sha256: c31d49dfbcef1a84592128d2d9e8767eebf5a919ac1e6f77d14dc36790ef1639 + url: "https://pub.dev" source: hosted version: "2.1.0" http: dependency: transitive description: name: http - url: "https://pub.dartlang.org" + sha256: "2ed163531e071c2c6b7c659635112f24cb64ecbebf6af46b550d536c0b1aa112" + url: "https://pub.dev" source: hosted version: "0.13.4" http_parser: dependency: transitive description: name: http_parser - url: "https://pub.dartlang.org" + sha256: e362d639ba3bc07d5a71faebb98cde68c05bfbcfbbb444b60b6f60bb67719185 + url: "https://pub.dev" source: hosted version: "4.0.0" js: dependency: transitive description: name: js - url: "https://pub.dartlang.org" + sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3 + url: "https://pub.dev" source: hosted - version: "0.6.3" + version: "0.6.7" lints: dependency: transitive description: name: lints - url: "https://pub.dartlang.org" + sha256: a2c3d198cb5ea2e179926622d433331d8b58374ab8f29cdda6e863bd62fd369c + url: "https://pub.dev" source: hosted version: "1.0.1" matcher: dependency: transitive description: name: matcher - url: "https://pub.dartlang.org" + sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb" + url: "https://pub.dev" + source: hosted + version: "0.12.15" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 + url: "https://pub.dev" source: hosted - version: "0.12.10" + version: "0.2.0" meta: dependency: transitive description: name: meta - url: "https://pub.dartlang.org" + sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3" + url: "https://pub.dev" source: hosted - version: "1.7.0" + version: "1.9.1" page_transition: dependency: "direct main" description: name: page_transition - url: "https://pub.dartlang.org" + sha256: "12776be3ffb2d080095e912fc4e820a85be8846913a93261148b75256b9c7691" + url: "https://pub.dev" source: hosted version: "2.0.4" path: dependency: transitive description: name: path - url: "https://pub.dartlang.org" + sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" + url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.8.3" path_provider: dependency: transitive description: name: path_provider - url: "https://pub.dartlang.org" + sha256: b6db8bde5b616225d76875c0235b63db77febcf207fbdc2108af2e825d31b6b0 + url: "https://pub.dev" source: hosted version: "2.0.5" path_provider_linux: dependency: transitive description: name: path_provider_linux - url: "https://pub.dartlang.org" + sha256: "96af2381b8db7cfd5986cf2d7eb737f0099f0517ffc7e10b979d20eb38e64939" + url: "https://pub.dev" source: hosted version: "2.1.0" path_provider_macos: dependency: transitive description: name: path_provider_macos - url: "https://pub.dartlang.org" + sha256: "0d1273a80d3db3ffb3d82a1e063b8d1e889fd2879fcd81f8b0f00bfa8246498e" + url: "https://pub.dev" source: hosted version: "2.0.2" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface - url: "https://pub.dartlang.org" + sha256: c2af5a8a6369992d915f8933dfc23172071001359d17896e83db8be57db8a397 + url: "https://pub.dev" source: hosted version: "2.0.1" path_provider_windows: dependency: transitive description: name: path_provider_windows - url: "https://pub.dartlang.org" + sha256: "067e20d6d356f05a75eb9d563c2c0dcbb1889053e72dc2c53187668ac39da511" + url: "https://pub.dev" source: hosted version: "2.0.3" platform: dependency: transitive description: name: platform - url: "https://pub.dartlang.org" + sha256: "4a8c298d9ac37f18a1116f7be2aa86c3eaea5913586c5afbb905429dd79efa84" + url: "https://pub.dev" source: hosted version: "3.0.2" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface - url: "https://pub.dartlang.org" + sha256: f843e0027496f0d841166707029237a0bef39cfc0c79b93b1bb1a10beae73244 + url: "https://pub.dev" source: hosted version: "2.0.2" process: dependency: transitive description: name: process - url: "https://pub.dartlang.org" + sha256: ca157bb5ee3a2dce23ac17bac6d5e54c9d7d1b693f560b606a84aacd2f3c54f8 + url: "https://pub.dev" source: hosted version: "4.2.3" simple_animations: dependency: "direct main" description: name: simple_animations - url: "https://pub.dartlang.org" + sha256: "79acf025f196001d4680280f67b4d77ca828459b23498606d2fb130a4961046e" + url: "https://pub.dev" source: hosted version: "4.0.1" sky_engine: @@ -242,114 +281,130 @@ packages: dependency: transitive description: name: source_span - url: "https://pub.dartlang.org" + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 + url: "https://pub.dev" source: hosted - version: "1.8.1" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace - url: "https://pub.dartlang.org" + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 + url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel - url: "https://pub.dartlang.org" + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner - url: "https://pub.dartlang.org" + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph - url: "https://pub.dartlang.org" + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api - url: "https://pub.dartlang.org" + sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb + url: "https://pub.dev" source: hosted - version: "0.4.2" + version: "0.5.1" typed_data: dependency: transitive description: name: typed_data - url: "https://pub.dartlang.org" + sha256: "53bdf7e979cfbf3e28987552fd72f637e63f3c8724c9e56d9246942dc2fa36ee" + url: "https://pub.dev" source: hosted version: "1.3.0" url_launcher: dependency: "direct main" description: name: url_launcher - url: "https://pub.dartlang.org" + sha256: d0ca83baf29d7b1e1a88dff21cc4476cd1efd5e58438974deb87c5f2ff5a6b65 + url: "https://pub.dev" source: hosted version: "6.0.12" url_launcher_linux: dependency: transitive description: name: url_launcher_linux - url: "https://pub.dartlang.org" + sha256: "762a15bd1be2e910e073539bb65e59c2d5cb35aff2730657d771bef78d7be20b" + url: "https://pub.dev" source: hosted version: "2.0.2" url_launcher_macos: dependency: transitive description: name: url_launcher_macos - url: "https://pub.dartlang.org" + sha256: c116ae76b578e0403c2c65630715c0c81a79ef22a11ff9192674b5233be88735 + url: "https://pub.dev" source: hosted version: "2.0.2" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface - url: "https://pub.dartlang.org" + sha256: a4acd1aed57444bd4693768559a891cbb3168dbf0b992d0d5b5b5619ab371aed + url: "https://pub.dev" source: hosted version: "2.0.4" url_launcher_web: dependency: transitive description: name: url_launcher_web - url: "https://pub.dartlang.org" + sha256: a2bc64b513fd1d8fee7646c7a8330afc897b0973c902d004907fa010e50d323e + url: "https://pub.dev" source: hosted version: "2.0.4" url_launcher_windows: dependency: transitive description: name: url_launcher_windows - url: "https://pub.dartlang.org" + sha256: "4e24aac2a2960fb9a70a07992e1ba69cb99fbcee48fdf17abe280ce867bfcea2" + url: "https://pub.dev" source: hosted version: "2.0.2" vector_math: dependency: transitive description: name: vector_math - url: "https://pub.dartlang.org" + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.4" win32: dependency: transitive description: name: win32 - url: "https://pub.dartlang.org" + sha256: e106274d51db0b69e8739155ace8089bfa97183e4cead8e6397b053c29cd86fe + url: "https://pub.dev" source: hosted version: "2.2.9" xdg_directories: dependency: transitive description: name: xdg_directories - url: "https://pub.dartlang.org" + sha256: "0186b3f2d66be9a12b0295bddcf8b6f8c0b0cc2f85c6287344e2a6366bc28457" + url: "https://pub.dev" source: hosted version: "0.2.0" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=3.0.0-0 <4.0.0" flutter: ">=2.5.0" diff --git a/themes.dart b/themes.dart index b84c6e1..d120276 100644 --- a/themes.dart +++ b/themes.dart @@ -5,7 +5,6 @@ import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; var colorList = [ - Colors.orange, Colors.blue, @@ -23,15 +22,12 @@ var colorList = [ Colors.deepPurple, // Colors.grey, - ]; bool isDarkMode = false; class MyTheme { - static ThemeData lightTheme(BuildContext context) => ThemeData( - primarySwatch: colorList[Random().nextInt(colorList.length)], accentColor: Colors.white, @@ -45,61 +41,34 @@ class MyTheme { // highlightColor: Colors.transparent, pageTransitionsTheme: PageTransitionsTheme( - builders: { - TargetPlatform.iOS: ZoomPageTransitionsBuilder(), - TargetPlatform.android: OpenUpwardsPageTransitionsBuilder(), - TargetPlatform.windows: OpenUpwardsPageTransitionsBuilder(), - }, - ), appBarTheme: AppBarTheme( - elevation: 2, - iconTheme: IconThemeData( - color: Colors.white, - ), - textTheme: Theme.of(context).textTheme), - ); static ThemeData darkTheme(BuildContext context) => ThemeData( - primaryColor: Colors.black, - brightness: Brightness.dark, - fontFamily: GoogleFonts.poppins().fontFamily, - bottomNavigationBarTheme: - BottomNavigationBarThemeData(backgroundColor: Colors.black), - textButtonTheme: TextButtonThemeData(), - pageTransitionsTheme: PageTransitionsTheme( - builders: { - TargetPlatform.iOS: ZoomPageTransitionsBuilder(), - TargetPlatform.android: OpenUpwardsPageTransitionsBuilder(), - TargetPlatform.windows: OpenUpwardsPageTransitionsBuilder(), - }, - ), - ); - } From 760fae1e597b660eddbf9dfb157730ee99ca2897 Mon Sep 17 00:00:00 2001 From: Vinay Aadatiya Date: Wed, 11 Oct 2023 01:56:45 +0530 Subject: [PATCH 2/2] added myself --- lib/util/themes.dart | 2 +- participants/{vinayAdatiya.md => AdatiyaVinay.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename participants/{vinayAdatiya.md => AdatiyaVinay.md} (100%) diff --git a/lib/util/themes.dart b/lib/util/themes.dart index b3e61b8..105b6e1 100644 --- a/lib/util/themes.dart +++ b/lib/util/themes.dart @@ -18,7 +18,7 @@ bool isDarkMode = false; class MyTheme { static ThemeData lightTheme(BuildContext context) => ThemeData( primarySwatch: colorList[Random().nextInt(colorList.length)], - accentColor: Colors.white, + hintColor: Colors.white, // splashColor: Colors.transparent, fontFamily: GoogleFonts.poppins().fontFamily, canvasColor: Colors.white, diff --git a/participants/vinayAdatiya.md b/participants/AdatiyaVinay.md similarity index 100% rename from participants/vinayAdatiya.md rename to participants/AdatiyaVinay.md