ds_common 0.1.10 copy "ds_common: ^0.1.10" to clipboard
ds_common: ^0.1.10 copied to clipboard

Common library SectDev of Flutter projects (https://sect.dev/) - wraps Yandex Metrica, Firebase Crashlytics, RemoteConfig, Fimber, etc.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: const Center(
          child: Text('Running'),
        ),
      ),
    );
  }
}
0
likes
0
pub points
50%
popularity

Publisher

verified publisheraltush.pro

Common library SectDev of Flutter projects (https://sect.dev/) - wraps Yandex Metrica, Firebase Crashlytics, RemoteConfig, Fimber, etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

appmetrica_plugin, decimal, fimber, firebase_analytics, firebase_core, firebase_crashlytics, firebase_remote_config, flutter, package_info_plus, shared_preferences, userx_flutter

More

Packages that depend on ds_common