Skip to content

Instantly share code, notes, and snippets.

View ahmeedev's full-sized avatar
🎓
Studying

Ahmad Tariq ahmeedev

🎓
Studying
  • Comsats University Of Islamabad, Sahiwal Campus
  • Pakistan, Chichawatni
  • X @ahmadbintariq4u
View GitHub Profile
@ahmeedev
ahmeedev / colors.dart
Last active June 24, 2022 07:25
Flutter templates
import 'package:flutter/material.dart';
const kPrimary = Color(0xFF);
const kPrimaryVariant = Color(0xFF);
const kOnPrimary = Color(0xFF);
const kSecondary = Color(0xFF);
const kSecondaryVariant = Color(0xFF);
const kOnSecondary = Color(0xFF);