Skip to content

Instantly share code, notes, and snippets.

@khoadng
Last active April 1, 2026 07:30
Show Gist options
  • Select an option

  • Save khoadng/30a55c691ad348be6f223b49f4f3a46d to your computer and use it in GitHub Desktop.

Select an option

Save khoadng/30a55c691ad348be6f223b49f4f3a46d to your computer and use it in GitHub Desktop.
chanh bundle test - Hello page
{"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();"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment