mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-18 19:43:44 +02:00
Merge pull request #17 from Iconica-Development/dependabot/pub/melos-6.0.0
build(deps): bump melos from 4.1.0 to 6.0.0
This commit is contained in:
commit
89bc007236
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ class Background extends StatelessWidget {
|
||||||
var theme = Theme.of(context);
|
var theme = Theme.of(context);
|
||||||
var background = this.background ??
|
var background = this.background ??
|
||||||
BoxDecoration(
|
BoxDecoration(
|
||||||
color: theme.colorScheme.background,
|
color: theme.colorScheme.surface,
|
||||||
);
|
);
|
||||||
var size = MediaQuery.of(context).size;
|
var size = MediaQuery.of(context).size;
|
||||||
return Container(
|
return Container(
|
||||||
|
|
|
@ -4,4 +4,4 @@ version: 3.1.0
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.1.0 <4.0.0'
|
sdk: '>=3.1.0 <4.0.0'
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
melos: ">=3.0.1 <5.0.0"
|
melos: ">=3.0.1 <7.0.0"
|
||||||
|
|
Loading…
Reference in a new issue