mobile_commons 1.2.10 copy "mobile_commons: ^1.2.10" to clipboard
mobile_commons: ^1.2.10 copied to clipboard

unlistedoutdated

A package created to provide flutter widgets, services, helpers and structures to be used in mobile projects built by Zydon.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_modular/flutter_modular.dart';

import 'app_module.dart';
import 'app_widget.dart';
import 'configs/routes/paths.dart';

void main() async {
  Modular.setInitialRoute(Paths.comments);

  runApp(ModularApp(module: AppModule(), child: const AppWidget()));
}
1
likes
0
points
209
downloads

Documentation

Documentation

Publisher

verified publisherzydon.com.br

Weekly Downloads

A package created to provide flutter widgets, services, helpers and structures to be used in mobile projects built by Zydon.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, dson_adapter, flutter, flutter_secure_storage, hive, icons_plus, intl, isar_flutter_libs, ntp, path_provider, shimmer

More

Packages that depend on mobile_commons