File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 3.2.4
2
+
3
+ * Export ` defTokensRepositoryImpl ` & ` getDefTokenProvider ` providers
4
+
1
5
# 3.2.3
2
6
3
7
* Add ` defTokensRepository ` provider
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ library archethic_dapp_framework_flutter;
3
3
export 'src/application/ae_token.dart' ;
4
4
export 'src/application/api_service.dart' ;
5
5
export 'src/application/coin_price.dart' ;
6
+ export 'src/application/def_tokens.dart' ;
6
7
export 'src/application/oracle/provider.dart' ;
7
8
export 'src/application/oracle/state.dart' ;
8
9
export 'src/application/ucids_tokens.dart' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: archethic_dapp_framework_flutter
2
2
description : An internal framework for archethic flutter development
3
3
homepage : https://github.com/archethic-foundation/archethic-dapp-framework-flutter
4
4
5
- version : 3.2.3
5
+ version : 3.2.4
6
6
7
7
environment :
8
8
sdk : " >=3.3.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments