GithubHelp home page GithubHelp logo

straydragon / dailyonflutter Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 7.31 MB

[WIP] :clock1130: Application of Daily Management and Records

License: MIT License

Java 0.35% Objective-C 0.74% Dart 98.43% Shell 0.49%

dailyonflutter's Introduction

Hi I'm StrayDragon πŸ‘‹

A web backend developer, good at python and other backend development

Stay hungry, stay foolish! πŸ”

Ahhh, Forgot me? here are my old avatars:

...

dailyonflutter's People

Contributors

straydragon avatar

Watchers

 avatar

dailyonflutter's Issues

Thinking on the project structure ~

Up to now b69ced23d1532431cd960efb5ea63a24e26c0a69, the lib/ structure looks like:

lib/
β”œβ”€β”€ app/
β”‚Β Β  β”œβ”€β”€ backend/
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ database/
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ entity/
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── entities.dart
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ handler/
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── handlers.dart
β”‚Β Β  β”‚Β Β  └── repository/
β”‚Β Β  β”‚Β Β      └── repositories.dart
β”‚Β Β  β”œβ”€β”€ bloc/
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ blocs.dart
β”‚Β Β  β”‚Β Β  └── challenge/
β”‚Β Β  β”‚Β Β      └── bloc.dart
β”‚Β Β  β”œβ”€β”€ model/
β”‚Β Β  β”‚Β Β  └── models.dart
β”‚Β Β  β”œβ”€β”€ util/
β”‚Β Β  β”‚Β Β  └── utils.dart
β”‚Β Β  └── view/
β”‚Β Β      β”œβ”€β”€ challenge/
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ component/
β”‚Β Β      β”‚Β Β  β”‚Β Β  └── components.dart
β”‚Β Β      β”‚Β Β  └── page/
β”‚Β Β      β”‚Β Β      └── pages.dart
β”‚Β Β      └── widget/
β”‚Β Β          └── widgets.dart
β”œβ”€β”€ device_service
β”‚Β Β  └── device_services.dart
└── main.dart

Anyone has a better idea on it?

  • I have some basic requirements:

    • Easy to maintain (Scalable)
    • Easy to understand (Intuitive)
    • Improve code readability and Resonate with the dart code
  • From my experience, the dart module system, at least in the keywords design, is more like the ES6 (e.g. export...), and a little similar usages about python module(e.g. as,show...) and some dart other usages (e.g.hide...), so what kind of inspiration can we get from these features? πŸ˜•

Willing to listen to yours opinion ! πŸ˜‰

An inheritance mechanism for unfinished TODOs

Sometimes, making the to-do items may not be able to complete the task as expected (In fact, I usually meet this situation), we need a mechanism that can easily inherit the outdated items, whether in UI / UX or data structure design.
Waiting for the result of careful thinkingπŸ€”

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.