🛠ī¸16 April Update

Remove in pubspec.yaml:

universal_io: ^2.2.2

Refactor in all:

import 'package:universal_io/io.dart';

To:

import 'dart:io';

Fixes files

Replace into project: https://drive.google.com/file/d/15ypJTpGWvmsTSr6P2hO_X6ycFf0Gva-R/view?usp=sharing

Last updated