As we've gained experience in developing the Parameter Page and Plotting apps, some of the decisions we made have been applied to the widgets in -core. However, at this moment, I feel we have three different solutions: the Parameter Page's, the Plotting app's, and core's (which no one is using.)
I'm opening this issue to start discussions on getting all applications to use a common, base library for their UI.
- What UI components/layouts do we like in Param Page and Plotting?
- Are there things we realized we didn't like in those apps?
- Change
-core so it follows our desired design.
- Modify apps to use
-core.
This will be an ongoing discussion until those apps have switched over. I've been trying to keep our flutter-template repo in sync with the changes we make to -core. This will help people writing new apps to start off with a compliant example.
The major stakeholders are @cnlklink, @madpolzin, @beauremus, @mguzman04, and @rneswold. But please invite others that you feel could help us.
As we've gained experience in developing the Parameter Page and Plotting apps, some of the decisions we made have been applied to the widgets in
-core. However, at this moment, I feel we have three different solutions: the Parameter Page's, the Plotting app's, and core's (which no one is using.)I'm opening this issue to start discussions on getting all applications to use a common, base library for their UI.
-coreso it follows our desired design.-core.This will be an ongoing discussion until those apps have switched over. I've been trying to keep our
flutter-templaterepo in sync with the changes we make to-core. This will help people writing new apps to start off with a compliant example.The major stakeholders are @cnlklink, @madpolzin, @beauremus, @mguzman04, and @rneswold. But please invite others that you feel could help us.