Coder Social home page Coder Social logo

flet-contrib's Introduction

Flet controls in Python by the community

flet-contrib package includes reusable Flet controls written in Python only and using existing Flet primitives.

Controls

Usage

To install flet-contrib package:

pip install flet-contrib

To use in your app:

from flet_contrib.color_picker import ColorPicker

picker = ColorPicker(...)

How to contribute

Contributions are welcome!

Fork this repo.

Create a new directory inside flet_contrib for your control(s) - that will be control's module name, for example flet_contrib.my_control.

Control directory structure:

  • README.md - control description, usage, examples, support information.
  • /src - control implementation.
  • /media - images, multimedia files, databases and other files required by control to function or used in README.md.
  • /examples - one or more examples of usage of your control.
  • __init__.py - classes and functions exported to users of your control.

See ColorPicker for folder structure example.

See FletMap for folder structure example. FletMapScreenShot

Submit Pull Request (PR) with your changes.

Once your PR is merged into main a new "dev" package will be released here which can be installed with pip install flet-contrib --pre.

When the contribution is tested by Flet team/community a new flet-contrib release will be published.

flet-contrib's People

Contributors

feodorfitsner avatar inesafitsner avatar taaaf11 avatar benitmulindwa avatar klu1d avatar lekshmanmj avatar harunkurtdev avatar

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.