Skip to content

Move away from third party libraries to reduce the bundle size of server #14

@sudharsan-selvaraj

Description

@sudharsan-selvaraj

Packages that can be removed:

  1. Json serializer -> not needed. We can directly port the serialization in model files.
  2. shelf(http server) -> Evaluate if we can use native dart http module to handle api requests. Feature we need to implement are body parsing, path param extraction, response manipulation.
  3. Quiver.- Lru Cache from quiver is used for storing found elements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions