Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 27-improve-app-metadata
  • 47-upgrade-framework-and-dependencies
  • 6-fix-display-grid
  • master
  • Release_1.0.10_11
  • Release_1.0.11_12
  • Release_1.0.12_13
  • Release_1.0.13_14
  • Release_1.0.14_15
  • Release_1.0.15_16
  • Release_1.0.16_17
  • Release_1.0.17_18
  • Release_1.0.18_19
  • Release_1.0.19_20
  • Release_1.0.20_21
  • Release_1.0.21_22
  • Release_1.0.5_6
  • Release_1.0.6_7
  • Release_1.0.7_8
  • Release_1.0.8_9
  • Release_1.0.9_10
  • Release_1.1.0_23
  • Release_1.2.0_24
  • Release_1.2.1_25
  • Release_1.3.0_26
  • Release_1.3.1_27
  • Release_1.4.0_28
  • Release_1.4.1_29
  • Release_1.4.2_30
  • Release_1.4.3_31
  • Release_1.5.0_32
  • Release_1.6.0_33
  • Release_1.7.0_34
  • Release_1.8.0_35
  • Release_1.8.1_36
  • Release_1.8.2_37
  • Release_1.9.0_38
37 results

Target

Select target project
  • android/puissance4
1 result
Select Git revision
  • 27-improve-app-metadata
  • 47-upgrade-framework-and-dependencies
  • 6-fix-display-grid
  • master
  • Release_1.0.10_11
  • Release_1.0.11_12
  • Release_1.0.12_13
  • Release_1.0.13_14
  • Release_1.0.14_15
  • Release_1.0.15_16
  • Release_1.0.16_17
  • Release_1.0.17_18
  • Release_1.0.18_19
  • Release_1.0.19_20
  • Release_1.0.20_21
  • Release_1.0.21_22
  • Release_1.0.5_6
  • Release_1.0.6_7
  • Release_1.0.7_8
  • Release_1.0.8_9
  • Release_1.0.9_10
  • Release_1.1.0_23
  • Release_1.2.0_24
  • Release_1.2.1_25
  • Release_1.3.0_26
  • Release_1.3.1_27
  • Release_1.4.0_28
  • Release_1.4.1_29
  • Release_1.4.2_30
  • Release_1.4.3_31
  • Release_1.5.0_32
  • Release_1.6.0_33
  • Release_1.7.0_34
  • Release_1.8.0_35
  • Release_1.8.1_36
  • Release_1.8.2_37
  • Release_1.9.0_38
37 results
Show changes

Commits on Source 2

...@@ -26,7 +26,7 @@ class CpuLevelPage extends StatelessWidget { ...@@ -26,7 +26,7 @@ class CpuLevelPage extends StatelessWidget {
'☺️ FACILE', '☺️ FACILE',
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.display1 .headline4
.copyWith(color: Colors.black), .copyWith(color: Colors.black),
), ),
onPressed: () { onPressed: () {
...@@ -48,7 +48,7 @@ class CpuLevelPage extends StatelessWidget { ...@@ -48,7 +48,7 @@ class CpuLevelPage extends StatelessWidget {
'🤔 DIFFICILE', '🤔 DIFFICILE',
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.display1 .headline4
.copyWith(color: Colors.white), .copyWith(color: Colors.white),
), ),
onPressed: () { onPressed: () {
...@@ -70,7 +70,7 @@ class CpuLevelPage extends StatelessWidget { ...@@ -70,7 +70,7 @@ class CpuLevelPage extends StatelessWidget {
'🤯 TRES DIFFICILE', '🤯 TRES DIFFICILE',
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.display1 .headline4
.copyWith(color: Colors.white), .copyWith(color: Colors.white),
), ),
onPressed: () { onPressed: () {
......
...@@ -23,7 +23,7 @@ class HomePage extends StatelessWidget { ...@@ -23,7 +23,7 @@ class HomePage extends StatelessWidget {
'🧑 2 JOUEURS 🧑', '🧑 2 JOUEURS 🧑',
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.display1 .headline4
.copyWith(color: Colors.white), .copyWith(color: Colors.white),
), ),
onPressed: () { onPressed: () {
...@@ -43,7 +43,7 @@ class HomePage extends StatelessWidget { ...@@ -43,7 +43,7 @@ class HomePage extends StatelessWidget {
'🧑 1 JOUEUR 🤖', '🧑 1 JOUEUR 🤖',
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.display1 .headline4
.copyWith(color: Colors.white), .copyWith(color: Colors.white),
), ),
onPressed: () { onPressed: () {
...@@ -63,7 +63,7 @@ class HomePage extends StatelessWidget { ...@@ -63,7 +63,7 @@ class HomePage extends StatelessWidget {
'🤖 DEMO 🤖', '🤖 DEMO 🤖',
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.display1 .headline4
.copyWith(color: Colors.black), .copyWith(color: Colors.black),
), ),
onPressed: () { onPressed: () {
......
...@@ -98,7 +98,7 @@ class _MatchPageState extends State<MatchPage> with TickerProviderStateMixin { ...@@ -98,7 +98,7 @@ class _MatchPageState extends State<MatchPage> with TickerProviderStateMixin {
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.display3 .headline6
.copyWith(color: Colors.white), .copyWith(color: Colors.white),
) )
: Column( : Column(
...@@ -108,7 +108,7 @@ class _MatchPageState extends State<MatchPage> with TickerProviderStateMixin { ...@@ -108,7 +108,7 @@ class _MatchPageState extends State<MatchPage> with TickerProviderStateMixin {
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.title .headline5
.copyWith(color: Colors.white), .copyWith(color: Colors.white),
), ),
Padding( Padding(
...@@ -151,7 +151,10 @@ class _MatchPageState extends State<MatchPage> with TickerProviderStateMixin { ...@@ -151,7 +151,10 @@ class _MatchPageState extends State<MatchPage> with TickerProviderStateMixin {
return Text( return Text(
name, name,
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: Theme.of(context).textTheme.title.copyWith(color: Colors.white), style: Theme.of(context)
.textTheme
.headline5
.copyWith(color: Colors.white),
); );
} }
......
...@@ -7,7 +7,7 @@ packages: ...@@ -7,7 +7,7 @@ packages:
name: async name: async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.5.0" version: "2.8.2"
boolean_selector: boolean_selector:
dependency: transitive dependency: transitive
description: description:
...@@ -28,7 +28,7 @@ packages: ...@@ -28,7 +28,7 @@ packages:
name: charcode name: charcode
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.3.1"
clock: clock:
dependency: transitive dependency: transitive
description: description:
...@@ -66,14 +66,14 @@ packages: ...@@ -66,14 +66,14 @@ packages:
name: matcher name: matcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.12.10" version: "0.12.11"
meta: meta:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.0" version: "1.7.0"
path: path:
dependency: transitive dependency: transitive
description: description:
...@@ -127,7 +127,7 @@ packages: ...@@ -127,7 +127,7 @@ packages:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.2.19" version: "0.4.3"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:
...@@ -143,4 +143,4 @@ packages: ...@@ -143,4 +143,4 @@ packages:
source: hosted source: hosted
version: "2.1.0" version: "2.1.0"
sdks: sdks:
dart: ">=2.12.0-0.0 <3.0.0" dart: ">=2.12.0 <3.0.0"