Skip to content

Instantly share code, notes, and snippets.

View Iremide-ds's full-sized avatar

Iremide Adeboye Iremide-ds

View GitHub Profile
@lesliearkorful
lesliearkorful / google-logo-flutter.dart
Last active September 23, 2024 01:40
Google's "G" logo purely drawn in Flutter
// written by @lesliearkorful
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {