tch_common_widgets 0.0.4 copy "tch_common_widgets: ^0.0.4" to clipboard
tch_common_widgets: ^0.0.4 copied to clipboard

outdated

Flutter common widgets & theming package used by tomaschyly.

tch_common_widgets #

Flutter common widgets & theming package used by Tomas Chyly. Contains custom widgets that are used on multiple projects. As well as global theming capability.

This package is made to work with and some features require my package tch_appliable_core. However you can use this package without it, you will just not be able to use some of the widgets.

Contents #

  1. Installation
  2. Theme
  3. Widgets
  4. Roadmap

Installation #

In your project's pubspec.yaml add:

dependencies:
  tch_common_widgets: ^0.0.4

Theme #

Coming soon...

Widgets #

CommonSpaces #

  • requires CommonTheme

This is a set of widgets that can be used for easy and standard spaces between other widgets.

PreferencesSwitchWidget #

Simple settings toggle/switch which gets and toggles int in preferences, uses it as a bool.

TextFormFieldWidget #

  • works with CommonTheme and standalone
  • Custom solution to fix Flutter iOS issue with autocorrect not working!

Wrapped TextFormField for extra styling, features mainly with CommonTheme.

Most importantly if you set in your CommonTheme or send styling direct to widget with:

TextFormFieldStyle(
  ...
  iOSUseNativeTextField: true,
  ...
)

Then this widget will use custom hybrid solution to solve issue of default autcorrect not working with Flutter on iOS. There are some limitations, mainly if you want to use custom font family, you need to integrate it with iOS as you do on iOS apps.

Roadmap #

Until version 1.0.0 there will not be predictable roadmap. Instead development is dependant on requirements of projects where this package is used.

5
likes
0
points
159
downloads

Publisher

verified publishertomas-chyly.com

Weekly Downloads

Flutter common widgets & theming package used by tomaschyly.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, tch_appliable_core

More

Packages that depend on tch_common_widgets