flower 1.0.1 copy "flower: ^1.0.1" to clipboard
flower: ^1.0.1 copied to clipboard

A Light Weight StateManager, Navigator and Styler Library for fast production and easy to use.

Overview #

Flower is a flutter package for increase production speed and reduce time and easy to use for beginners.

It contains these tools for producing applications, faster:

  • UI Kit based on Material library with perfect theme managing tool named Styler.
  • Navigation system to navigate easy between pages and dialogs and etc, without any context.
  • State Management in MVC Structure with two simple Controller and Updater classes.
  • Storage system that works like Android Shared Preferences.

Documentation #

you can see full documentation of Flower in this link: https://flower.smae.ir

Usage #

Example

To use this package :

  dependencies:
    flutter:
      sdk: flutter
    flower: latest version

How to use #

import  'package:flower/flower.dart';

void main() {
  runApp(FlowerApp()); // instead of MaterialApp
}

License #

Copyright (c) 2020 Sayed Mohammad Amin Emrani

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

9
likes
80
points
46
downloads

Publisher

verified publisherpersianflutter.ir

Weekly Downloads

A Light Weight StateManager, Navigator and Styler Library for fast production and easy to use.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, flutter_web_plugins, path_provider

More

Packages that depend on flower