File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ # [ 2.1.1]
2+
3+ * Deploy contract
4+ * Call contract
5+ * Operation confirmation
6+ * Activating a fundraiser account
7+ * Reveal an account
8+
19# [ 2.1.1-beta.2]
210
311* Activating a fundraiser account
Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ class MyApp extends StatefulWidget {
1717}
1818
1919class _MyAppState extends State <MyApp > {
20- testActivationAndRevel () async {
21- const server = 'https://testnet.tezster.tech' ;
22-
23- // [, , ]
24- }
25-
2620 tezosWalletUtil () async {
2721 //Generate mnemonic
2822 String mnemonic = TezsterDart
@@ -257,8 +251,7 @@ class _MyAppState extends State<MyApp> {
257251 @override
258252 void initState () {
259253 super .initState ();
260- // tezosWalletUtil();
261- testActivationAndRevel ();
254+ tezosWalletUtil ();
262255 }
263256
264257 @override
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ packages:
218218 path: ".."
219219 relative: true
220220 source: path
221- version: "2.1.1-beta.2 "
221+ version: "2.1.1"
222222 typed_data:
223223 dependency: transitive
224224 description:
Original file line number Diff line number Diff line change 11name : tezster_dart
22description : A flutter package which provides the functionalities to play around
33 with tezos dApps
4- version : 2.1.1-beta.2
4+ version : 2.1.1
55homepage : https://github.com/Tezsure/tezster_dart
66repository : https://github.com/Tezsure/tezster_dart
77issue_tracker : https://github.com/Tezsure/tezster_dart/issues
You can’t perform that action at this time.
0 commit comments