-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/1.5.0' into main
- Loading branch information
Showing
13 changed files
with
66 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
class Assets { | ||
static const String ADOBEXD = 'assets/img/adobe_xd.png'; | ||
static const String ANDROID = 'assets/img/android.png'; | ||
static const String FLUTTER = 'assets/img/flutter.png'; | ||
static const String GIT = 'assets/img/git.png'; | ||
static const String adobXd = 'assets/img/adobe_xd.png'; | ||
static const String android = 'assets/img/android.png'; | ||
static const String flutter = 'assets/img/flutter.png'; | ||
static const String git = 'assets/img/git.png'; | ||
} | ||
|
||
class Urls { | ||
static const String PODCAST = 'https://universoflutter.com'; | ||
static const String PROFILE = 'https://deandreamatias.com/profile.png'; | ||
static const String podcast = 'https://universoflutter.com'; | ||
static const String profile = 'https://deandreamatias.com/profile.png'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.