Skip to content

Commit

Permalink
packages cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassth committed Sep 17, 2023
1 parent ef6e1bd commit cfa6fd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/src/device_calendar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'dart:io';

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:sprintf/sprintf.dart';
import 'package:timezone/data/latest.dart' as tz;
import 'package:timezone/timezone.dart';

Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: device_calendar
description: A cross platform plugin for modifying calendars on the user's device.
version: 4.3.1
version: 4.3.2
homepage: https://github.com/builttoroam/device_calendar/tree/master

dependencies:
Expand All @@ -9,7 +9,6 @@ dependencies:
collection: ^1.16.0
sprintf: ^7.0.0
timezone: ^0.9.0
flutter_native_timezone: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit cfa6fd5

Please sign in to comment.