fluent2ui 9.0.2 copy "fluent2ui: ^9.0.2" to clipboard
fluent2ui: ^9.0.2 copied to clipboard

A robust Fluent2 Material-based design system for seamless and intuitive user experiences.

example/lib/main.dart

import 'package:example/my_app.dart';
import 'package:example/screens/home/home_view.dart';
import 'package:example/splash_screen.dart';
import 'package:flutter/material.dart';

Future<void> main() async {
  debugPrint('main()');
  debugPrint('begin initialization');

  debugPrint('runing app (splash)');
  runApp(MyApp(home: SplashScreenView()));

  await Future.delayed(Duration(seconds: 3));

  debugPrint('runing app (home)');
  runApp(MyApp(home: HomeView()));
}
0
likes
135
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A robust Fluent2 Material-based design system for seamless and intuitive user experiences.

License

MIT (license)

Dependencies

fluentui_system_icons, flutter

More

Packages that depend on fluent2ui