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

unlisted

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 'package:mobile_commons/mobile_commons.dart';

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

void main() async {
  WidgetsFlutterBinding.ensureInitialized();

  Modular.setInitialRoute(Paths.cache);

  await CacheService.init(boxes: ['hive']);

  runApp(ModularApp(module: AppModule(), child: const AppWidget()));
}
1
likes
50
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

MIT (license)

Dependencies

cached_network_image, cached_query, collection, dio, easy_mask, flutter, flutter_form_builder, flutter_secure_storage, form_builder_validators, hive_ce, icons_plus, infinite_scroll_pagination, intl, meta, ntp, path_provider, shimmer

More

Packages that depend on mobile_commons