Flutter Pet Adoption app- 3 screens, Home page displays Pet list

Pet Adoption App

A Pet Adoption appllication using Flutter

Screenshots

.gitignore

# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release

.metadata

# 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.

version:
  revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2
  channel: beta

project_type: app

# Tracks metadata for the flutter migrate command
migration:
  platforms:
    - platform: root
      create_revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2
      base_revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2
    - platform: android
      create_revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2
      base_revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2
    - platform: ios
      create_revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2
      base_revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2
    - platform: web
      create_revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2
      base_revision: 350d2c3a6ca4c3c39787e1c18a8ddf0aca8d2ae2

  # User provided section

  # List of Local paths (relative to this file) that should be
  # ignored by the migrate tool.
  #
  # Files that are not part of the templates will be ignored by default.
  unmanaged_files:
    - 'lib/main.dart'
    - 'ios/Runner.xcodeproj/project.pbxproj'

Download details:

Author: bamakant
Source: https://github.com/bamakant/pet_adoption_app

#flutter #dart 

Flutter Pet Adoption app- 3 screens, Home page displays Pet list
1.10 GEEK