Skip to content

Instantly share code, notes, and snippets.

View atsansone's full-sized avatar

Anthony Sansone atsansone

View GitHub Profile
@atsansone
atsansone / main.dart
Created June 29, 2023 01:29
cylindrical-gust-3792
import 'package:flutter/material.dart';
//Import the google_font package
import 'package:google_fonts/google_fonts.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@atsansone
atsansone / main.dart
Created June 29, 2023 01:28
cylindrical-gust-3792
import 'package:flutter/material.dart';
//Import the google_font package
import 'package:google_fonts/google_fonts.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@atsansone
atsansone / main.dart
Last active June 21, 2023 22:11
mellow-illusion-3502
import 'package:flutter/material.dart';
//Import the font package
import 'package:google_fonts/google_fonts.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
This file has been truncated, but you can view the full file.
{
"openapi" : "3.0.1",
"info" : {
"contact" : {
"name" : "MongoDB Cloud Support",
"url" : "https://www.mongodb.com/support/get-started"
},
"description" : "This is the MongoDB Cloud API. You can find more about it at [https://docs.mongodb.com/tools/](https://docs.mongodb.com/tools/).",
"license" : {
"name" : "SSPL",
@atsansone
atsansone / scopes.txt
Created September 2, 2017 19:01 — forked from iambibhas/scopes.txt
Sublime Text 2: Snippet scopes
Here is a list of scopes to use in Sublime Text 2 snippets -
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
CoffeeScript: source.coffee