Giter VIP home page Giter VIP logo

blocarchitecturestartupproject's People

Contributors

iamshubhamgupto avatar mkobuolys avatar robsonsilv4 avatar saltyspaghetti avatar thewckd avatar wojuadeaa 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

Watchers

 avatar  avatar  avatar  avatar  avatar

blocarchitecturestartupproject's Issues

Create and use routes.dart file instead of strings.dart for routes.

As the app grows in size, the routes will also grow as well and keeping the text Strings used in the app and the routes in the same place will be anti-pattern.
I suggest you to create a utils folder and under it keep the routes.dart file which will hold all the routes.

If you are ok with this idea, I can create a PR with the changes

BlocObserver Issues

// @OverRide
// void onChange(Cubit cubit, Change change) {
// print(change);
// super.onChange(cubit, change);
// }

// @OverRide
// void onClose(Cubit cubit) {
// super.onClose(cubit);
// }

// @OverRide
// void onCreate(Cubit cubit) {
// print(cubit);
// super.onCreate(cubit);
// }

// @OverRide
// void onError(Cubit cubit, Object error, StackTrace stackTrace) {
// super.onError(cubit, error, stackTrace);
// }

These are removed in latest version of Bloc & Flutter Bloc. I think they don't support Cubit but some or none supports Bloc (In above four override methods of BlocObserver Class.

test folder and files missing

The architecture is missing test folder & test.dart files. Please add them as they are necessary for the development stage.

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.