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

feat: adding multi dimensional flavors example #12

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

erickzanardo
Copy link
Contributor

Description

Adds a simple sample, very similar to the flavors one, but which includes multi dimensional flavors.

Since this is a feature only present on android, this sample has only the android folder.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 🧪 Tests
  • 📝 Documentation
  • 🗑️ Chore

@@ -0,0 +1,125 @@
import 'package:flutter/material.dart';
Copy link
Contributor

@felangel felangel Apr 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor but we could reduce the amount of code here by using the template generated from flutter create --empty .

@erickzanardo erickzanardo merged commit 54ba7f6 into main Apr 25, 2024
4 checks passed
@erickzanardo erickzanardo deleted the feat/multidimensional_flavors branch April 25, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants