flower

Last updated:

0 purchases

flower Image
flower Images
Add to Cart

Description:

flower

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 :

add the dependency to your pubspec.yaml file.

dependencies:
flutter:
sdk: flutter
flower: latest version
copied to clipboard
How to use #
import 'package:flower/flower.dart';

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

copied to clipboard
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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.