fluent_2 0.0.2
fluent_2: ^0.0.2 copied to clipboard
Microsoft Fluent 2 components for Flutter web and desktop: 90+ widgets, 20 chart types, tokens, theming, a11y and 135 locales. No Material.
example/lib/main.dart
import 'package:flutter/widgets.dart';
import 'shell/showroom_app.dart';
/// Entry point for the Fluent 2 showroom.
///
/// Must stay at `lib/main.dart`: the GitHub Pages workflow runs
/// `flutter build web` from this directory and relies on the default target.
void main() {
runApp(const ShowroomApp());
}