fermi-ad / parameter_page_app

Web application implementing the Parameter Page.
MIT License
2 stars 1 forks source link

Use v0.1.x branch of `flutter_controls_core` #184

Closed rneswold closed 9 months ago

rneswold commented 9 months ago

The main purpose of this pull request is to make the parameter page switch to the v0.1.x branch of flutter_controls_core. The -core library is in its infancy and will go through massive growth, including refactorization. We'll keep the patch-level branches backward compatible so the parameter page won't have to modified to keep up with every change; they can be done when the parameter page needs a feature in a newer branch.

This pull request also includes a bump in the linter version, and includes resolving two warnings the linter generated.

rneswold commented 9 months ago

Once this is merged, I'm going to delete the main branch from the other project.