Skip to content

Instantly share code, notes, and snippets.

View jayanthjj's full-sized avatar
💭
What's Cooking?

Jayanth Jayadevan jayanthjj

💭
What's Cooking?
View GitHub Profile
openapi: 3.0.0
info:
title: ADOSecuritySkill API
description: ADOSecuritySkill API Documentation
version: 1.0.0
servers:
- url: https://adoskillsetwebapp20240603144826.azurewebsites.net
openapi: 3.0.0
info:
title: ADOSecuritySkill API
description: ADOSecuritySkill API Documentation
version: 1.0.0
servers:
- url: https://adoskillsetwebapp20240527182841.azurewebsites.net
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(