You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CircuitVerse for mobile is a crossplatform application built in [flutter](https://flutter.dev/) using CircuitVerse API.
6
+
CircuitVerse for mobile is a cross-platform application built in [Flutter](https://flutter.dev/) using CircuitVerse API.
7
7
8
8
## Getting Started
9
9
10
10
Follow these instructions to build and run the project
11
11
12
+
### Prerequisites
13
+
14
+
- Flutter `3.32.2` (stable)
15
+
- Dart `3.8.1`
16
+
17
+
> Tip: To ensure you’re always using the correct Flutter version, consider using [FVM (Flutter Version Manager)](https://fvm.app/) to manage versions.
18
+
12
19
### Setup Flutter
13
20
14
-
A detailed guide for multiple platforms setup could be find [here](https://flutter.dev/docs/get-started/install/)
21
+
A detailed guide for multiple platforms setup can be found [in the Flutter installation guide](https://docs.flutter.dev/get-started/install)
15
22
16
23
### Setup Project
17
24
@@ -39,9 +46,9 @@ Make sure you have a connected Android/iOS device/simulator and run the followin
39
46
40
47
### Android OAuth Config
41
48
42
-
This project uses flutter version 1.20.2 and hence the support for compiletime variables. To use compiletime variables pass them in `--dart-defines` as `flutter run --dart-define=VAR_NAME=VAR_VALUE`. Supported `dart-defines` include :
49
+
This project uses Flutter 3.32.2 and hence the support for compile-time variables. To use compile-time variables pass them in `--dart-defines` as `flutter run --dart-define=VAR_NAME=VAR_VALUE`. Supported `dart-defines` include :
<imgsrc="https://user-images.githubusercontent.com/66873825/119170080-664f8600-ba80-11eb-92cb-61fcf1d82323.jpg"alt="Assignment Date View Dark"width="200">
152
-
<imgsrc="https://user-images.githubusercontent.com/66873825/119170084-6780b300-ba80-11eb-8c2f-0751f615f8eb.jpg"alt="Assignment Time View Dark"width="200">
@@ -161,10 +178,16 @@ We would love to hear from you! We communicate on the following platforms:
161
178
162
179
## Contributing
163
180
164
-
Whether you have some feauture requests/ideas, code improvements, refactoring, performance improvements, help is always Welcome. The more is done, better it gets.
181
+
Whether you have feature requests/ideas, code improvements, refactoring, performance improvements, help is always welcome. The more contributions, the better it gets.
165
182
166
183
If you found any bugs, consider opening an [issue](https://github.com/CircuitVerse/mobile-app/issues/new).
0 commit comments