Skip to content

Commit

Permalink
fix(#58) Renomeia arquivos para evitar merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancavalcante committed Dec 16, 2024
1 parent 19ef465 commit ed85187
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions lib/ui/onboarding/view/onboarding_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ class OnboardingView extends StatelessWidget {
'title': 'Bem-Vindo(a)!',
'description':
'Seja bem vindo ao Arandu!!! Sou um ambiente voltado para aprendizado de forma gratuita',
'imageAsset': 'assets/images/Component1.1.png',
'imageAsset': 'assets/images/Component1.png',
},
{
'title': 'o que você encontra?',
'description':
'Aqui você encontrará livros interativos de diversas disciplinas com objetivo de entregar praticidade e qualidade no aprendizado.',
'imageAsset': 'assets/images/Component2.1.png',
'imageAsset': 'assets/images/Component2.png',
},
{
'title': 'Como funciona?',
'description':
'Para acessar uma trilha basta se inscrever na disciplina de sua preferência e ter acesso aos materiais. \n Bons estudos !!!',
'imageAsset': 'assets/images/Component3.1.png',
'imageAsset': 'assets/images/Component3.png',
},
];

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ flutter:
uses-material-design: true

assets:
- assets/images/Component1.1.png
- assets/images/Component2.1.png
- assets/images/Component3.1.png
- assets/images/Component1.png
- assets/images/Component2.png
- assets/images/Component3.png



Expand Down

0 comments on commit ed85187

Please sign in to comment.