Browse Source

environment update

pull/1/head
Bartosz Wróbel 2 years ago
parent
commit
2cb3b01d69
  1. 10
      example/pubspec.lock
  2. 2
      example/pubspec.yaml
  3. 2
      lib/auto_scroll_text.dart
  4. 2
      pubspec.yaml

10
example/pubspec.lock

@ -94,7 +94,7 @@ packages:
name: material_color_utilities name: material_color_utilities
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.2.0" version: "0.1.5"
meta: meta:
dependency: transitive dependency: transitive
description: description:
@ -120,7 +120,7 @@ packages:
name: source_span name: source_span
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.9.1" version: "1.9.0"
stack_trace: stack_trace:
dependency: transitive dependency: transitive
description: description:
@ -155,14 +155,14 @@ packages:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.4.13" version: "0.4.12"
vector_math: vector_math:
dependency: transitive dependency: transitive
description: description:
name: vector_math name: vector_math
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.3" version: "2.1.2"
sdks: sdks:
dart: ">=2.19.0-146.2.beta <3.0.0" dart: ">=2.18.2 <3.0.0"
flutter: ">=1.17.0" flutter: ">=1.17.0"

2
example/pubspec.yaml

@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1 version: 1.0.0+1
environment: environment:
sdk: '>=2.19.0-146.2.beta <3.0.0' sdk: '>=2.18.2 <3.0.0'
# Dependencies specify other packages that your package needs in order to work. # Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions # To automatically upgrade your package dependencies to the latest versions

2
lib/auto_scroll_text.dart

@ -34,7 +34,7 @@ class AutoScrollText extends StatefulWidget {
this.textStyle, this.textStyle,
this.scrollDirection = Axis.horizontal, this.scrollDirection = Axis.horizontal,
this.curve = Curves.linear, this.curve = Curves.linear,
this.moveDistance = 1.0, this.moveDistance = 3.0,
this.timerRest = 100, this.timerRest = 100,
}); });

2
pubspec.yaml

@ -4,7 +4,7 @@ version: 0.0.1
homepage: https://github.com/Bomsamdi/auto_scroll_text homepage: https://github.com/Bomsamdi/auto_scroll_text
environment: environment:
sdk: '>=2.19.0-146.2.beta <3.0.0' sdk: '>=2.18.2 <3.0.0'
flutter: ">=1.17.0" flutter: ">=1.17.0"
dependencies: dependencies:

Loading…
Cancel
Save