GithubHelp home page GithubHelp logo

wadsworth's Introduction

Wadsworth

This app was created to showcase the basics of persistent, state-driven Flutter development.

To use, open the application and insert new items using the form that pops up. To delete an existing item, simply swipe it away. Items are automatically saved to a local database and reloaded between application starts. Internally, these items are referred to as "lifelogs."

Demo Animation

Features

  • State management using bloc. State management events, blocs, and state classes can be found in /lib/blocs.

  • Persistent storage using SQFlite. When items are added or removed, they are converted into intermediate entities that make exchange with the database a little easier. The state management code interfaces with the child project lifelog_repo to handle loading and saving from the database.

  • Pull-to-refresh: fires a reload state event which causes the state management to get all of the lifelogs from the database.

  • Form validation for the lifelog entry form. If you try and submit a lifelog without adding any thoughts it will show you an error and prevent you from continuing.

Roadmap

  • Create a repository/client to enable easy testing.
  • Example Bloc test
  • Example widget test
  • Add a tip-of-the-day using a free online API
  • Improve performance of add/remove lifelogs by caching database results

wadsworth's People

Contributors

jolexxa avatar

Stargazers

 avatar Atahan Süzer avatar Kuringa (Ghost) avatar Jessica Pereira avatar Srihari avatar

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.