ez_flutter 0.2.2 copy "ez_flutter: ^0.2.2" to clipboard
ez_flutter: ^0.2.2 copied to clipboard

outdated

A collection of widgets, packages and many more usefull things, mixed up in little framework.

EZ Flutter (Beta) #

EZ Flutter is a collection of widgets, packages and many more usefull things, mixed up in a little framework. The aim is to make standard features easily available from scratch.

Table of Contents #

  1. Install
  2. Import
  3. Features
  4. Documentation
  5. Contribution
  6. Used Packages
  7. Changelog
  8. Copyright and license

Install #

pubspec.yaml #

Update pubspec.yaml and add the following line to your dependencies. Replace $version with the latest version of this package.

dependencies:
  ez_flutter: $version

Update your pubspec.yaml file and add the following assets locations :

flutter:
  assets:
   - assets/
   - locale/

Import #

Import the package with :

import 'package:ez_flutter/ez_flutter.dart';

Features #

Global Messaging #

Display a message to the user from anywhere inside the app with just one line of code.

Automatic Configuration Loading #

Loading a configuration from multiple json files and make it available everywhere inside the app.

Multilanguage Support #

Build in translation feature that can be used everywhere inside the app.

Buildin Customizable Transition Screen #

EZ Flutter provides a customizable loading screen to switch between to screens after some work is done.

Buildin Bloc Support #

EZ Flutter comes with a Blocprovider to easily handle multiple blocs within the app.

Documentation #

The documentation is located in the documentation folder

Contribution #

You have an idea for some usefull widgets every app needs ? You are facing a bug ? Check out the CONTRIBUTING.md file.

Used Packages #

Changelog #

For a detailed changelog, see the CHANGELOG.md file

MIT License

Copyright (c) 2019 Ephenodrom

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.

14
likes
0
pub points
50%
popularity

Publisher

unverified uploader

A collection of widgets, packages and many more usefull things, mixed up in little framework.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

basic_utils, flutter, flutter_localizations, global_configuration, logging, rxdart

More

Packages that depend on ez_flutter