/GreenGrocer

App para loja de compras e feira

Primary LanguageDart

App Mobile GreenGrocer

Tecnologia

  • Flutter

  • Tela de cadastro

  • Tela Home

  • Tela de Carrinho

  • tela de Perfil

  • Lista de compras

  • Tela de configuração de pagamentos(Pix, cartão)

  • Tela de sobre com contato da empresa/versão do app

  • Chat de usuário

  • Criar botão (mais detalhes) ligando a tela com os detalhes dos produtos

Prints da tela

Comands

flutter pub run flutter_launcher_icons

Quando precisamos todar o app zerado

flutter clean flutter pub get

flutter clean flutter pub get

Gerar código build runner

$ flutter pub run build_runner build ou $ flutter pub run build_runner watch

Limpar os dados gerados dos apps

$ flutter clean

Gerar um apk

$ flutter build apk

$ flutter build apk --release

-Local: build/app/outputs/flutter-apk/app-release.apk

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.