Skip to content

Commit ee240a0

Browse files
committed
feat: prepare v0.10.0
1 parent accfab7 commit ee240a0

7 files changed

Lines changed: 322 additions & 94 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ migrate_working_dir/
2828
.dart_tool/
2929
.packages
3030
build/
31+
32+
.flutter-plugins-dependencies

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.10.0
2+
3+
* chore(deps): bump fd_lints from 2.3.0 to 3.0.0 by @TesteurManiak
4+
* chore(deps): bump flutter_map from 8.0.0 to 8.3.0 by @TesteurManiak
5+
* chore(deps): removed custom_lint by @TesteurManiak
6+
17
## 0.9.0
28

39
* chore(deps): bump custom_lint from 0.6.10 to 0.7.0 by @dependabot in https://github.com/TesteurManiak/flutter_map_animations/pull/46

analysis_options.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
include: package:fd_lints/flutter.yaml
2-
3-
analyzer:
4-
plugins:
5-
- custom_lint
1+
plugins:
2+
fd_lints: ^3.0.0

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class _MyHomePageState extends State<MyHomePage> with TickerProviderStateMixin {
180180
children: [
181181
const Text('Transformer'),
182182
Switch(
183-
activeColor: Colors.blue.shade200,
183+
activeThumbColor: Colors.blue.shade200,
184184
activeTrackColor: Colors.black38,
185185
value: _useTransformer,
186186
onChanged: (newValue) {

0 commit comments

Comments
 (0)