Skip to content

Commit

Permalink
Merge branch 'release/1.3.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Mar 18, 2021
2 parents 51ff748 + 423d97a commit b3b278f
Show file tree
Hide file tree
Showing 40 changed files with 415 additions and 1,762 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ jobs:
java-version: '8.x'
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
channel: 'stable'
- name: get flutter dependencies
run: flutter pub get
- name: get node dependencies
run: npm install
- name: enable flutter web
run: flutter config --enable-web
- name: verify assets
run: npm run compare
- name: code analyze
run: flutter analyze
- name: build web app
Expand Down
32 changes: 0 additions & 32 deletions .tool/minimize.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const minify = require('@node-minify/core');
const babelMinify = require('@node-minify/babel-minify');
const cleanCSS = require('@node-minify/clean-css');
const htmlMinifier = require('@node-minify/html-minifier');
const jsonminify = require('@node-minify/jsonminify');

minify({
compressor: babelMinify,
Expand Down Expand Up @@ -47,34 +46,3 @@ minify({
}
}
});

minify({
compressor: jsonminify,
input: 'build/web/assets/assets/i18n/en.json',
output: 'build/web/assets/assets/i18n/en.json',
callback: function (err, min) {
if (err) {
console.log('Error to minify en.json. ', err);
}
}
});
minify({
compressor: jsonminify,
input: 'build/web/assets/assets/i18n/es.json',
output: 'build/web/assets/assets/i18n/es.json',
callback: function (err, min) {
if (err) {
console.log('Error to minify es.json. ', err);
}
}
});
minify({
compressor: jsonminify,
input: 'build/web/assets/assets/i18n/pt.json',
output: 'build/web/assets/assets/i18n/pt.json',
callback: function (err, min) {
if (err) {
console.log('Error to minify pt.json. ', err);
}
}
});
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.0](https://github.com/deandreamatias/portfolio/compare/v1.1.0...v1.3.0) (2021-03-18)


### Features

* Add twitter meta card support ([af6f4e3](https://github.com/deandreamatias/portfolio/commit/af6f4e357aa515c51eb5173057111d45773aeed7))
* Implement native l10n ([a0d967d](https://github.com/deandreamatias/portfolio/commit/a0d967d60f23fe33a459fb5139d040e82bde72be))
* Increase cache assets time ([d09bc05](https://github.com/deandreamatias/portfolio/commit/d09bc0546067b20ac30bb318fe24f79480ed3932))
* Remove options menu ([ae4012e](https://github.com/deandreamatias/portfolio/commit/ae4012e37c82e314c0ffae422cb6908b7a67462f))
* Remove podcast page ([237da42](https://github.com/deandreamatias/portfolio/commit/237da4207b4cd0dfcc7c33686e50b533e61546ea))
* Update button styles ([c2b9491](https://github.com/deandreamatias/portfolio/commit/c2b9491d911d2d7ca8fc43cedfaae58569633d0d))
* Update version ([e38569f](https://github.com/deandreamatias/portfolio/commit/e38569f8fca58d0eec0ab4d91bea0b546d7efa43))

## [1.2.0](https://github.com/deandreamatias/portfolio/compare/v1.1.0...v1.2.0) (2020-12-28)


Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Personal portfolio

[![Deploy app](https://github.com/deandreamatias/portfolio/actions/workflows/deploy_app.yaml/badge.svg)](https://github.com/deandreamatias/portfolio/actions/workflows/deploy_app.yaml)
[![Releases](https://img.shields.io/github/v/release/deandreamatias/portfolio)](https://github.com/deandreamatias/portfolio/releases)
[![Website online](https://img.shields.io/website?up_message=online&url=https%3A%2F%2Fdeandreamatias.com)](https://deandreamatias.com)
[![Paypal donate](https://img.shields.io/badge/paypal-donate-blue)](https://paypal.me/deandreamatias)

## About the project

I made this portfolio to experiment with Flutter web and have a place to share the references link to my podcast.
I made this portfolio to share my public information and links.
Public board project [here](https://trello.com/b/TUxLi2ik)

This project has been built using the [Flutter](https://flutter.dev/) framework, which allows to build an app for mobile, desktop & web, from a single codebase.

Expand All @@ -31,7 +33,7 @@ Run in debug mode :)

## Author

- **Matias de Andrea** - Flutter developer and UI/UX designer: [Website](https://deandreamatias.com), [GitHub](https://github.com/deandreamatias) & [Twitter](https://twitter.com/deandreamatias).
- **Matias de Andrea** - Mobile developer: [Website](https://deandreamatias.com), [GitHub](https://github.com/deandreamatias) & [Twitter](https://twitter.com/deandreamatias).

## Contributing

Expand Down
53 changes: 0 additions & 53 deletions assets/i18n/en.json

This file was deleted.

53 changes: 0 additions & 53 deletions assets/i18n/es.json

This file was deleted.

53 changes: 0 additions & 53 deletions assets/i18n/pt.json

This file was deleted.

File renamed without changes
Binary file removed assets/img/anchor.png
Binary file not shown.
Binary file removed assets/img/apple_podcasts.png
Binary file not shown.
Binary file removed assets/img/breaker.png
Binary file not shown.
Binary file removed assets/img/castbox.png
Binary file not shown.
Binary file removed assets/img/deezer.png
Binary file not shown.
Binary file removed assets/img/google_podcasts.png
Binary file not shown.
Binary file removed assets/img/overcast.png
Binary file not shown.
Binary file removed assets/img/pocket_casts.png
Binary file not shown.
Binary file removed assets/img/radiopublic.png
Binary file not shown.
Binary file removed assets/img/spotify.png
Binary file not shown.
10 changes: 0 additions & 10 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@
"**/node_modules/**"
],
"redirects": [
{
"source": "/universoflutter/",
"destination": "https://deandreamatias.com/#/universoflutter",
"type": 301
},
{
"source": "/podcast/",
"destination": "https://deandreamatias.com/#/universoflutter",
"type": 301
},
{
"source": "https://www.deandreamatias.com/",
"destination": "https://deandreamatias.com/",
Expand Down
3 changes: 3 additions & 0 deletions l10n.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
arb-dir: lib/l10n
template-arb-file: app_en.arb
output-localization-file: app_localizations.dart
55 changes: 0 additions & 55 deletions lib/core/data/streamigs.dart

This file was deleted.

10 changes: 0 additions & 10 deletions lib/core/models/streaming.dart

This file was deleted.

14 changes: 2 additions & 12 deletions lib/core/utils/constants.dart
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
class Assets {
static const String ADOBEXD = 'assets/img/adobe-xd.png';
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 SPOTIFY = 'assets/img/spotify.png';
static const String GOOGLE_PODCASTS = 'assets/img/google_podcasts.png';
static const String ANCHOR = 'assets/img/anchor.png';
static const String APPLE_PODCAST = 'assets/img/apple_podcasts.png';
static const String DEEZER = 'assets/img/deezer.png';
static const String POCKET_CASTS = 'assets/img/pocket_casts.png';
static const String CASTBOX = 'assets/img/castbox.png';
static const String RADIOPUBLIC = 'assets/img/radiopublic.png';
static const String OVERCAST = 'assets/img/overcast.png';
static const String BREAKER = 'assets/img/breaker.png';
}

class Urls {
static const String PODCAST = 'https://anchor.fm/s/127cd640/podcast/rss';
static const String PODCAST = 'https://universoflutter.com';
static const String PROFILE = 'https://deandreamatias.com/profile.png';
}
Loading

0 comments on commit b3b278f

Please sign in to comment.