zhi_starry_sky 0.0.2 copy "zhi_starry_sky: ^0.0.2" to clipboard
zhi_starry_sky: ^0.0.2 copied to clipboard

Flutter Starry Sky Animation Widget.

example/lib/main.dart

import 'package:easy_dynamic_theme/easy_dynamic_theme.dart';
import 'package:flutter/material.dart';
import 'package:zhi_starry_sky_example/anim_view.dart';

void main() {
  runApp(EasyDynamicThemeWidget(child: const MyApp()));
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData.light(),
      darkTheme: ThemeData.dark(),
      themeMode: EasyDynamicTheme.of(context).themeMode,
      home: const AnimView(),
    );
  }
}
6
likes
140
pub points
58%
popularity

Publisher

unverified uploader

Flutter Starry Sky Animation Widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zhi_starry_sky