bdaya_repository_pattern 3.0.0-dev.1 copy "bdaya_repository_pattern: ^3.0.0-dev.1" to clipboard
bdaya_repository_pattern: ^3.0.0-dev.1 copied to clipboard

outdated

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
0
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

License

unknown (LICENSE)

Dependencies

collection, hive, rxdart

More

Packages that depend on bdaya_repository_pattern