Giter VIP home page Giter VIP logo

packages's Introduction

Welcome!, This repository contains a collection of reusable Flutter widgets that can be used to jumpstart your new projects. The goal of this package is to help developers save time by providing commonly used UI components, which can be easily customized and integrated into their own apps.

Getting Started To get started with this package, simply add the following line to your pubspec.yaml file:

pubspec.yaml

dependencies: widgets: path: packages/widgets Then, run flutter packages get to install the package.

Widgets The following widgets are currently available in this package:

Button: A customizable button widget. TextField: A text input field widget with support for validation and error messages. Card: A simple card widget with customizable content. Icon: A customizable icon widget. Usage To use a widget from this package, simply import it into your Flutter code like so:

arduino Copy code import 'package:widgets/widgets.dart'; Then, you can use the widget in your code like any other Flutter widget:

less Copy code MyElevatedButton( text: "Click me!", onPressed: () { print("Button clicked!"); }, ),

Contributing Contributions to this package are welcome! If you have a widget that you think would be useful to others, feel free to open a pull request with your changes. Please make sure to follow the existing code style and add unit tests for any new functionality.

License This package is licensed under the MIT license. See the LICENSE file for more information.

packages's People

Contributors

faisalansari0367 avatar

Watchers

 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.