fluttery_framework 5.20.1+1 copy "fluttery_framework: ^5.20.1+1" to clipboard
fluttery_framework: ^5.20.1+1 copied to clipboard

Provides all the functions and features needed for a typical production app.

Fluttery Framework #

codecov CI Pub.dev GitHub stars Last Commit Chat

A Framework for Flutter's Framework #

Fluttery_Framework Allows for faster and easier development with better maintainability. It looks like Flutter because it works like Flutter. There's no 're-inventing of the wheel' here. If you know Flutter, you'll know how to use this.

It supplies the adaptive functions and features expected of a production-ready app:

  • An extended State class offering a built-in FutureBuilder or InheritedWidget.
  • A State Object Controller class for this State class
  • A responsive interface capability from the package, Sizer
  • Extensive and essential error handling
  • Easy implementation of both the Material & Cupertino interface for one app i.e. One app with both an Android and iOS interface.
  • App-wide accessibility to your app's preferences
  • A better menu bar
  • 27 device event-handlers
  • A loading screen option

Fluttery Framework Documentation #

Fluttery Framework

Free articles on Fluttery Framework:

A Fluttery Digest

As great as Flutter is, you will not create a ‘production-worthy’ app using Flutter right out of the box. Until now.