This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"v":1,"entry":"hello.dart","files":{"hello.dart":"import 'package:flutter/material.dart';class MyWidget extends StatelessWidget{Widget build(BuildContext a){return Center(child: Column(mainAxisAlignment: MainAxisAlignment.center,children:[Icon(Icons.flutter_dash,size: 64.0),SizedBox(height: 106.0),Text('Hello Simon!',style: TextStyle(fontSize: 24.0))]));}} MyWidget main() => MyWidget();"}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:typhon_api/typhon_api.dart'; | |
| void main(SysCall sys) { | |
| final user = sys.env['USER'] ?? 'unknown'; | |
| final host = sys.hostname; | |
| final home = sys.env['HOME'] ?? '/'; | |
| final pid = sys.pid; | |
| final uid = sys.uid; | |
| final title = '$user@$host'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void main() { | |
| print('Hello from Gist'); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (?=(^((?!///).)*$)).*((".+?")|('.+?')).* |