Comet is a Flutter app that measures internet download and upload speed.
- cupertino_icons: link
- internet_speed_test: link
- syncfusion_flutter_gauges: link
- percent_indicator: link
- fluttertoast: link
- rflutter_alert: link
The gauge featured in this application is powered by Syncfusion. In order to activate this gauge, you must obtain a license key for this package.
Click here to claim a free Syncfusion Community License. Don't forget to create a license.dart file in the lib/constants folder with the following code:
String licenseKey = 'YOUR_LICENSE_KEY_GOES_HERE';
Comet Internet Speed Test was developed by Abdul Ali Khan
Copyright 2020 Abdul Ali Khan | All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.