Coder Social home page Coder Social logo

victoruvarov / provider_architecture_template Goto Github PK

View Code? Open in Web Editor NEW
166.0 22.0 54.0 1.13 MB

A production ready flutter application template for the provider architecture.

License: MIT License

Shell 0.10% Dart 99.90%
dart architecture provider-architecture boilerplate-front-end flutter flutter-examples flutter-demo

provider_architecture_template's Introduction

Hi there, I'm Victor Uvarov ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on Node.js applications with Next.js and Google cloud functions
  • ๐ŸŒฑ Iโ€™m currently learning about Next.js security and authentication
  • ๐Ÿ’ฌ Ask me about finding your true purpose in this life ๐Ÿ™‚

provider_architecture_template's People

Contributors

bsneider avatar ejprok avatar ferrarafer avatar ghedwards avatar odunboye avatar victoruvarov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

provider_architecture_template's Issues

Why Immutable State?

Hi @VictorUvarov I use the stacked architecture and I also follow up updates in your architecture from time to time but I'm confused about the immutable state. This is the first time I'm seeing it implemented, do you have links to resources that can help me get started.

How to use navigation service with dialog?

`
onTap: () {
showDialog(
context: context,
barrierDismissible: false,
builder: (_) => SettingPage(),
);
},

`

in SettingPage dialog , i cant' use

locator<NavigationService>().pop();
and replace .i must use:
Navigator.of(context).pop();

but I want to use it all locator().pop(); ๏ผŒ how to Solve it ?

Widget Details

The whole REPO is pretty good. It has everything. But the technical documentation needs to be improved.
Provide a list of re-usable widgets and the details and parameters of the widget.

Similarity between Repository folder and Services folder

@VictorUvarov Hi, Thanks for this lovely project, it has really helped me. I'd love on opinion on both the repositories and services folder in the structure.

  1. What would you say is the difference? What made you categorize something e.g posts under a repository rather than a service.

  2. In a situation where you have a single data source - e.g remote, would you still need a separate data_source folder? or would you put it under services?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.