Commit graph

276 commits

Author SHA1 Message Date
Thomas Hii
d6a81afab5
Merge pull request #7 from dukefirehawk/angel3-basic
Updated Dockfile
2022-04-26 09:23:58 +08:00
thomashii
fd4abfaf43 Updated Dockfile 2022-04-26 09:22:32 +08:00
Thomas Hii
d171e49fc2
Merge pull request #6 from dukefirehawk/angel3-basic
Angel3 basic
2022-04-26 09:18:34 +08:00
Thomas Hii
debada01f2
Merge pull request #3 from dukefirehawk/v6/angel3-basic
Updated to dart SDK 2.16.0
2022-04-26 09:15:57 +08:00
thomashii
4bdddcdfed Updated to dart SDK 2.16.0 2022-04-26 08:20:54 +08:00
thomashii
023d239c1f Merge branch 'angel3-basic' 2021-09-25 18:46:55 +08:00
thomashii
6867696218 Updated basic template 2021-09-25 18:32:05 +08:00
thomashii
f46ec8058d Updated packages 2021-08-19 08:35:00 +08:00
thomashii
597ea5323a Updated packages 2021-08-19 08:22:49 +08:00
thomashii
8a6bd74bf2 Merge branch 'angel3-basic' 2021-07-17 13:08:15 +08:00
thomashii
2f8dd31c6a Update reference 2021-07-17 13:07:46 +08:00
thomashii
dfd864f0b7 Updated README 2021-07-17 11:48:20 +08:00
thomashii
9e66a1af47 Merge branch 'angel3-basic' 2021-07-17 11:47:40 +08:00
thomashii
be518fa3c0 Updated basic 2021-07-17 11:44:51 +08:00
thomashii
197e4c95e5 Updated README 2021-06-14 09:44:53 +08:00
thomashii
89dde22a52 Updated angel3-basic 2021-06-14 08:02:15 +08:00
thomashii
539696222d Updated README 2021-06-11 12:24:54 +08:00
thomashii
c19f92ba35 Updated templates 2021-06-11 12:22:21 +08:00
thomashii
d74bde03e2 Updated CHANGELOG 2021-06-11 10:36:19 +08:00
thomashii
e986fca7bb Updated template 2021-05-16 18:37:27 +08:00
thomashii@dukefirehawk.com
41d83a274b Migrated to NNBD 2021-05-01 12:07:15 +08:00
thomashii
528dca2db9 Fixed to work with sdk 2.12.x 2021-03-09 00:19:53 +08:00
thomashii
93cdb671d5 Fixed to work with sdk 2.12.x 2021-03-08 21:38:13 +08:00
thomashii
ff8b0e60a8 Updated dependencies 2021-03-07 21:34:59 +08:00
thomashii
00b14878a8 Update bin 2021-03-07 20:45:40 +08:00
thomashii
4f1913d517 Basic templat for SDK 2.12.x 2021-03-07 20:42:48 +08:00
thomashii
a8dc7ef515 Update dependencies for development 2021-02-18 21:30:50 +08:00
Tobe Osakwe
a6062cf7cc
Merge pull request #120 from eliasreis54/update-readme
Update the README.MD
2019-10-09 14:26:35 -04:00
Tobe O
8d9668bd8a Remove extraneous newline 2019-10-09 14:25:42 -04:00
Tobe O
0cf2adeafe slight updates to eliasreis54 readme 2019-10-09 14:24:56 -04:00
Elias Reis
d5f3ec6945 Update the README.MD 2019-10-02 22:21:08 -03:00
Tobe Osakwe
21e583644b
Merge pull request #118 from fredtma/patch-1
Change Dockerfile to use latest dart image
2019-09-26 08:35:01 -04:00
fredtma
8d2f0e9d02
Change Dockerfile to use latest dart image
I generated an application with `angel init`

When running the application in a docker container, I get the error.
`file:///root/.pub-cache/hosted/pub.dartlang.org/angel_configuration-2.1.0/lib/angel_configuration.dart:62:1: Error: 'Future' expects 0 type arguments.`
This is due to the fact that *angel_configuration.dart* does not import 'dart:async'.
This works when using the latest dart version.
[see](https://github.com/dart-lang/sdk/issues/26162)
[see](https://github.com/dart-lang/sdk/issues/34384)
[see](https://github.com/dart-lang/sdk/issues/34237)
2019-09-26 09:09:01 +02:00
Tobe Osakwe
4aec4c5cec
Create FUNDING.yml 2019-05-29 03:06:49 -04:00
Tobe O
28aae83d96 Listen on Level.ALL 2019-05-01 19:32:55 -04:00
Tobe O
b8a9f36746 Prettylog handle fine, config 2019-05-01 19:29:51 -04:00
Tobe O
177a550a9e Depend on 2.0.0 2019-04-29 12:48:06 -04:00
Tobe O
b648fdf65d Add unnecessary_new lints, upgrade prod 2019-04-28 14:38:01 -04:00
Tobe O
96b27a402b Clean up README 2019-04-18 12:18:39 -04:00
Tobe O
f90bcfe27b Fix error handling 2019-04-18 12:09:37 -04:00
Tobe O
de88321865 Use app.environment 2019-04-18 12:07:17 -04:00
Tobe O
9d8cd1b6f3 Bump angel_framework dep 2019-04-18 12:07:07 -04:00
Tobe O
a7d6a8cf76 Use mirrors reflector in prod by default 2019-04-18 12:06:43 -04:00
Tobe O
7773303a07 Edit bin/dev.dart for logging logic 2019-04-18 12:05:40 -04:00
Tobe O
14da50550e ANGEL_ENV -> production in launch.json 2019-04-18 12:04:54 -04:00
Tobe O
30c2add0f3 Delete tasks.json 2019-04-18 12:04:33 -04:00
Tobe Osakwe
2c787f7571
Update dev.dart 2019-02-06 23:00:28 -05:00
Tobe Osakwe
014c07a89f
Update dev.dart 2019-02-06 16:57:53 -05:00
Tobe Osakwe
ec53896d86
Update README.md 2019-02-03 01:04:35 -05:00
Tobe Osakwe
5f89710996
Update pubspec.yaml 2019-01-27 19:48:33 -05:00