Skip to content

Instantly share code, notes, and snippets.

View NBTX's full-sized avatar
🇺🇸
Programming

NBTX NBTX

🇺🇸
Programming
View GitHub Profile
@NBTX
NBTX / EDMoviesVendorConfiguration.dart
Created December 15, 2018 22:28
A sample ApolloVendor and configuration class.
/*
EDMovies - ApolloTV fictional vendor configuration.
*/
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:kamino/vendor/struct/VendorConfiguration.dart';