Skip to content

Instantly share code, notes, and snippets.

View nathfavour's full-sized avatar
👋
available!

nathfavour nathfavour

👋
available!
View GitHub Profile
@nathfavour
nathfavour / google-logo-flutter.dart
Created September 23, 2024 01:40 — forked from lesliearkorful/google-logo-flutter.dart
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) {