File tree Expand file tree Collapse file tree 16 files changed +20
-20
lines changed Expand file tree Collapse file tree 16 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// Animation frames
19
+ // Animation frames
20
20
21
21
import 'dart:ui' as ui;
22
22
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// ASR engine selection route. Subroute of SettingsRoute.
19
+ // ASR engine selection route. Subroute of SettingsRoute.
20
20
21
21
import 'package:flutter/material.dart' ;
22
22
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// Session button implementation.
19
+ // Session button implementation.
20
20
21
21
import 'dart:math' show min, max;
22
22
import 'dart:ui' as ui;
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// Global constants and debug logging
19
+ // Global constants and debug logging
20
20
21
21
import 'package:flutter/foundation.dart' show kDebugMode;
22
22
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// Singleton wrapper class for hotword detection ("Hæ Embla" activation)
19
+ // Singleton wrapper class for hotword detection ("Hæ Embla" activation)
20
20
21
21
import 'dart:io' ;
22
22
import 'dart:typed_data' ;
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// Info route that shows detailed information about the client.
20
- /// Subroute of SettingsRoute, shown when the program version is tapped.
19
+ // Info route that shows detailed information about the client.
20
+ // Subroute of SettingsRoute, shown when the program version is tapped.
21
21
22
22
import 'dart:io' show Platform;
23
23
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// Singleton wrapper class around a headless web view
20
- /// used to execute JS code payload from the server.
19
+ // Singleton wrapper class around a headless web view
20
+ // used to execute JS code payload from the server.
21
21
22
22
import 'package:flutter_inappwebview/flutter_inappwebview.dart' ;
23
23
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// Singleton wrapper for location tracking.
19
+ // Singleton wrapper for location tracking.
20
20
21
21
import 'dart:async' ;
22
22
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// App initialization and presentation of main (session) view.
19
+ // App initialization and presentation of main (session) view.
20
20
21
21
import 'package:flutter/foundation.dart' ;
22
22
import 'package:flutter/material.dart' ;
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- /// Menu route
19
+ // Menu route
20
20
21
21
// import 'package:flutter/foundation.dart' show kDebugMode;
22
22
import 'package:flutter/material.dart' ;
You can’t perform that action at this time.
0 commit comments