Flutter Develop Framework
Project introduction
The purpose of this framework is to separate the general (business-neutral) functions used in normal Flutter projects and form a framework for Flutter development projects. When developing new Flutter projects, Can directly refer to the project import ‘package: framework/framework. The dart’ to use the framework of related functions, improve the development efficiency.
Github project address: you can see my home page to find me
The framework currently contains the following functional modules: interface request API module, message prompt module, routing module, unified error handling, log module, screen adaptation test, custom UI component library, local storage module composition
Framework Instructions
reference
import 'package:framework/framework.dart';
Copy the code
use
See the Example used in ExampleCopy the code