Skip to content

Instantly share code, notes, and snippets.

View asifmai's full-sized avatar
🏠
Working from home

Iqbal Shehzada asifmai

🏠
Working from home
View GitHub Profile
@asifmai
asifmai / main.dart
Created October 27, 2023 10:05
Google Fonts example
// Copyright 2019 The Flutter team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {