Skip to content

Mantano/display_metrics

 
 

Repository files navigation

Flutter display_metrics plugin

The Flutter display_metrics plugin is build following the federated plugin architecture. A detailed explanation of the federated plugin concept can be found in the Flutter documentation. This means the display_metrics plugin is separated into the following packages:

  1. display_metrics: the app facing package. This is the package users depend on to use the plugin in their project. For details on how to use the display_metrics plugin you can refer to its README.md file.
  2. display_metrics_platform_interface: this packages declares the interface which all platform packages must implement to support the app-facing package. Instructions on how to implement a platform packages can be found in the README.md of the display_metrics_platform_interface package.

About

To fix the setState() called after dispose(): _DisplayMetricsWidgetState#12125(lifecycle state: defunct, not mounted) issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 31.1%
  • Dart 26.7%
  • CMake 23.4%
  • Swift 9.2%
  • Ruby 3.8%
  • C 2.3%
  • Other 3.5%