chore: upgrade deps #241

Open
malo wants to merge 12 commits from chore/upgrade-deps into master
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 9a8fb28d57 - Show all commits

View File

@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
// ignore_for_file: unused_element
import 'dart:async'; import 'dart:async';
part 'option.dart'; part 'option.dart';

View File

@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
// ignore_for_file: unused_element
part of 'either_base.dart'; part of 'either_base.dart';
/// {@template option_exception} /// {@template option_exception}