Ephenodrom/EZ-Flutter

EZ Flutter is a collection of widgets, packages and many more usefull things, mixed up in little framework. Currently under heavy development.

go to github download
Ephenodrom/EZ-Flutter

EZ Flutter (Alpha)

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.

dependencies:
  ez_flutter: ^0.7.1

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.

Util Classes

EZ Flutter integrates the Basic Utils package and provides many useful helper classes to master different situations.

Manage Theme Via Json

EZ Flutter offers the possibility to manage themes via json files.

Documentation

The documentation is located at ez-flutter.de/docs.

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

Copyright and license

MIT License

Copyright © 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.

excellent projects related to Ephenodrom/EZ-Flutter recommend downloading