Skip to content

Instantly share code, notes, and snippets.

View abikko's full-sized avatar
🧑‍💻
progging

abylaykhan abikko

🧑‍💻
progging
  • 22:11 (UTC +05:00)
View GitHub Profile
import 'dart:collection';
import 'dart:io';
void main() async {
final List<File> dartFiles = listDartFiles();
final UnmodifiableListView<MigrationHandler> unmodifiableListView = UnmodifiableListView(
[
MigrationBlocFreezedHandler(),
MigrationModelFreezedHandler(),
],