A fully featured Flutter widgets library that helps you rapidly development desktop apps.
English | 简体中文
Add this to your package's pubspec.yaml file:
dependencies:
reflect_ui: ^0.1.0
import 'package:reflect_ui/reflect_ui.dart';
void main() async {
runApp(MyApp());
}
Please see the example app of this plugin for a full example.
- Biyi - A convenient translation and dictionary app.