bdaya_repository_pattern 3.1.0 copy "bdaya_repository_pattern: ^3.1.0" to clipboard
bdaya_repository_pattern: ^3.1.0 copied to clipboard

A simple implmentation of the repository pattern used at our company.

example/lib/main.dart

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

import 'app/routes/app_pages.dart';

void main() {
  runApp(
    GetMaterialApp(
      title: "Application",
      initialRoute: AppPages.INITIAL,
      getPages: AppPages.routes,
    ),
  );
}
7
likes
130
pub points
0%
popularity

Publisher

verified publisherbdaya-dev.com

A simple implmentation of the repository pattern used at our company.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

hive, rxdart

More

Packages that depend on bdaya_repository_pattern