This repository has been archived on 2023-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
meincantor-app/lib/generated_plugin_registrant.dart
Denys Konovalov bae624dd67 ==0.6.5==
- added A LOT, TLTD
- TODO:
  - update README
  - update license & copyright info
  - cleanup code
  - merge code parts to server side
  - add more settings
  - fix 11/12
  - add more timetable options
  - add timetable additional info
  - muuuuuuuch more...
2021-09-14 20:55:58 +02:00

19 lines
532 B
Dart

//
// Generated file. Do not edit.
//
// ignore_for_file: directives_ordering
// ignore_for_file: lines_longer_than_80_chars
import 'package:fluttertoast/fluttertoast_web.dart';
import 'package:shared_preferences_web/shared_preferences_web.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
// ignore: public_member_api_docs
void registerPlugins(Registrar registrar) {
FluttertoastWebPlugin.registerWith(registrar);
SharedPreferencesPlugin.registerWith(registrar);
registrar.registerMessageHandler();
}