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