zephyr 0.0.1-alpha copy "zephyr: ^0.0.1-alpha" to clipboard
zephyr: ^0.0.1-alpha copied to clipboard

A modern and cute design system, inspired by Zenly, Snapchat and Dualingo

Zephyr #

A modern and cute design system, inspired by Zenly, Snapchat and Dualingo. Implemented completely from scratch, without material package usage.

Figly mockup in Figma

Before usage you need to import Zephyr package:

import 'package:zephyr/zephyr.dart';

Usage #

Define ZephyrApp as a root widget. It contains all essential components like theme, navigator, and routes.

// Example of [ZephyrApp] initialization
ZephyrApp(
    title: 'Example App',
    home: HomeScreen(),
    theme: ThemeData(
        backgroundColor: Colors.burple,
    ),
);
0
likes
90
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A modern and cute design system, inspired by Zenly, Snapchat and Dualingo

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zephyr