Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
insanecoder02 committed Dec 13, 2023
1 parent 90c78b4 commit 29e9502
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
18 changes: 18 additions & 0 deletions assets/Contribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Hello Contributors!!!

This file contains the list of all the Participants who
participated in contributing to Donation_App

Add your name in this file in the following format-

Name: Participant Name
Github_id: GitHub User ID

An example is provided for your reference.

Name: Ishant Kumawat
Github_id: insanecoder02


Name: Gaurav Chhetri
Github_id: Muffinboy19
Binary file removed assets/newlogo.jpeg
Binary file not shown.
11 changes: 3 additions & 8 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ void main() {
}

class MyApp extends StatelessWidget {
const MyApp({super.key});
const MyApp();

@override
Widget build(BuildContext context) {
return MaterialApp(
return MaterialApp(
home: Scaffold(
backgroundColor: Colors.red,
body: Center(

child: Image.asset('assets/newlogo.jpeg'),
// Replace "your_image.png" with the actual image filename
),
backgroundColor: Colors.white,
),
);
}
Expand Down

0 comments on commit 29e9502

Please sign in to comment.