Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Canton Design System elements and resources for flutter

Canton Design System

Canton Design System elements and resources for Flutter.

Description

This package contains elements that I use in my apps. It includes things such as themes (colors, typography, etc.), custom methods, buttons, text-inputs, a color picker, and more. This all in attempt to limit the amount of time I spend on remaking simple tools and ui, while still customizing my screens to my flavor. Please note that this package will not be uploaded on pub.dev in the near future.

Getting Started

To use this package and access its content, add this dependency to your pubspec.yaml

dependencies:
    canton_design_system:
        git:
          url: git://github.com/31Carlton7/canton_design_system.git
          ref: master

And simply import the package using this code

import 'package:canton_design_system/canton_design_system.dart';

BTW package:flutter/material.dart is already imported when using this package so no need to re-import 🙂

All Features

Dependencies

flutter_riverpod: ^0.14.0+3
flutter_slidable: ^0.6.0
flutter_feather_icons: ^2.0.0+1
flutter_spinkit: ^5.0.0
flutter_svg: ^0.22.0
page_transition: ^2.0.2
liquid_pull_to_refresh: ^3.0.0
cupertino_icons: ^1.0.3

Figma

Link to design system on figma to view UI elements

Dowload Canton Design System source code on GitHub

https://github.com/31Carlton7/canton_design_system
Exit mobile version