Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App architecture makeover #8

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5b181a9
Deletes app entirely and recreates basic structure
baumths Sep 7, 2021
7079f75
Moves images into its own folder
baumths Sep 20, 2021
16a0fa3
Fixes logo path
baumths Sep 20, 2021
7dfd7bf
Removes trailing lines from analysis_options.yaml
baumths Sep 26, 2021
7a2b606
Adds base theme constants
baumths Sep 26, 2021
cafd1aa
Adds app widget
baumths Sep 26, 2021
725bba5
Adds SVG images to assets and some constants
baumths Sep 26, 2021
69ee4a5
Adds AnimatedState and mixin helpers
baumths Sep 26, 2021
98741bd
Adds Box and AnimatedBox
baumths Sep 26, 2021
9977dab
Adds ResponsiveBuilder
baumths Sep 26, 2021
1f18aa6
Adds Sidebar basic component
baumths Sep 26, 2021
e8c346b
Adds placeholder LoadingView
baumths Sep 26, 2021
8c9ca8f
Adds in-progress SettingsView
baumths Sep 26, 2021
7832ae6
Adds in-progress MainView
baumths Sep 26, 2021
8239b08
Fixes logo image path in README.md
baumths Sep 26, 2021
e647b4d
Adjusts app colors
baumths Sep 28, 2021
04d92c0
Setups sidebar to use generic values
baumths Sep 28, 2021
bfbd2f7
Updates MainSidebarMenu to new Sidebar generics
baumths Sep 28, 2021
a355a06
Adds scale animation to SettingsView
baumths Sep 28, 2021
9b8549c
Updates primary color
baumths Oct 3, 2021
7330573
Adds AppEdgeInsets to metrics
baumths Oct 3, 2021
7192375
Adds NavigationRail theme
baumths Oct 3, 2021
2375a42
[Refactor] Moves Settings from menu to features
baumths Oct 4, 2021
ad85bf0
[Feature] Adds Menu for large screens
baumths Oct 4, 2021
179782e
Deletes Sidebar
baumths Oct 4, 2021
1520fd7
[Refactor] Updates some texts and styling
baumths Oct 4, 2021
cdf7cca
[Refactor] Updates "browser" to "browse"
baumths Oct 4, 2021
d53e2e2
[Refactor] Renames MenuDestinationsModel
baumths Oct 4, 2021
223014c
[Design] Updates some theme defaults
baumths Oct 6, 2021
eaf538d
[Design] Improves settings UI
baumths Oct 6, 2021
df83889
[Design] Adds bottom option to AppBorderRadius
baumths Oct 8, 2021
0b3560e
[Design] Settings UI enhancements
baumths Oct 8, 2021
562c6b5
[Refactor] Extract BrowserType selection logic
baumths Oct 8, 2021
e41d451
[Refactor] Extract Codearq logic
baumths Oct 8, 2021
a8450a1
[Refactor] Lift Material to surround menu content
baumths Oct 10, 2021
81f35a9
[Refactor] Rename AppEdgeInsets to AppInsets
baumths Oct 10, 2021
1f7808b
[Design] Tweaks to Theme and Components
baumths Oct 11, 2021
127ed78
[Design] Adds initial UI for Transfer
baumths Oct 11, 2021
d090e17
previous work that was never commited
baumths May 25, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled and should not be manually edited.

version:
revision: f4abaa0735eba4dfd8f33f73363911d63931fe03
channel: stable

project_type: app
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# *El* PCD
*Elaborador de Plano de Classificação de Documentos e Tabela de Temporalidade Documental*
![Ged/A](assets/gedalogo_800x300.png)
![Ged/A](assets/images/gedalogo_800x300.png)

O objetivo é que além de um software para a elaboração e gerenciamento de PCDs e TTDs, tenhamos a possibilidade de interoperabilizar estes instrumentos arquivísticos entre sistemas (implementando assim um padrão de dados abertos), através da implementação do Esquema de Metadados do e-ARQ Brasil v2, aliado ao padrão CSV ISAD(G) do AtoM (Plataforma Arquivística de Descrição, Acesso e Transparência Ativa de Documentos e Informações - [Access To Memory](https://www.accesstomemory.org/))

Expand Down
4 changes: 1 addition & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ include: package:flutter_lints/flutter.yaml
analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false


implicit-dynamic: false
File renamed without changes
File renamed without changes
Binary file added assets/images/gedalogo_480x320.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 1 addition & 0 deletions assets/svg/box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/svg/compose.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading