Skip to content
Open
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
4 changes: 2 additions & 2 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
</natures>
<filteredResources>
<filter>
<id>1633018610955</id>
<id>1696955472353</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
Expand Down
4 changes: 2 additions & 2 deletions .settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions lib/contributors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -115,6 +116,7 @@ class Contributor extends StatelessWidget {
];

final gitHubUserName = [
'Vinay94278'
'kartikey4474',
'cscipher',
'lukisanjaya',
Expand Down
2 changes: 1 addition & 1 deletion lib/util/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions participants/AdatiyaVinay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Name: Vinay Adatiya
GitHub: Vinay94278
Quote: “Do today what should be done. Your tomorrow may never come.”
Loading