Coder Social home page Coder Social logo

flutter_theme_x's Introduction

Flutter_Theme_X

Flutter_Theme_X is a flutter plugin that allows you to easily integrate prebuilt widgets into your application. In addition to that it allows you to manage the theme of your application in a few lines.

Flutter_theme_x utilise principalement les plugins :

  • google_fonts
  • provider
  • shared_preferences
  • flutter_svg
  • http

How to use it?

After installing the plugin in flutter you just have to import it in your code

import 'package:flutter_theme_x/flutter_theme_x.dart';

Flutter_Theme_X

flutter_theme_x is a library of hardware widgets ready to be integrated in your applications. it also integrates the management of light and dark themes in your applications

List of available widgets

  • FTxBottomNavigationBar
  • FTxButton
  • FTxCard
  • FTxContainer
  • FTxCreditCard
  • FTxCustomRating
  • FTxDashedDivider
  • FTxDottedLineCorner
  • FTxOnBoarding
  • FTxText
  • FTxTextField
  • FTxTextLiquidFill

Use Theme

By default flutter_theme_x integrates a light theme and a dark theme with default colors. To use these in your application, you can proceed as follows

import 'package:flutter_theme_x/themes/app_theme.dart';

FTxAppTheme.changeThemeType(FxAppThemeType.light); or
FTxAppTheme.changeThemeType(FxAppThemeType.dark);

Constants

FTxTheme TYPE
light
dark

flutter_theme_x's People

Contributors

borisgautier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kriacoesmobile

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.