Skip to content

Instantly share code, notes, and snippets.

View albertdugba's full-sized avatar
💭
I play around my screen trying to break and unbreak things

Albert 🇬🇭 albertdugba

💭
I play around my screen trying to break and unbreak things
View GitHub Profile
@Geoff-Ford
Geoff-Ford / master-javascript-interview.md
Last active April 4, 2025 21:36
Eric Elliott's Master the JavaScript Interview Series
@1Marc
1Marc / setup-containers.md
Created December 12, 2019 06:19
Setup Instructions for Complete Intro to Containers

Getting Set Up

For Everyone

Install Visual Studio Code. For one section of the course I'll go some of how VSCode and containers work well together. The rest of the course you can use whatever editor you want.

For macOS and Linux

Please make sure you have the following things installed and ready to go!

Scaffold(
appBar: AppBar(
title: AutoSizeText('Doctors List'),
bottom: PreferredSize(child: Row(children: <Widget>[
customButton((){},Icons.filter,'Filter'),
customButton((){},Icons.filter,'Filter'),
customButton((){},Icons.filter,'Filter'),
],), preferredSize: Size.fromHeight(70)),
)
);
Scaffold(
appBar: AppBar(
title: AutoSizeText('Doctors List'),
bottom: PreferredSize(child: Row(children: <Widget>[
customButton((){},Icons.filter,'Filter'),
customButton((){},Icons.filter,'Filter'),
customButton((){},Icons.filter,'Filter'),
],), preferredSize: Size.fromHeight(70)),
)
);