Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M modelo_flutter_app
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • inovisao
  • modelo_flutter_app
  • Merge requests
  • !8

Merged
Created Dec 14, 2023 by Fabio Prestes@fabio.prestesMaintainer

Added database, providers, code adaptability, minor fixes

  • Overview 0
  • Commits 12
  • Changes 6

Patch notes

Done

  • Feature: Providers added, enabling cross-widget sharing of data
  • Feature: Database added, enabling photo couples to be saved offline for future use
  • Feature: Builders to watch the given providers and create adaptable lists of photo couples in the queue
  • Refactor: Change example array from string to photoCouple
  • Refactor: PhotoCouple model now has an integer isUploaded field, to determine if said couple has been uploaded or not. Default value is 0/false, and providers and tables have received the change
  • Refactor: ListTile.builder now shows unique couple id, photo of the cloth, when the couple was sent to the queue, and wheter or not it has been successfully uploaded via the trailing icon
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: add_photo_functions