Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Oct 17, 2023
1 parent de70352 commit 3832452
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import "package:benchmark_app/utils/benchmarks.dart";
import "package:benchmark_app/widgets/release_mode_warning.dart";
import "package:flutter/material.dart";



class MultiBenchmarkScreen extends StatelessWidget {
final Type collectionType;

Expand Down Expand Up @@ -35,8 +33,6 @@ class MultiBenchmarkScreen extends StatelessWidget {
);
}



List<Widget> get _benchmarks {
switch (collectionType) {
case List:
Expand All @@ -50,5 +46,3 @@ class MultiBenchmarkScreen extends StatelessWidget {
}
}
}


2 changes: 1 addition & 1 deletion example/benchmark/benchmark_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1

environment:
flutter: ">=2.0.0 <=3.0.0"
sdk: ">=2.14.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion example/benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: "none"
version: 0.0.1

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'

dependencies:
benchmark_harness: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion example/simple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'

dependencies:
fast_immutable_collections:
Expand Down
2 changes: 1 addition & 1 deletion json_serializable_e2e_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: json_serializable_e2e_test
description: e2e tests for fic/json_serializable

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: '>=3.0.0 <4.0.0'

dependencies:
fast_immutable_collections:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 9.1.6
homepage: https://github.com/marcglasberg/fast_immutable_collections

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: '>=3.0.0 <4.0.0'

dependencies:
collection: ^1.17.0
Expand Down

0 comments on commit 3832452

Please sign in to comment.