Skip to content

Commit

Permalink
Fix flutter deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed May 23, 2024
1 parent 4c44df2 commit 65ee1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/talker_dio_logger/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class _MyAppState extends State<MyApp> {
),
ElevatedButton(
style: ButtonStyle(
backgroundColor: MaterialStateProperty.all(Colors.red),
backgroundColor: WidgetStateProperty.all(Colors.red),
),
onPressed: () {
_dio.get('htt://jsonplaceholder.typicode.com/todos');
Expand Down

0 comments on commit 65ee1ee

Please sign in to comment.