Sorry French users, this repo is only in english.
This repo contains 1 package splitted in 5 libraries:
Contains useful components such as YButton
. It relies on theme and utilities libraries. Check out the README.
Inspired by Supabase Ui and Signal interfaces.
Import it:
import 'package:ynotes_packages/components.dart';
Provides tools to setup themes that must be stored in the app. (instructions in the README). Check out the README.
Import it:
import 'package:ynotes_packages/config.dart';
Provides tools to setup themes that must be stored in the app. (instructions in the README). Check out the README.
Import it:
import 'package:ynotes_packages/theme.dart';
Contains utilities such as YFontSize
, inspired by Tailwind CSS approach. Check out the README
Import it:
import 'package:ynotes_packages/utilities.dart';
Contains useful components for settings such as YSettingTile
. It relies on theme, components and utilities libraries. Check out the README.
Inspired by flutter-settings-ui and Signal interfaces.
Import it:
import 'package:ynotes_packages/settings.dart';
Under the hood, this packages uses:
Maintained by Florian LEFEBVRE.