a2ui_flutter 0.0.1-wip001
a2ui_flutter: ^0.0.1-wip001 copied to clipboard
The A2UI Flutter SDK.
example/example.dart
// Copyright 2025 The Flutter Authors.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:a2ui_flutter/a2ui_flutter.dart';
void main() {
var awesome = Awesome();
awesome.toString();
}