Skip to content

Instantly share code, notes, and snippets.

View tirth-multipl's full-sized avatar
🏠
Working from home

Tirth tirth-multipl

🏠
Working from home
View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@tirth-multipl
tirth-multipl / main.dart
Created July 27, 2024 09:23
Basic Beach 🏖️
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@tirth-multipl
tirth-multipl / main.dart
Created June 28, 2024 12:26
Pencil 📝
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@tirth-multipl
tirth-multipl / main.dart
Created June 25, 2024 15:40
Google Clock ⌛
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@tirth-multipl
tirth-multipl / main.dart
Last active June 24, 2024 20:00
TVF 🍻
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@tirth-multipl
tirth-multipl / main.dart
Last active June 21, 2024 21:04
VSCode Logo 👨‍💻
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@tirth-multipl
tirth-multipl / main.dart
Last active June 21, 2024 07:29
MacOS Reminder Logo ⏰
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@tirth-multipl
tirth-multipl / main.dart
Created June 19, 2024 20:15
Notebook Nostalgia 📓 📚 📖 📔
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@tirth-multipl
tirth-multipl / main.dart
Created June 17, 2024 12:03
Apple Notes 🍎
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@tirth-multipl
tirth-multipl / main.dart
Last active June 17, 2024 11:37
Rapido Logo 🚲
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override