Skip to content

Instantly share code, notes, and snippets.

View smoj's full-sized avatar

Seme Mojugbe smoj

View GitHub Profile
@smoj
smoj / Example
Created January 27, 2020 20:22
A demonstration of a fully custom UI Widget using Flutter's Material Widgets
FeedItem(
title: 'Himalayas',
timestamp: '23 Mins ago',
category: 'SOCIAL',
imageUrl: 'https://i.picsum.photos/id/866/400/400.jpg',
),