Skip to content

Instantly share code, notes, and snippets.

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

Muhammet OMER mukireus

🏠
Working from home
View GitHub Profile
import 'package:flutter/material.dart';
import 'package:mdi/mdi.dart';
class AppIcons {
// Icons
static const IconData location = Icons.location_on;
static const IconData home = Icons.home;
static const IconData notification = Icons.notifications;
static const IconData settings = Icons.settings;
static const IconData navigateNext = Icons.navigate_next;