neoagent 2.3.1-beta.59 → 2.3.1-beta.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1587,7 +1587,7 @@ class _AgentSwitcherState extends State<_AgentSwitcher> {
|
|
|
1587
1587
|
child: AnimatedContainer(
|
|
1588
1588
|
duration: const Duration(milliseconds: 180),
|
|
1589
1589
|
curve: Curves.easeOutCubic,
|
|
1590
|
-
padding: const EdgeInsets.fromLTRB(
|
|
1590
|
+
padding: const EdgeInsets.fromLTRB(12, 9, 12, 9),
|
|
1591
1591
|
decoration: BoxDecoration(
|
|
1592
1592
|
borderRadius: BorderRadius.circular(24),
|
|
1593
1593
|
gradient: LinearGradient(
|
|
@@ -1619,12 +1619,13 @@ class _AgentSwitcherState extends State<_AgentSwitcher> {
|
|
|
1619
1619
|
_AgentGlyph(
|
|
1620
1620
|
agent: selectedAgent,
|
|
1621
1621
|
selected: true,
|
|
1622
|
-
compact:
|
|
1622
|
+
compact: true,
|
|
1623
1623
|
),
|
|
1624
|
-
const SizedBox(width:
|
|
1624
|
+
const SizedBox(width: 10),
|
|
1625
1625
|
Expanded(
|
|
1626
1626
|
child: Column(
|
|
1627
1627
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
1628
|
+
mainAxisSize: MainAxisSize.min,
|
|
1628
1629
|
children: <Widget>[
|
|
1629
1630
|
Row(
|
|
1630
1631
|
children: <Widget>[
|
|
@@ -1634,7 +1635,7 @@ class _AgentSwitcherState extends State<_AgentSwitcher> {
|
|
|
1634
1635
|
maxLines: 1,
|
|
1635
1636
|
overflow: TextOverflow.ellipsis,
|
|
1636
1637
|
style: const TextStyle(
|
|
1637
|
-
fontSize:
|
|
1638
|
+
fontSize: 13.5,
|
|
1638
1639
|
fontWeight: FontWeight.w700,
|
|
1639
1640
|
letterSpacing: -0.15,
|
|
1640
1641
|
),
|
|
@@ -1650,14 +1651,14 @@ class _AgentSwitcherState extends State<_AgentSwitcher> {
|
|
|
1650
1651
|
],
|
|
1651
1652
|
],
|
|
1652
1653
|
),
|
|
1653
|
-
const SizedBox(height:
|
|
1654
|
+
const SizedBox(height: 2),
|
|
1654
1655
|
Text(
|
|
1655
1656
|
_agentSwitcherSubtitle(selectedAgent),
|
|
1656
1657
|
maxLines: 1,
|
|
1657
1658
|
overflow: TextOverflow.ellipsis,
|
|
1658
1659
|
style: TextStyle(
|
|
1659
1660
|
color: _textSecondary,
|
|
1660
|
-
fontSize:
|
|
1661
|
+
fontSize: 10.8,
|
|
1661
1662
|
fontWeight: FontWeight.w500,
|
|
1662
1663
|
height: 1.2,
|
|
1663
1664
|
),
|
|
@@ -1665,13 +1666,14 @@ class _AgentSwitcherState extends State<_AgentSwitcher> {
|
|
|
1665
1666
|
],
|
|
1666
1667
|
),
|
|
1667
1668
|
),
|
|
1668
|
-
const SizedBox(width:
|
|
1669
|
+
const SizedBox(width: 8),
|
|
1669
1670
|
AnimatedRotation(
|
|
1670
1671
|
turns: isMenuOpen ? 0.5 : 0,
|
|
1671
1672
|
duration: const Duration(milliseconds: 180),
|
|
1672
1673
|
curve: Curves.easeOutCubic,
|
|
1673
1674
|
child: Icon(
|
|
1674
1675
|
Icons.keyboard_arrow_down_rounded,
|
|
1676
|
+
size: 20,
|
|
1675
1677
|
color: isMenuOpen ? _accentHover : _textSecondary,
|
|
1676
1678
|
),
|
|
1677
1679
|
),
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5688ec90b02e934df4a3c734aec6f6ab
|
|
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"42d3d75a56efe1a2e9902f52dc8006099c45d9
|
|
|
37
37
|
|
|
38
38
|
_flutter.loader.load({
|
|
39
39
|
serviceWorkerSettings: {
|
|
40
|
-
serviceWorkerVersion: "
|
|
40
|
+
serviceWorkerVersion: "42230949" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
|
41
41
|
}
|
|
42
42
|
});
|